RECTTYPE
typedef enum tagRECTTYPE
{
RECT_SRC,
RECT_SRCCLIP,
RECT_SRCALL,
RECT_DST,
RECT_DSTCLIP,
RECT_DSTALL,
} RECTTYPE;
The RECTTYPE data type contains the parameter types used by the Internet command functions.
Value |
Meaning |
RECT_SRC |
source |
RECT_SRCCLIP |
source clip |
RECT_SRCALL |
source and source clip |
RECT_DST |
destination |
RECT_DSTCLIP |
destination clip |
RECT_DSTALL |
destination and destination clip |