[DllImportAttribute("kernel32.dll", CharSet = CharSet.Auto, SetLastError = true)] public static bool GlobalMemoryStatusEx( WindowsApiMEMORYSTATUSEX lpBuffer )
<DllImportAttribute("kernel32.dll", CharSet := CharSet.Auto, SetLastError := true>] Public Shared Function GlobalMemoryStatusEx ( <OutAttribute> lpBuffer As WindowsApiMEMORYSTATUSEX ) As Boolean
public: [DllImportAttribute(L"kernel32.dll", CharSet = CharSet::Auto, SetLastError = true)] static bool GlobalMemoryStatusEx( [InAttribute] [OutAttribute] WindowsApiMEMORYSTATUSEX^ lpBuffer )
[<DllImportAttribute("kernel32.dll", CharSet = CharSet.Auto, SetLastError = true)>] static member GlobalMemoryStatusEx : lpBuffer : WindowsApiMEMORYSTATUSEX byref -> bool
GSF.Interop.WindowsApi.GlobalMemoryStatusEx = function(lpBuffer);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.