Changeset 767 for trunk/src/kernel32/conprop.h
- Timestamp:
- Sep 1, 1999, 12:45:08 AM (26 years ago)
- 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:39phaller Exp $ */1 /* $Id: conprop.h,v 1.5 1999-08-31 22:44:33 phaller Exp $ */ 2 2 3 3 /* … … 56 56 57 57 58 /* read console properties from EAs */59 APIRET EXPENTRY ConsoleProperty Read(PICONSOLEOPTIONS pConsoleOptions);58 /* read console properties */ 59 APIRET EXPENTRY ConsolePropertyLoad(PICONSOLEOPTIONS pConsoleOptions); 60 60 61 /* write console properties */ 62 APIRET EXPENTRY ConsolePropertySave(PICONSOLEOPTIONS pConsoleOptions); 61 63 62 /* write console properties to EAs */ 63 APIRET EXPENTRY ConsolePropertyWrite(PICONSOLEOPTIONS pConsoleOptions); 64 64 /* apply console properties */ 65 APIRET EXPENTRY ConsolePropertyApply(PICONSOLEOPTIONS pConsoleOptions); 65 66 66 67 #ifdef __cplusplus
Note:
See TracChangeset
for help on using the changeset viewer.