Struct windows_sys::Win32::Graphics::DirectDraw::DDENABLEIRQINFO
[−]#[repr(C)]pub struct DDENABLEIRQINFO {
pub dwIRQSources: u32,
pub dwLine: u32,
pub IRQCallback: PDX_IRQCALLBACK,
pub lpIRQData: *mut DX_IRQDATA,
}Expand description
Required features: ‘Win32_Graphics_DirectDraw’
Fields
dwIRQSources: u32dwLine: u32IRQCallback: PDX_IRQCALLBACKlpIRQData: *mut DX_IRQDATA