Searched refs:lpRootManifestPath (Results 1 – 4 of 4) sorted by relevance
/reactos/modules/rostests/apitests/kernel32/ |
H A D | DefaultActCtx.c | 43 …ok(info->lpRootManifestPath == NULL, "Expected null lpRootManifestPath, got %S\n", info->lpRootMan… in START_TEST()
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | actctx.c | 633 …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 D | actctx.c | 5632 acdi->lpRootManifestPath = ptr; in RtlQueryInformationActivationContext() 5636 else acdi->lpRootManifestPath = NULL; in RtlQueryInformationActivationContext()
|
/reactos/sdk/include/xdk/ |
H A D | winnt_old.h | 4167 PCWSTR lpRootManifestPath; member
|