CaptureInfoResType property (Screen Control)

C++ Builder example

Delphi 4.0 Example

 

Builder Syntax

int CaptureInfoResType

Delphi Syntax

CaptureInfoResType : LongInt

Overview

Refer to Implementing Screen Capture.

Remarks

Gets the type of resource captured from an EXE or a DLL. Possible values are:

Setting

Description

CAPTURE_ALL

[0x00] Capture all types of resources

CAPTURE_BITMAP

[0x01] Capture a bitmap resource

CAPTURE_ICON

[0x02] Capture an icon resource

CAPTURE_CURSOR

[0x04] Capture a cursor resource

See Also

Elements:

CaptureEXE method, CaptureEXEDlg method, CaptureInfoResIndex property, CaptureInfoResourceID property, CaptureInfoExeName property, CaptureInfohWnd property, CaptureInfoTop property, CaptureInfoLeft property, CaptureInfoWidth property, CaptureInfoHeight property