Changeset 1476 for trunk/src/kernel32/conprop.h
- Timestamp:
- Oct 27, 1999, 2:38:48 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/conprop.h
r767 r1476 1 /* $Id: conprop.h,v 1. 5 1999-08-31 22:44:33phaller Exp $ */1 /* $Id: conprop.h,v 1.6 1999-10-27 12:38:46 phaller Exp $ */ 2 2 3 3 /* … … 55 55 MPARAM mp2); 56 56 57 57 /* default console properties */ 58 DWORD ConsolePropertyDefault(PICONSOLEOPTIONS pConsoleOptions); 58 59 /* read console properties */ 59 APIRET EXPENTRYConsolePropertyLoad(PICONSOLEOPTIONS pConsoleOptions);60 DWORD ConsolePropertyLoad(PICONSOLEOPTIONS pConsoleOptions); 60 61 61 62 /* write console properties */ 62 APIRET EXPENTRYConsolePropertySave(PICONSOLEOPTIONS pConsoleOptions);63 DWORD ConsolePropertySave(PICONSOLEOPTIONS pConsoleOptions); 63 64 64 65 /* apply console properties */ 65 APIRET EXPENTRYConsolePropertyApply(PICONSOLEOPTIONS pConsoleOptions);66 DWORD ConsolePropertyApply(PICONSOLEOPTIONS pConsoleOptions); 66 67 67 68 #ifdef __cplusplus
Note:
See TracChangeset
for help on using the changeset viewer.