ReactOS 0.4.15-dev-6068-g8061a6f
ATL::CImage::MYBITMAPINFOEX Struct Reference

#include <atlimage.h>

Collaboration diagram for ATL::CImage::MYBITMAPINFOEX:

Public Member Functions

BITMAPINFOget ()
 
const BITMAPINFOget () const
 

Public Attributes

BITMAPINFOHEADER bmiHeader
 
RGBQUAD bmiColors [256]
 

Detailed Description

Definition at line 818 of file atlimage.h.

Member Function Documentation

◆ get() [1/2]

BITMAPINFO * ATL::CImage::MYBITMAPINFOEX::get ( )
inline

Definition at line 822 of file atlimage.h.

823 {
824 return reinterpret_cast<BITMAPINFO *>(this);
825 }

Referenced by ATL::CImage::CreateInternal().

◆ get() [2/2]

const BITMAPINFO * ATL::CImage::MYBITMAPINFOEX::get ( ) const
inline

Definition at line 826 of file atlimage.h.

827 {
828 return reinterpret_cast<const BITMAPINFO *>(this);
829 }

Member Data Documentation

◆ bmiColors

RGBQUAD ATL::CImage::MYBITMAPINFOEX::bmiColors[256]

Definition at line 821 of file atlimage.h.

Referenced by ATL::CImage::CreateInternal().

◆ bmiHeader

BITMAPINFOHEADER ATL::CImage::MYBITMAPINFOEX::bmiHeader

Definition at line 820 of file atlimage.h.

Referenced by ATL::CImage::CreateInternal().


The documentation for this struct was generated from the following file: