WINDOWCAPTURETYPE

Summary

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

Syntax

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

Members

CAPTURE_CLIENT_AREA

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

CAPTURE_WINDOW

[0x02] Capture the complete window.

Usage

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

LEADTOOLS Screen Capture C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.