ISpEventSource class com Interface

Inheritance
Implementers

Constructors

ISpEventSource(Pointer<COMObject> ptr)

Properties

hashCode int
The hash code for this object.
no setterinherited
ptr Pointer<COMObject>
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

AddRef() int
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
inherited
Release() int
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