|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 74 of file cicbase.cpp.
Definition at line 71 of file cicbase.cpp.
| static PROCESSINFOCLASS |
Definition at line 61 of file cicbase.cpp.
|
static |
Definition at line 215 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 250 of file cicbase.cpp.
Referenced by GetUIMCat(), and InitDisplayAttrbuteLib().
Definition at line 101 of file cicbase.cpp.
Referenced by InitApp(), and ProcessAttach().
Definition at line 149 of file cicbase.cpp.
Referenced by CheckX64System(), cicIsWow64(), DelayedRegNotifyChangeKeyValue(), DllShutdownInProgress(), and InitApp().
Definition at line 77 of file cicbase.cpp.
Referenced by InitApp(), and ProcessAttach().
Definition at line 162 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 225 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 270 of file cicbase.cpp.
Referenced by ProcessAttach().