Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.3 . Technical Reference - <b>_gtsetsnowflag()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _gtSetSnowFlag()
 Toggle snow suppression
------------------------------------------------------------------------------
 C Prototype

     #include "gt.api"
     ERRCODE _gtSetSnowFlag(
                             BOOL bNoSnow
                           )

 Arguments

     bNoSnow toggles the current state of snow suppression.  A value of
     TRUE enables snow suppression, while a value of FALSE disables snow
     suppression.  The default is FALSE.

 Returns

     _gtSetSnowFlag() returns zero if successful.  Any other value indicates
     an error.

 Description

     Use _gtSetSnowFlag() to suppress snow in applications that will be run
     using a CGA monitor.

 Examples

     .  This simple example turns enables snow suppression:

        #include "gt.api"
        .
        .
        .
           _gtSetSnowFlag( TRUE );
        .
        .
        .

 Files  Library is CLIPPER.LIB, header file is Gt.api.


See Also: _gtIsColor()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson