Beispiel #1
0
 public GlobalMemory() {
   if (!Kernel32.INSTANCE.GlobalMemoryStatusEx(this._memory)) {
     LOG.error(
         "Failed to Initialize MemoryStatusEx. Error code: {}", Kernel32.INSTANCE.GetLastError());
     this._memory = null;
   }
 }