typedef struct tagLEADCAPTUREINFO
{
L_UINT uStructSize;
L_HWND hWnd;
RECT rcArea;
L_INT nResType;
L_INT nIndex;
LPTSTR pszResID;
L_TCHAR szReserved[256];
LPTSTR pszExeName;
L_INT nExeNameLen;
L_INT nMaxExeName;
} LEADCAPTUREINFO, * pLEADCAPTUREINFO;
This structure is used by the capture functions to return information about the capture that took place.
Size of this structure. Use sizeof (LAYERINFO).
handle to window being captured. This will be filled by all of the capture functions, with the handle to the window that was captured.
area being captured. This will be filled by all of the capture functions, with the bounding rectangle of the area that was captured. The coordinates should be relative to the full screen, left, top being 0,0.
resource type. In the case of an EXE capture, this will be filled with the type of resource that was captured. Possible values are:
capture a bitmap resource.
capture an icon resource.
capture a cursor resource.
index of the resource that was captured. In the case of an EXE capture, this will be filled with the index of the resource that was captured. In this toolkit, resource indices will begin at 0.
character string containing the resource ID.
reserved.
character string to be filled with the name of the EXE from which LScreenCapture::CaptureFromEXEDlg captured a resource.
Length of the pszExeName buffer.
maximum length of the pszExeName buffer.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document