ReactOS 0.4.16-dev-736-g28b802b
|
Go to the source code of this file.
Classes | |
struct | CicNoThrow |
Macros | |
#define | cicNoThrow CicNoThrow{} |
#define | CIC_OSINFO_NT 0x01 |
#define | CIC_OSINFO_2KPLUS 0x02 |
#define | CIC_OSINFO_95 0x04 |
#define | CIC_OSINFO_98PLUS 0x08 |
#define | CIC_OSINFO_CJK 0x10 |
#define | CIC_OSINFO_IMM 0x20 |
#define | CIC_OSINFO_DBCS 0x40 |
#define | CIC_OSINFO_XPPLUS 0x80 |
Typedefs | |
typedef HRESULT(WINAPI * | FN_CoCreateInstance) (REFCLSID rclsid, LPUNKNOWN pUnkOuter, DWORD dwClsContext, REFIID iid, LPVOID *ppv) |
#define cicNoThrow CicNoThrow{} |
EXTERN_C HRESULT cicCoCreateInstance | ( | _In_ REFCLSID | rclsid, |
_In_ LPUNKNOWN | pUnkOuter, | ||
_In_ DWORD | dwClsContext, | ||
_In_ REFIID | iid, | ||
_Out_ LPVOID * | ppv | ||
) |
@implemented
Definition at line 231 of file cicbase.cpp.
Referenced by GetUIMCat(), and InitDisplayAttrbuteLib().
Definition at line 82 of file cicbase.cpp.
Referenced by InitApp(), and ProcessAttach().
Definition at line 130 of file cicbase.cpp.
Referenced by CheckX64System(), cicIsWow64(), DelayedRegNotifyChangeKeyValue(), DllShutdownInProgress(), and InitApp().
Definition at line 58 of file cicbase.cpp.
Referenced by InitApp(), and ProcessAttach().
Definition at line 143 of file cicbase.cpp.
Referenced by cicRealCoCreateInstance(), and CRegWatcher::UpdateSpTip().
Definition at line 15 of file cicbase.h.
Referenced by CreateMlngInfo(), UIComposition::GetCompStrBuffer(), GetUserSIDString(), TLS::InternalAllocateTLS(), operator new(), and operator new[]().
Definition at line 27 of file cicbase.h.
Referenced by CheckMlngInfo(), CicArray< T_ITEM >::clear(), CreateMlngInfo(), GetUserSIDString(), TLS::InternalAllocateTLS(), TLS::InternalDestroyTLS(), operator delete(), operator delete[](), CicArrayBase::~CicArrayBase(), and UIComposition::~UIComposition().
Definition at line 20 of file cicbase.h.
Referenced by UIComposition::GetCompStrBuffer(), CicArrayBase::Insert(), and CicArray< LANGBARITEMSTATE >::Remove().
EXTERN_C HRESULT cicRealCoCreateInstance | ( | _In_ REFCLSID | rclsid, |
_In_ LPUNKNOWN | pUnkOuter, | ||
_In_ DWORD | dwClsContext, | ||
_In_ REFIID | iid, | ||
_Out_ LPVOID * | ppv | ||
) |
Definition at line 206 of file cicbase.cpp.
Referenced by cicCoCreateInstance(), and MsUtbCoCreateInstance().
Definition at line 48 of file chstring.cpp.
Definition at line 23 of file objects.cpp.
Definition at line 238 of file nc_alloc.cpp.
Definition at line 36 of file cicbase.cpp.
Definition at line 16 of file cicbase.cpp.
Definition at line 20 of file cicbase.cpp.
EXTERN_C BOOL TFInitLib | ( | FN_CoCreateInstance | fnCoCreateInstance | ) |
@implemented
Definition at line 251 of file cicbase.cpp.
Referenced by ProcessAttach().