|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include <windows.h>
Go to the source code of this file.
Defines |
| #define | WIN32_LEAN_AND_MEAN |
Functions |
| HDC CALLBACK | WinGCreateDC (void) |
| BOOL CALLBACK | WinGRecommendDIBFormat (BITMAPINFO *bmi) |
| HBITMAP CALLBACK | WinGCreateBitmap (HDC hdc, BITMAPINFO *bmi, void **bits) |
| void *CALLBACK | WinGGetDIBPointer (HBITMAP hbmp, BITMAPINFO *bmi) |
| UINT CALLBACK | WinGSetDIBColorTable (HDC hdc, UINT start, UINT end, RGBQUAD *colors) |
| UINT CALLBACK | WinGGetDIBColorTable (HDC hdc, UINT start, UINT end, RGBQUAD *colors) |
| HPALETTE CALLBACK | WinGCreateHalfTonePalette (void) |
| HBRUSH CALLBACK | WinGCreateHalfToneBrush (HDC hdc, COLORREF color, INT type) |
| BOOL CALLBACK | WinGStretchBlt (HDC hdcDst, INT xDst, INT yDst, INT widthDst, INT heightDst, HDC hdcSrc, INT xSrc, INT ySrc, INT widthSrc, INT heightSrc) |
| BOOL CALLBACK | WinGBitBlt (HDC hdcDst, INT xDst, INT yDst, INT width, INT height, HDC hdcSrc, INT xSrc, INT ySrc) |
Generated on Sat May 26 2012 05:19:25 for ReactOS by
1.7.6.1
|