WINDOWS Structures
HWND
HWND is a standard Windows data type. For further information concerning HWND, please refer to the Microsoft SDK documentation or your compiler's documentation.
HANDLE
HANDLE is a standard Windows structure. For further information concerning HANDLE, please refer to the Microsoft SDK documentation or your compiler's documentation.
HDC
HDC is a standard Windows structure. For further information concerning HDC, please refer to the Microsoft SDK documentation or your compiler's documentation.
RECT
RECT is a standard Windows structure. For further information concerning RECT, please refer to the Microsoft SDK documentation or your compiler's documentation.
PRECT
PRECT is a standard Windows structure. For further information concerning PRECT, please refer to the Microsoft SDK documentation or your compiler's documentation.
POINT
POINT is a standard Windows structure. For further information concerning POINT, please refer to the Microsoft SDK documentation or your compiler's documentation.
HFONT
HFONT is a standard Windows structure. For further information concerning HFONT, please refer to the Microsoft SDK documentation or your compiler's documentation.
LPCTSTR
LPCTSTR is a standard Windows structure. For further information concerning LPCTSTR, please refer to the Microsoft SDK documentation or your compiler's documentation.
HPEN
HPEN is a standard Windows structure. For further information concerning HPEN, please refer to the Microsoft SDK documentation or your compiler's documentation.