WINDOWCAPTURETYPE

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.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Screen Capture C API Help