GetSystemInfo  L7EO.W 

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

 

Return Values

This function does not return a value.

See Also

SYSTEM_INFO