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