Struct windows_sys::Win32::Graphics::DirectDraw::DDHAL_CREATEPALETTEDATA
[−]#[repr(C)]pub struct DDHAL_CREATEPALETTEDATA {
pub lpDD: *mut DDRAWI_DIRECTDRAW_GBL,
pub lpDDPalette: *mut DDRAWI_DDRAWPALETTE_GBL,
pub lpColorTable: *mut PALETTEENTRY,
pub ddRVal: HRESULT,
pub CreatePalette: LPDDHAL_CREATEPALETTE,
pub is_excl: BOOL,
}Expand description
Required features: ‘Win32_Graphics_DirectDraw’, ‘Win32_Foundation’, ‘Win32_Graphics_Gdi’
Fields
lpDD: *mut DDRAWI_DIRECTDRAW_GBLlpDDPalette: *mut DDRAWI_DDRAWPALETTE_GBLlpColorTable: *mut PALETTEENTRYddRVal: HRESULTCreatePalette: LPDDHAL_CREATEPALETTEis_excl: BOOL