ISpEventSource class com Interface
Using the methods on ISpNotifySource an application can specify the mechanism by which it receives notifications. Applications can configure which events should trigger notifications and which events retrieve queued events. ISpEventSource inherits from the ISpNotifySource interface.
- Inheritance
-
- Object
- IUnknown
- ISpNotifySource
- ISpEventSource
- Implementers
Constructors
-
ISpEventSource(Pointer<
COMObject> ptr) - ISpEventSource.from(IUnknown interface)
-
factory
Properties
Methods
-
addRef(
) → int -
Increments the reference count for an interface pointer to a COM object.
inherited
-
detach(
) → void -
Detaches the object from the
Finalizer
.inherited -
getEvents(
int ulCount, Pointer< SPEVENT> pEventArray, Pointer< Uint32> pulFetched) → int -
getInfo(
Pointer< SPEVENTSOURCEINFO> pInfo) → int -
getNotifyEventHandle(
) → int -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
queryInterface(
Pointer< GUID> riid, Pointer< Pointer< NativeType>> ppvObject) → int -
Queries a COM object for a pointer to one of its interface; identifying
the interface by a reference to its interface identifier (IID).
inherited
-
release(
) → int -
Decrements the reference count for an interface on a COM object.
inherited
-
setInterest(
int ullEventInterest, int ullQueuedInterest) → int -
setNotifyCallbackFunction(
Pointer< Pointer< NativeFunction< SpNotifyCallback>>> pfnCallback, int wParam, int lParam) → int -
inherited
-
setNotifyCallbackInterface(
Pointer< COMObject> pSpCallback, int wParam, int lParam) → int -
inherited
-
setNotifySink(
Pointer< COMObject> pNotifySink) → int -
inherited
-
setNotifyWin32Event(
) → int -
inherited
-
setNotifyWindowMessage(
int hWnd, int Msg, int wParam, int lParam) → int -
inherited
-
toInterface(
String iid) → Pointer< COMObject> -
Cast an existing COM object to a specified interface.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
waitForNotifyEvent(
int dwMilliseconds) → int -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited