|
ReactOS 0.4.16-dev-2207-geb15453
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
| #define | QUERY_ACTCTX_FLAG_VALID |
Functions | |
| VOID NTAPI | BasepFreeActivationContextActivationBlock (IN PBASEP_ACTCTX_BLOCK ActivationBlock) |
| NTSTATUS NTAPI | BasepAllocateActivationContextActivationBlock (IN DWORD Flags, IN PVOID CompletionRoutine, IN PVOID CompletionContext, OUT PBASEP_ACTCTX_BLOCK *ActivationBlock) |
| NTSTATUS NTAPI | BasepProbeForDllManifest (IN PVOID DllHandle, IN PCWSTR FullDllName, OUT PVOID *ActCtx) |
| VOID WINAPI | AddRefActCtx (IN HANDLE hActCtx) |
| VOID WINAPI | ReleaseActCtx (IN HANDLE hActCtx) |
| BOOL WINAPI | ZombifyActCtx (HANDLE hActCtx) |
| BOOL WINAPI | ActivateActCtx (IN HANDLE hActCtx, OUT PULONG_PTR ulCookie) |
| BOOL WINAPI | DeactivateActCtx (IN DWORD dwFlags, IN ULONG_PTR ulCookie) |
| BOOL WINAPI | GetCurrentActCtx (OUT PHANDLE phActCtx) |
| BOOL WINAPI | QueryActCtxW (IN DWORD dwFlags, IN HANDLE hActCtx, IN PVOID pvSubInstance, IN ULONG ulInfoClass, IN PVOID pvBuffer, IN SIZE_T cbBuffer, IN OUT SIZE_T *pcbWrittenOrRequired OPTIONAL) |
| #define QUERY_ACTCTX_FLAG_VALID |
Definition at line 237 of file actctx.c.
Referenced by _ActivateCtx(), _tWinMain(), Control_DoLaunch(), Control_LoadApplet(), fiber_actctx_func(), fill_sxs_info(), get_object_dll_path(), GetServiceDllFunction(), init_funcs(), load_v6_module(), prepare_and_run_test(), START_TEST(), subtest_fiber_actctx_preservation(), test_actctx(), test_actctx_classes(), test_builtin_sxs(), test_comctl32_class(), test_dllredirect_section(), test_fiber_actctx(), test_findsectionstring(), test_one_with_sxs_and_GetModuleHandleA(), test_SearchPathA(), test_SearchPathW(), test_thread_actctx(), test_typelib_section(), test_wndclass_section(), test_ZombifyActCtx(), TestVersionedClasses(), THEMING_Initialize(), and wWinMain().
Definition at line 197 of file actctx.c.
| NTSTATUS NTAPI BasepAllocateActivationContextActivationBlock | ( | IN DWORD | Flags, |
| IN PVOID | CompletionRoutine, | ||
| IN PVOID | CompletionContext, | ||
| OUT PBASEP_ACTCTX_BLOCK * | ActivationBlock | ||
| ) |
Definition at line 45 of file actctx.c.
Referenced by ReadDirectoryChangesW().
| VOID NTAPI BasepFreeActivationContextActivationBlock | ( | IN PBASEP_ACTCTX_BLOCK | ActivationBlock | ) |
Definition at line 26 of file actctx.c.
Referenced by BasepIoCompletion(), and ReadDirectoryChangesW().
| NTSTATUS NTAPI BasepProbeForDllManifest | ( | IN PVOID | DllHandle, |
| IN PCWSTR | FullDllName, | ||
| OUT PVOID * | ActCtx | ||
| ) |
Definition at line 136 of file actctx.c.
Referenced by DllMain().
Definition at line 268 of file actctx.c.
Referenced by _DeactivateCtx(), _tWinMain(), Control_DoLaunch(), Control_LoadApplet(), fiber_actctx_func(), fill_sxs_info(), FreeMonitorUI(), get_object_dll_path(), GetServiceDllFunction(), init_funcs(), prepare_and_run_test(), START_TEST(), subtest_fiber_actctx_preservation(), test_actctx(), test_actctx_classes(), test_builtin_sxs(), test_comctl32_class(), test_dllredirect_section(), test_fiber_actctx(), test_findsectionstring(), test_one_with_sxs_and_GetModuleHandleA(), test_SearchPathA(), test_SearchPathW(), test_thread_actctx(), test_typelib_section(), test_wndclass_section(), test_ZombifyActCtx(), TestVersionedClasses(), THEMING_Initialize(), unload_v6_module(), and wWinMain().
Definition at line 298 of file actctx.c.
Referenced by check_current_actctx_is_(), init_funcs(), START_TEST(), test_actctx(), test_app_manifest(), test_thread_actctx(), test_ZombifyActCtx(), and thread_actctx_func().
| BOOL WINAPI QueryActCtxW | ( | IN DWORD | dwFlags, |
| IN HANDLE | hActCtx, | ||
| IN PVOID | pvSubInstance, | ||
| IN ULONG | ulInfoClass, | ||
| IN PVOID | pvBuffer, | ||
| IN SIZE_T | cbBuffer, | ||
| IN OUT SIZE_T *pcbWrittenOrRequired | OPTIONAL | ||
| ) |
Definition at line 328 of file actctx.c.
Referenced by init_funcs(), START_TEST(), SxsLookupClrGuid(), test_basic_info(), test_compatibility(), test_detailed_info(), test_file_info(), test_info_in_assembly(), test_no_compat(), test_runlevel_info(), test_with_compat(), test_ZombifyActCtx(), and TestLibDependency().
Definition at line 208 of file actctx.c.
Referenced by check_current_actctx_is_(), clean_sxs_info(), CoGetClassObject(), FreeMonitorUI(), GetServiceMainFunctions(), init_funcs(), prepare_and_run_test(), subtest_manifest_res_(), SxsLookupClrGuid(), test_actctx(), test_actctx_classes(), test_allowDelayedBinding(), test_app_manifest(), test_comctl32_class(), test_compatibility(), test_create_and_fail(), test_create_wide_and_fail(), test_CreateActCtx(), test_CreateActCtx_share_mode(), test_dllredirect_section(), test_fiber_actctx(), test_find_dll_redirection(), test_find_window_class(), test_findsectionstring(), test_manifest_in_module(), test_SearchPathA(), test_SearchPathW(), test_settings(), test_thread_actctx(), test_typelib_section(), test_wndclass_section(), test_ZombifyActCtx(), and unload_v6_module().
Definition at line 219 of file actctx.c.
Referenced by test_ZombifyActCtx().