IInkOverlay::GetEventInterest method (msinkaut.h)
Retrieves the interest an object has in a particular event for the InkCollector class, InkOverlay class, or InkPicture class.
Syntax
HRESULT GetEventInterest(
[in] InkCollectorEventInterest EventId,
[out, retval] VARIANT_BOOL *Listen
);
Parameters
[in] EventId
The event in which the ink collector is or is not interested.
[out, retval] Listen
VARIANT_TRUE if interest in the specified event has been set; otherwise, VARIANT_FALSE.
Return value
This method can return one of these values.
Return code | Description |
---|---|
|
Success. |
|
A parameter contained an invalid pointer. |
|
Invalid event interest. |
|
An exception occurred during processing. |
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 |