ITfThreadMgr::CreateDocumentMgr method
Syntax
HRESULT CreateDocumentMgr( [out] ITfDocumentMgr **ppdim );
Parameters
- ppdim [out]
-
Pointer to an ITfDocumentMgr interface that receives the document manager object.
Return value
This method can return one of these values.
| Value | Description |
|---|---|
|
The method was successful. |
|
ppdim is invalid. |
|
A memory allocation failure occurred. |
Remarks
The caller must release the document manager when it is no longer required.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Redistributable |
TSF 1.0 on Windows 2000 Professional |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also