0 out of 1 rated this helpful - Rate this topic

GetSystemInfo (Windows Embedded Compact 7)

1/23/2013

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


VOID GetSystemInfo(
  LPSYSTEM_INFO lpSystemInfo
);
lpSystemInfo

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

Header

winbase.h

Library

coredll.lib

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.