ReactOS 0.4.16-dev-1561-gba36b90
documentmgr.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CDocumentMgr
 
class  CEnumTfContext
 

Functions

EXTERN_C HRESULT EnumTfContext_Constructor (CDocumentMgr *mgr, IEnumTfContexts **ppOut)
 

Function Documentation

◆ EnumTfContext_Constructor()

EXTERN_C HRESULT EnumTfContext_Constructor ( CDocumentMgr mgr,
IEnumTfContexts **  ppOut 
)

Definition at line 457 of file documentmgr.cpp.

458{
459 return CEnumTfContext::CreateInstance(mgr, ppOut);
460}
static HRESULT CreateInstance(_In_opt_ CDocumentMgr *mgr, _Out_ IEnumTfContexts **ppOut)

Referenced by CDocumentMgr::EnumContexts().