RemoveStrokes function
Removes IInkStrokeDisp objects from the InkDivider.
This function is not intended to be used by application code.
void WINAPI RemoveStrokes(
_In_ INT_PTR hDivider,
_In_ int cStroke,
_In_ int *pStrokeIDs
);
hDivider [in]
A handle to the InkDivider object.cStroke [in]
The number of IInkStrokeDisp objects to remove.pStrokeIDs [in]
The Id properties for the IInkStrokeDisp objects to remove.
This function does not return a value.
Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server |
None supported |
Library |
InkDiv.dll |