typedef enum tagWINDOWCAPTURETYPE
{
CAPTURE_CLIENT_AREA = 1,
CAPTURE_WINDOW,
} WINDOWCAPTURETYPE;
The WINDOWCAPTURETYPE enumeration provides information about the type of the window to capture.
[0x01] Capture the client area of the window.
[0x02] Capture the complete window.