Home
last modified time | relevance | path

Searched refs:lpRootManifestPath (Results 1 – 4 of 4) sorted by relevance

/reactos/modules/rostests/apitests/kernel32/
H A DDefaultActCtx.c43 …ok(info->lpRootManifestPath == NULL, "Expected null lpRootManifestPath, got %S\n", info->lpRootMan… in START_TEST()
/reactos/modules/rostests/winetests/kernel32/
H A Dactctx.c633 …ok_(__FILE__, line)(detailed_info->lpRootManifestPath != NULL, "detailed_info->lpRootManifestPath … in test_detailed_info()
634 if(detailed_info->lpRootManifestPath) in test_detailed_info()
635 … ok_(__FILE__, line)(!lstrcmpiW(detailed_info->lpRootManifestPath, exinfo->root_manifest_path), in test_detailed_info()
638 …ok_(__FILE__, line)(detailed_info->lpRootManifestPath == NULL, "detailed_info->lpRootManifestPath … in test_detailed_info()
/reactos/sdk/lib/rtl/
H A Dactctx.c5632 acdi->lpRootManifestPath = ptr; in RtlQueryInformationActivationContext()
5636 else acdi->lpRootManifestPath = NULL; in RtlQueryInformationActivationContext()
/reactos/sdk/include/xdk/
H A Dwinnt_old.h4167 PCWSTR lpRootManifestPath; member