Type Alias windows::Win32::Graphics::DirectDraw::LPDDHALVPORTCB_GETSIGNALSTATUS
pub type LPDDHALVPORTCB_GETSIGNALSTATUS = Option<unsafe extern "system" fn(param0: *mut DDHAL_GETVPORTSIGNALDATA) -> u32>;
Aliased Type§
enum LPDDHALVPORTCB_GETSIGNALSTATUS {
None,
Some(unsafe extern "system" fn(_: *mut DDHAL_GETVPORTSIGNALDATA) -> u32),
}