Exemple #1
0
 static Win32Native()
 {
     Win32Native.SYSTEM_INFO lpSystemInfo = new Win32Native.SYSTEM_INFO();
     Win32Native.GetSystemInfo(out lpSystemInfo);
     Win32Native.PAGE_SIZE = (uint)lpSystemInfo.dwPageSize;
 }
Exemple #2
0
 internal static extern void GetSystemInfo(out Win32Native.SYSTEM_INFO lpSystemInfo);