Ignore:
Timestamp:
Sep 1, 1999, 12:45:08 AM (26 years ago)
Author:
phaller
Message:

Add: little improvement of console properties

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/conprop.h

    r111 r767  
    1 /* $Id: conprop.h,v 1.4 1999-06-17 18:21:39 phaller Exp $ */
     1/* $Id: conprop.h,v 1.5 1999-08-31 22:44:33 phaller Exp $ */
    22
    33/*
     
    5656
    5757
    58                                          /* read console properties from EAs */
    59 APIRET EXPENTRY ConsolePropertyRead(PICONSOLEOPTIONS pConsoleOptions);
     58                                                  /* read console properties */
     59APIRET EXPENTRY ConsolePropertyLoad(PICONSOLEOPTIONS pConsoleOptions);
    6060
     61                                                 /* write console properties */
     62APIRET EXPENTRY ConsolePropertySave(PICONSOLEOPTIONS pConsoleOptions);
    6163
    62                                           /* write console properties to EAs */
    63 APIRET EXPENTRY ConsolePropertyWrite(PICONSOLEOPTIONS pConsoleOptions);
    64 
     64                                                 /* apply console properties */
     65APIRET EXPENTRY ConsolePropertyApply(PICONSOLEOPTIONS pConsoleOptions);
    6566
    6667#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.