Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IInkCollector::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 this method checks the interest of.

[out, retval] Listen

VARIANT_BOOL 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
S_OK
Success.
E_POINTER
A parameter contained an invalid pointer.
E_INVALIDARG
Invalid event interest.
E_INK_EXCEPTION
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

See also

IInkCollector

InkCollector Class

InkCollectorEventInterest Enumeration

SetEventInterest Method


Feedback

Was this page helpful?

Additional resources