Prev Next

GetSystemInfo info  Overview  Group

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 structure to be filled in by this function.

Return Values

This function does not return a value.

See Also

SYSTEM_INFO