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