ReactOS 0.4.16-dev-205-g7b2bb7e
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
DEBUG_CHANNEL (actctx) | |
HANDLE WINAPI | CreateActCtxA (PCACTCTXA pActCtx) |
HANDLE WINAPI | CreateActCtxW (PCACTCTXW pActCtx) |
BOOL WINAPI | ActivateActCtx (HANDLE hActCtx, ULONG_PTR *ulCookie) |
BOOL WINAPI | DeactivateActCtx (DWORD dwFlags, ULONG_PTR ulCookie) |
BOOL WINAPI | GetCurrentActCtx (HANDLE *phActCtx) |
void WINAPI | AddRefActCtx (HANDLE hActCtx) |
void WINAPI | ReleaseActCtx (HANDLE hActCtx) |
BOOL WINAPI | ZombifyActCtx (HANDLE hActCtx) |
BOOL WINAPI | FindActCtxSectionStringA (DWORD dwFlags, const GUID *lpExtGuid, ULONG ulId, LPCSTR lpSearchStr, PACTCTX_SECTION_KEYED_DATA pInfo) |
BOOL WINAPI | FindActCtxSectionStringW (DWORD dwFlags, const GUID *lpExtGuid, ULONG ulId, LPCWSTR lpSearchStr, PACTCTX_SECTION_KEYED_DATA pInfo) |
BOOL WINAPI | FindActCtxSectionGuid (DWORD dwFlags, const GUID *lpExtGuid, ULONG ulId, const GUID *lpSearchGuid, PACTCTX_SECTION_KEYED_DATA pInfo) |
BOOL WINAPI | QueryActCtxW (DWORD dwFlags, HANDLE hActCtx, PVOID pvSubInst, ULONG ulClass, PVOID pvBuff, SIZE_T cbBuff, SIZE_T *pcbLen) |
Definition at line 168 of file actctx.c.
Definition at line 26 of file actctx.c.
Referenced by init_funcs(), load_v6_module(), and prepare_and_run_test().
Definition at line 102 of file actctx.c.
Referenced by _CreateActCtxFromFile(), _CreateV5ActCtx(), create_test_actctx(), CreateActCtxA(), GetServiceMainFunctions(), init_funcs(), init_pointers(), and wWinMain().
DEBUG_CHANNEL | ( | actctx | ) |
BOOL WINAPI FindActCtxSectionGuid | ( | DWORD | dwFlags, |
const GUID * | lpExtGuid, | ||
ULONG | ulId, | ||
const GUID * | lpSearchGuid, | ||
PACTCTX_SECTION_KEYED_DATA | pInfo | ||
) |
Definition at line 265 of file actctx.c.
Referenced by actctx_get_miscstatus(), actctx_get_typelib_module(), CoGetClassObject(), CoGetPSClsid(), init_funcs(), ProgIDFromCLSID(), query_typelib_path(), and SxsLookupClrGuid().
BOOL WINAPI FindActCtxSectionStringA | ( | DWORD | dwFlags, |
const GUID * | lpExtGuid, | ||
ULONG | ulId, | ||
LPCSTR | lpSearchStr, | ||
PACTCTX_SECTION_KEYED_DATA | pInfo | ||
) |
Definition at line 206 of file actctx.c.
Referenced by init_funcs(), and load_v6_module().
BOOL WINAPI FindActCtxSectionStringW | ( | DWORD | dwFlags, |
const GUID * | lpExtGuid, | ||
ULONG | ulId, | ||
LPCWSTR | lpSearchStr, | ||
PACTCTX_SECTION_KEYED_DATA | pInfo | ||
) |
Definition at line 238 of file actctx.c.
Referenced by CLSIDFromProgID(), FindActCtxSectionStringA(), get_versioned_classname(), init_funcs(), START_TEST(), TestClassRedirection(), and TestLibDependency().
Definition at line 151 of file actctx.c.
BOOL WINAPI QueryActCtxW | ( | DWORD | dwFlags, |
HANDLE | hActCtx, | ||
PVOID | pvSubInst, | ||
ULONG | ulClass, | ||
PVOID | pvBuff, | ||
SIZE_T | cbBuff, | ||
SIZE_T * | pcbLen | ||
) |
Definition at line 286 of file actctx.c.
Definition at line 178 of file actctx.c.
Definition at line 188 of file actctx.c.