Share via


GetSystemInfo (Compact 2013)

3/28/2014

This function returns information about the current system.

Syntax

VOID GetSystemInfo(
  LPSYSTEM_INFO lpSystemInfo
);

Parameters

  • lpSystemInfo
    [out] Pointer to a SYSTEM_INFO structure to be filled in by this function.

Return Value

None.

Requirements

Header

winbase.h

Library

coredll.lib

See Also

Reference

System Management Functions
SYSTEM_INFO