globalmemorystatus (coredll)
Last changed: mattm@doubl-kold.com-68.185.59.166

.
Summary
TODO - a short description

C# Signature:

[DllImport("coredll", EntryPoint="GlobalMemoryStatus", SetLastError=false)]
internal static extern void GlobalMemoryStatusCE(out MemoryStatus msce);

VB Signature:

Declare Function GlobalMemoryStatus 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