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>_gexclget()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _gExclGet()
 Retrieve an exclusion area
------------------------------------------------------------------------------
 C Prototype

     #include "llibg.api"
     ERRCODE _gExclGet(
                        LLG_LPRECT lpExclGet,
                        int iZoneNum
                      )

 Arguments

     lpExclGet is a pointer to a LLG_RECT structure that you must
     allocate prior to calling this function.  _gExclGet() writes information
     regarding the specified exclusion area to this structure.

     Note:  The members of lpExclGet are always pixel-based, regardless
     of the status of the bIsGraphic parameter when you created the exclusion
     area with _gExclSet().

     iZoneNum is the number of the exclusion area, beginning with one
     (1), that you want to query.  The numbers are assigned based on the
     order in which they are added with _gSetExcl().

 Returns

     SUCCESS if successful; otherwise, an error code.

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


See Also: _gExclCountGet() _gExclSet() LLG_RECT

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