Class Summary |
FreeDiskSpace |
FreeDiskSpace this utility class is created and populated by Kernel32.getDiskFreeSpaceEx(). |
MemoryStatusEx |
|
MSG |
$Id: MSG.java,v 1.2 2006/01/12 21:35:45 mdenty Exp $
TODO : Create each value : createPointer should copy values in memory and back
TODO : this should be a BasicData
The C structure
typedef struct {
HWND hwnd;
UINT message;
WPARAM wParam;
LPARAM lParam;
DWORD time;
POINT pt;
} MSG, *PMSG;
This software is released under the GPL. |
Point |
$Id: Point.java,v 1.2 2006/01/12 21:35:45 mdenty Exp $
Structure C
typedef struct tagPOINT {
LONG x;
LONG y;
} POINT, *PPOINT, NEAR *NPPOINT, FAR *LPPOINT;
This software is released under the GPL. |
SecurityAttributes |
SecurityAttributes this utility class is used by Kernel32.createFile(). |
SystemInfo |
SystemInfo this utility class is used by Kernel32.getNativeSystemInfo(). |