Group: System Information - Library: kernel32
void WINAPI GetNativeSystemInfo(
__out LPSYSTEM_INFO lpSystemInfo
);
DECLARE GetNativeSystemInfo IN kernel32;
STRING @lpSystemInfo
lpSystemInfo A pointer to a SYSTEM_INFO structure that receives the information.
This function does not return a value.
If the function is called from a 64-bit application, it is equivalent to the GetSystemInfo function.
See also: GetSystemWow64Directory.