WINDOWS Structures
BITMAPINFO
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 BITMAPINFO.
COLORREF
COLORREF is a Windows data type. For further information concerning COLORREF, please refer to the Microsoft SDK documentation.
DWORD
DWORD is a Windows data type, 32 bit unsigned int. For further information concerning DWORD, please refer to the Microsoft SDK documentation.
EXTLOGPEN
EXTLOGPEN is a standard Windows structure. For further information concerning EXTLOGPEN, 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.
HGLOBAL
HGLOBAL is a standard Windows data type. For further information concerning HGLOBAL, 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.
LOGBRUSH
LOGBRUSH is a standard Windows structure. For further information concerning LOGBRUSH, please refer to the Microsoft SDK documentation or your compiler's documentation.
LOGPEN
LOGPEN is a standard Windows structure. For further information concerning LOGPEN, please refer to the Microsoft SDK documentation or your compiler's documentation.
LPBYTE
LPBYTE is a standard Windows data type. For further information concerning LPBYTE, please refer to the Microsoft SDK documentation or your compiler's documentation.
LPRECT
LPRECT is a standard Windows structure. For further information concerning LPRECT, please refer to the Microsoft SDK documentation or your compiler's documentation.
LPSTR
LPSTR is a standard Windows data type. For further information concerning LPSTR, 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.