Ignore:
Timestamp:
Oct 27, 1999, 2:38:48 PM (26 years ago)
Author:
phaller
Message:

Add: console properties update

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:33 phaller Exp $ */
     1/* $Id: conprop.h,v 1.6 1999-10-27 12:38:46 phaller Exp $ */
    22
    33/*
     
    5555                                        MPARAM mp2);
    5656
    57 
     57                                               /* default console properties */
     58DWORD ConsolePropertyDefault(PICONSOLEOPTIONS pConsoleOptions);
    5859                                                  /* read console properties */
    59 APIRET EXPENTRY ConsolePropertyLoad(PICONSOLEOPTIONS pConsoleOptions);
     60DWORD ConsolePropertyLoad(PICONSOLEOPTIONS pConsoleOptions);
    6061
    6162                                                 /* write console properties */
    62 APIRET EXPENTRY ConsolePropertySave(PICONSOLEOPTIONS pConsoleOptions);
     63DWORD ConsolePropertySave(PICONSOLEOPTIONS pConsoleOptions);
    6364
    6465                                                 /* apply console properties */
    65 APIRET EXPENTRY ConsolePropertyApply(PICONSOLEOPTIONS pConsoleOptions);
     66DWORD ConsolePropertyApply(PICONSOLEOPTIONS pConsoleOptions);
    6667
    6768#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.