SS_VCLEARDATA Structure
Applies To
fpSpread control
Definition
typedef struct ss_vcleardata
{
SS_COORD Row;
SS_COORD RowsBeingCleared;
} SS_VCLEARDATA, FAR *LPSS_VCLEARDATA;
Fields
The following fields are available:
Field | Description |
---|---|
Row | Virtual top row of buffer being cleared |
RowsBeingCleared | Number of rows being cleared |
Remarks
This structure is used with the SSM_VCLEARDATA message when the virtual buffer is being cleared.
See Also
SSM_VCLEARDATA message