Desktop Functions: Smart Device Functions:
|
Search Results for "SYSTEM_MEMORY_LIST_INFORMATION" in [All]ntdll
NativeMethods.SYSTEM_MEMORY_LIST_INFORMATION
if (NativeMethods.SYSTEM_MEMORY_LIST_INFORMATION_SIZE == 0)
NativeMethods.SYSTEM_MEMORY_LIST_INFORMATION_SIZE = returnSize;
MemoryList = (NativeMethods.SYSTEM_MEMORY_LIST_INFORMATION)Marshal.PtrToStructure(buff, typeof(NativeMethods.SYSTEM_MEMORY_LIST_INFORMATION));
SystemMemoryListInformation = 0x0050, // SYSTEM_MEMORY_LIST_INFORMATION
public struct SYSTEM_MEMORY_LIST_INFORMATION // Size=88
Declare Function SYSTEM_MEMORY_LIST_INFORMATION Lib "ntdll.dll" (TODO) As TODO
NativeMethods.SYSTEM_MEMORY_LIST_INFORMATION
MemoryList = (NativeMethods.SYSTEM_MEMORY_LIST_INFORMATION)Marshal.PtrToStructure(buff, typeof(NativeMethods.SYSTEM_MEMORY_LIST_INFORMATION)); |