ReactOS 0.4.16-dev-109-gf4cb10f
|
#include "precomp.h"
#include "cicbase.h"
#include <shlwapi.h>
#include <stdlib.h>
#include <string.h>
#include <tchar.h>
#include <strsafe.h>
Go to the source code of this file.
Typedefs | |
typedef enum _PROCESSINFOCLASS | PROCESSINFOCLASS |
typedef LONG | NTSTATUS |
typedef NTSTATUS(WINAPI * | FN_NtQueryInformationProcess) (HANDLE, PROCESSINFOCLASS, PVOID, ULONG, PULONG) |
typedef NTSTATUS(WINAPI * FN_NtQueryInformationProcess) (HANDLE, PROCESSINFOCLASS, PVOID, ULONG, PULONG) |
Definition at line 55 of file cicbase.cpp.
Definition at line 52 of file cicbase.cpp.
typedef enum _PROCESSINFOCLASS PROCESSINFOCLASS |
Definition at line 42 of file cicbase.cpp.
|
static |
Definition at line 196 of file cicbase.cpp.
Referenced by cicCoCreateInstance(), and TFInitLib().
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().
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 24 of file cicbase.cpp.
Definition at line 32 of file cicbase.cpp.
Definition at line 28 of file cicbase.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().