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>_gexclset()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _gExclSet()
 Set a specified screen region as an exclusion area
------------------------------------------------------------------------------
 C Prototype

     #include "llibg.api"
     ERRCODE _gExclSet(
                        LLG_LPRECT lpExclSet,
                        BOOL bIsGraphic
                      )

 Arguments

     lpExclSet is a pointer to an LLG_RECT structure that you must
     allocate and initialize prior to calling this function.  _gExclSet()
     uses the members of this structure to set an exclusion area.

     bIsGraphic is a flag that you specify as true (.T.) if the
     coordinates specified in lpExclSet are pixel-based and false (.F.) if
     they are text-based.

 Returns

     SUCCESS if successful; otherwise, an error code.

 Description

     This function is used to prevent output from being displayed in a
     defined region of the screen, such as when you have multiple, cascading
     windows and do not want to write to an area that is currently covered by
     another window.

     Note:  To retrieve information about an existing exclusion area
     without changing it, call _gExclGet().

 Files   Library is LLIBG.LIB, header file is Llibg.api.


See Also: _gExclCountGet() _gExclErase() _gExclGet() LLG_RECT

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