SpVoice class com

Inheritance

Constructors

SpVoice(Pointer<COMObject> ptr)
SpVoice.createInstance()
factory

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
DisplayUI(int hwndParent, Pointer<Utf16> pszTitle, Pointer<Utf16> pszTypeOfUI, Pointer<NativeType> pvExtraData, int cbExtraData) int
inherited
GetAlertBoundary(Pointer<Int32> peBoundary) int
inherited
GetEvents(int ulCount, Pointer<SPEVENT> pEventArray, Pointer<Uint32> pulFetched) int
inherited
GetInfo(Pointer<SPEVENTSOURCEINFO> pInfo) int
inherited
GetNotifyEventHandle() int
inherited
GetOutputObjectToken(Pointer<Pointer<COMObject>> ppObjectToken) int
inherited
GetOutputStream(Pointer<Pointer<COMObject>> ppStream) int
inherited
GetPriority(Pointer<Int32> pePriority) int
inherited
GetRate(Pointer<Int32> pRateAdjust) int
inherited
GetStatus(Pointer<SPVOICESTATUS> pStatus, Pointer<Pointer<Utf16>> ppszLastBookmark) int
inherited
GetSyncSpeakTimeout(Pointer<Uint32> pmsTimeout) int
inherited
GetVoice(Pointer<Pointer<COMObject>> ppToken) int
inherited
GetVolume(Pointer<Uint16> pusVolume) int
inherited
IsUISupported(Pointer<Utf16> pszTypeOfUI, Pointer<NativeType> pvExtraData, int cbExtraData, Pointer<Int32> pfSupported) int
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
Pause() int
inherited
QueryInterface(Pointer<GUID> riid, Pointer<Pointer<NativeType>> ppvObject) int
inherited
Release() int
inherited
Resume() int
inherited
SetAlertBoundary(int eBoundary) int
inherited
SetInterest(int ullEventInterest, int ullQueuedInterest) int
inherited
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
SetOutput(Pointer<COMObject> pUnkOutput, int fAllowFormatChanges) int
inherited
SetPriority(int ePriority) int
inherited
SetRate(int RateAdjust) int
inherited
SetSyncSpeakTimeout(int msTimeout) int
inherited
SetVoice(Pointer<COMObject> pToken) int
inherited
SetVolume(int usVolume) int
inherited
Skip(Pointer<Utf16> pItemType, int lNumItems, Pointer<Uint32> pulNumSkipped) int
inherited
Speak(Pointer<Utf16> pwcs, int dwFlags, Pointer<Uint32> pulStreamNumber) int
inherited
SpeakCompleteEvent() int
inherited
SpeakStream(Pointer<COMObject> pStream, int dwFlags, Pointer<Uint32> pulStreamNumber) 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
WaitUntilDone(int msTimeout) int
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited