Home
last modified time | relevance | path

Searched refs:PFN_GetPackagePathByFullName (Results 1 - 2 of 2) sorted by relevance

/third_party/vulkan-loader/tests/framework/shim/
H A Dwindows_shim.cpp352 using PFN_GetPackagePathByFullName = LONG(WINAPI *)(PCWSTR, UINT32 *, PWSTR);
353 static PFN_GetPackagePathByFullName fpGetPackagePathByFullName = GetPackagePathByFullName;
/third_party/vulkan-loader/loader/
H A Dloader_windows.c1098 typedef LONG(WINAPI * PFN_GetPackagePathByFullName)(PCWSTR, UINT32 *, PWSTR); in windows_get_app_package_manifest_path() typedef
1099 PFN_GetPackagePathByFullName fpGetPackagePathByFullName = in windows_get_app_package_manifest_path()
1100 (PFN_GetPackagePathByFullName)(void *)GetProcAddress(GetModuleHandle(TEXT("kernel32.dll")), "GetPackagePathByFullName"); in windows_get_app_package_manifest_path()

Completed in 4 milliseconds