InkPicture.GetEventInterest method
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
- EventId [in]
-
The event about which the ink collector specifies the interest level.
- Listen [out, retval]
-
VARIANT_TRUE if interest in the specified event has been sent; 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
|
Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
|---|---|
|
Minimum supported server |
None supported |
|
Header |
|
|
Library |
|
See also