typedef struct tagLEADCAPTUREOBJECTOPTION{L_UINT uStructSize;L_UINT uFlags;L_UINT uBorderWidth;HCURSOR hSelectCursor;} LEADCAPTUREOBJECTOPTION, * pLEADCAPTUREOBJECTOPTION;
This structure is used in L_CaptureSelectedObject.
| Member | Description | |
| uStructSize | Size of this structure in bytes, for versioning. Use the sizeof() macro to calculate this value. | |
| uFlags | Flags that control the selection process. Possible values are: | |
| CAPTURE_OBJECT_INVERT | Invert the selected object. If this flag is not specified, a border will be drawn around the object. | |
| CAPTURE_OBJECT_ENABLE_KEYBOARD | Enable the SHIFT key during the selection process. Pressing the SHIFT key will select the client area of the object | |
| uBorderWidth | Border width when highlighting object. | |
| hSelectCursor | Cursor to be used during selecting. | |