RGNRECT: Difference between revisions
Appearance
Created page with "Region-rectangle structure. ==Example Code== <PRE> typedef struct _RGNRECT { ULONG ircStart; →Rectangle number from which to start enumerating.: ULONG c..." |
(No difference)
|
Revision as of 16:52, 8 February 2020
Region-rectangle structure.
Example Code
typedef struct _RGNRECT {
ULONG ircStart; /* Rectangle number from which to start enumerating. */
ULONG crc; /* Number of rectangles that can be returned. */
ULONG crcReturned; /* Number of rectangles returned. */
ULONG ulDirection; /* Direction in which the returned rectangles are to be ordered. */
} RGNRECT;
typedef RGNRECT *PRGNRECT;