GetNativeSystemInfo The GetNativeSystemInfo function retrieves information about the current system to an application running under WOW64. If the function is called from a 64-bit application, it is equivalent to the GetSystemInfo function.
VB4-32,5,6
Declare Sub GetNativeSystemInfo Lib "kernel32" (lpSystemInfo As SYSTEM_INFO) |
Operating Systems Supported |
Requires Windows XP or later; Win9x/ME: Not supported |
- lpSystemInfo
[out] Pointer to a SYSTEM_INFO structure that receives the information. |
This function does not return a value. |
|