RECTTYPE
typedef enum tagRECTTYPE
{
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 */
} RECTTYPE;
The RECTTYPE data type contains the parameter types used by the Internet command functions.