Searched refs:pfnGetNativeSystemInfo_t (Results 1 – 1 of 1) sorted by relevance
1910 typedef void (CALLBACK* pfnGetNativeSystemInfo_t)(LPSYSTEM_INFO); in InstallRuntimes() typedef1911 pfnGetNativeSystemInfo_t pfnGetNativeSystemInfo; in InstallRuntimes()1912 …pfnGetNativeSystemInfo = (pfnGetNativeSystemInfo_t)::GetProcAddress(hKernel32, "GetNativeSystemInf… in InstallRuntimes()