oilbitmap.h File Reference

(r1785/r1366)

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);


Define Documentation

#define ERROR2IF_KBMP_PTR_INVALID ptr,
retvalue,
literal   )     ERROR2IF( !IsValidAddress( ptr, 1 ), retvalue, literal);
 

Definition at line 263 of file oilbitmap.h.

#define ERROR2IF_OILBMP_PTR_INVALID ptr,
retvalue,
literal   )     ERROR2IF( !IsValidAddress( ptr, 1 ), retvalue, literal);
 

Definition at line 268 of file oilbitmap.h.

#define ERROR3IF_KBMP_PTR_INVALID ptr,
literal   )     ERROR3IF( !IsValidAddress( ptr, 1 ), literal);
 

Definition at line 261 of file oilbitmap.h.

#define ERROR3IF_OILBMP_PTR_INVALID ptr,
literal   )     ERROR3IF( !IsValidAddress( ptr, 1 ), literal );
 

Definition at line 266 of file oilbitmap.h.


Generated on Sat Nov 10 03:49:34 2007 for Camelot by  doxygen 1.4.4