Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |