[<<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()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson