Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "GetPhysicallyInstalledSystemMemory" in [All]

kernel32

.

static extern bool GetPhysicallyInstalledSystemMemory(out long MemoryInKilobytes);

.

Declare Function GetPhysicallyInstalledSystemMemory Lib "kernel32.dll" (TODO) As Boolean

.

    static extern bool GetPhysicallyInstalledSystemMemory(out long TotalMemoryInKilobytes);

.

    GetPhysicallyInstalledSystemMemory(out l);

.
Documentation
[GetPhysicallyInstalledSystemMemory] on MSDN

 
Access PInvoke.net directly from VS: