GetSystemInfo (coredll)
Last changed: -212.235.34.77

.
Summary
TODO - a short description

C# Signature:

[DllImport("coredll", EntryPoint="GetSystemInfo",SetLastError=true)]
internal static extern void GetSystemInfoCE(out SystemInfo pSI);

VB Signature:

Declare Function GetSystemInfo Lib "coredll.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

Taken from openNetCF in OpenNETCF.Win32.Core

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation