WINDOWCAPTURETYPE

typedef enum tagWINDOWCAPTURETYPE 
{ 
   CAPTURE_CLIENT_AREA = 1, 
   CAPTURE_WINDOW, 
} WINDOWCAPTURETYPE; 

The WINDOWCAPTURETYPE enumeration provides information about the type of the window to capture.

Members

CAPTURE_CLIENT_AREA

[0x01] Capture the client area of the window.

CAPTURE_WINDOW

[0x02] Capture the complete window.

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Screen Capture C API Help