ITfThreadMgr2::CreateDocumentMgr method
Creates a document manager object.
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 8 [desktop apps | Windows Store apps] |
---|---|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
Header |
|
IDL |
|
See also
Show: