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