WINDOWS Structures
COLORREF
COLORREF is a Windows data type. For further information concerning COLORREF, please refer to the Microsoft SDK documentation.
HCURSOR
HCURSOR is a standard Windows data type. For further information concerning HCURSOR, please refer to the Microsoft SDK documentation or your compiler's documentation.
HICON
HICON is a standard Windows data type. For further information concerning HICON, please refer to the Microsoft SDK documentation or your compiler's documentation.
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.
LPCSTR
LPCSTR is a standard Windows data type. For further information concerning LPCSTR, please refer to the Microsoft SDK documentation or your compiler's documentation.
LPRECT
LPRECT is a standard Windows data type. For further information concerning LPRECT, please refer to the Microsoft SDK documentation or your compiler's documentation.
OPENFILENAME
This is a Microsoft Windows structure as documented in the Microsoft SDK documentation. For complete documentation on this structure please refer to the Microsoft SDK documentation for OPENFILENAME.