GetSystemInfo
The GetSystemInfo
function returns information about the current system.
VOID GetSystemInfo(
LPSYSTEM_INFO lpSystemInfo |
// address of
system information structure |
); |
|
Parameters
lpSystemInfo
Points to a SYSTEM_INFO
Return Values
This function
does not return a value.
See Also