IInkStrokes::RemoveStrokes method (msinkaut.h)
Removes strokes from the collection.
Syntax
HRESULT RemoveStrokes(
[in] IInkStrokes *InkStrokes
);
Parameters
[in] InkStrokes
The strokes to remove from the collection.
Return value
This method can return one of these values.
Return code | Description |
---|---|
|
Success. |
|
A parameter contained an invalid pointer. |
|
Cannot allocate Stroke handler helper object. |
|
An exception occurred inside the method. |
|
IInkStrokes* does not point to a valid InkDisp object. |
|
The InkDisp object of the InkStrokes collection and the specified InkStrokes don't match. |
|
Unexpected parameter or property type. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | msinkaut.h |
Library | InkObj.dll |