Class Summary |
ChooseColor |
$Id: ChooseColor.java,v 1.2 2006/06/09 20:44:05 mdenty Exp $
This software is released under the LGPL. |
FILETIME |
FILETIME
Contains a 64-bit value representing the number of 100-nanosecond intervals since January 1, 1601 (UTC). |
FreeDiskSpace |
FreeDiskSpace this utility class is created and populated by Kernel32.getDiskFreeSpaceEx(). |
Gdi32 |
|
HKEY |
HKEY Handles. |
MemoryStatusEx |
|
MSG |
$Id: MSG.java,v 1.7 2006/11/22 14:17:25 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 LGPL. |
Point |
$Id: Point.java,v 1.5 2006/06/09 20:44:05 mdenty Exp $
Structure C
typedef struct tagPOINT {
LONG x;
LONG y;
} POINT, *PPOINT, NEAR *NPPOINT, FAR *LPPOINT;
This software is released under the LGPL. |
REGSAM |
The following table lists the specific access rights for registry key objects. |
SecurityAttributes |
SecurityAttributes this utility class is used by Kernel32.createFile(). |
SystemInfo |
SystemInfo this utility class is used by Kernel32.getNativeSystemInfo(). |
WNDCLASS |
|