home *** CD-ROM | disk | FTP | other *** search
- import com.ms.dll.DllLib;
-
- class MEMORYSTATUS {
- public int dwLength;
- public int dwMemoryLoad;
- public int dwTotalPhys;
- public int dwAvailPhys;
- public int dwTotalPageFile;
- public int dwAvailPageFile;
- public int dwTotalVirtual;
- public int dwAvailVirtual;
- // $FF: synthetic field
- private static Class class$MEMORYSTATUS;
-
- MEMORYSTATUS() {
- this.dwLength = DllLib.sizeOf(class$MEMORYSTATUS != null ? class$MEMORYSTATUS : (class$MEMORYSTATUS = class$("MEMORYSTATUS")));
- }
-
- // $FF: synthetic method
- private static Class class$(String s) {
- try {
- return Class.forName(s);
- } catch (ClassNotFoundException e) {
- throw new NoClassDefFoundError(((Throwable)e).getMessage());
- }
- }
- }
-