Go to the source code of this file.
Classes | |
class | CWxBitmap |
The Windows implementation of the OILBitmap class. Based on a non-compressed DIB. Kernel code should not call on functions in this class except via the OILBitmap interface. More... | |
Defines | |
#define | ERROR3IF_KBMP_PTR_INVALID(ptr, literal) ERROR3IF( !IsValidAddress( ptr, 1 ), literal); |
#define | ERROR2IF_KBMP_PTR_INVALID(ptr, retvalue, literal) ERROR2IF( !IsValidAddress( ptr, 1 ), retvalue, literal); |
#define | ERROR3IF_OILBMP_PTR_INVALID(ptr, literal) ERROR3IF( !IsValidAddress( ptr, 1 ), literal ); |
#define | ERROR2IF_OILBMP_PTR_INVALID(ptr, retvalue, literal) ERROR2IF( !IsValidAddress( ptr, 1 ), retvalue, literal); |
|
Definition at line 263 of file oilbitmap.h. |
|
Definition at line 268 of file oilbitmap.h. |
|
Definition at line 261 of file oilbitmap.h. |
|
Definition at line 266 of file oilbitmap.h. |