|
ReactOS 0.4.16-dev-2207-geb15453
|

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 fill_sxs_info(), load_v6_module(), prepare_and_run_test(), subtest_manifest_res_(), test_builtin_sxs(), and test_CreateActCtx().
Definition at line 102 of file actctx.c.
Referenced by _CreateActCtxFromFile(), _CreateV5ActCtx(), create_actctx_from_module_manifest(), create_test_actctx(), CreateActCtxA(), GetServiceMainFunctions(), init_funcs(), test_create(), test_create_and_fail(), test_create_fail(), test_create_wide_and_fail(), test_CreateActCtx(), test_CreateActCtx_share_mode(), test_manifest_in_module(), test_manifest_resource_name_omitted(), 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(), ProgIDFromCLSID(), query_typelib_path(), SxsLookupClrGuid(), test_find_com_redirection(), test_find_ifaceps_redirection(), test_find_progid_redirection(), test_find_surrogate(), and test_typelib_section().
| 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 kernel32_find(), load_v6_module(), and test_find_progid_redirection().
| 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(), kernel32_find(), START_TEST(), test_dllredirect_section(), test_find_activatable_class(), test_find_dll_redirection(), test_find_string_fail(), test_find_window_class(), test_wndclass_section(), 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.