다음을 통해 공유


GetSystemInfo (Windows CE 5.0)

Send Feedback

This function returns information about the current system. CeGetSystemInfo is the remote application programming interface (RAPI) version of this function.

VOIDGetSystemInfo( LPSYSTEM_INFOlpSystemInfo);

Parameters

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

Return Values

None.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Winbase.h.
Link Library: Coredll.lib.

See Also

CeGetSystemInfo | SYSTEM_INFO

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.