You are reading help file online using chmlib.com
|
The SpeechTokenContext enumeration lists the context in which the code managing the newly created object runs.
This is associated with COM and the use of CoRegisterClassObject to make new objects. Used in SpObjectToken.CreateInstance
Enum SpeechTokenContext
STCInprocServer = 1
STCInprocHandler = 2
STCLocalServer = 4
STCRemoteServer = 16
STCAll = 23
End Enum
You are reading help file online using chmlib.com
|