SS_CT_GETRESERVEDCURSOR_ARGS Structure
Applies To
fpSpread control
Definition
typedef struct ss_ct_getreservedcursor_args
{
LPTSTR lpszName;
HWND hWndSpread;
HWND hWndEditor;
LONG IReservedCursorId;
HCURSOR hCursor;
} SS_CT_GETRESERVEDCURSOR_ARGS,
FAR *LPSS_CT_GETRESERVEDCURSOR_ARGS;
Fields
The following fields are available:
Field | Description |
lpszName | Custom cell type name |
hWndSpread | HWND of Spread control |
hWndEditor | HWND of editor control |
IReservedCursorId | Reserved cursor id |
hCursor | Cursor to use (application must free this object, out) |
Remarks
This structure is used in the GetReservedCursor callback function for a custom cell type. Out parameters are passed from the function back to Spread instead of from Spread to the function.
See Also
SS_CT_PROCS structure