ITfFnGetSAPIObject::Get method
Syntax
HRESULT Get(
[in] TfSapiObject sObj,
[out] IUnknown **ppunk
);
Parameters
- sObj [in]
-
Contains a TfSapiObject value that specifies the SAPI object to obtain.
- ppunk [out]
-
Pointer to an IUnknown interface pointer that receives the requested SAPI object. The caller must release this interface when it is no longer required.
Return value
This method can return one of these values.
| Value | Description |
|---|---|
|
The method was successful. |
|
The requested object cannot be obtained. |
|
The requested object is not implemented. |
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps | Windows Store apps] |
|
Redistributable |
TSF 1.0 on Windows 2000 Professional |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also