Type Definition windows_sys::Win32::Graphics::DirectDraw::LPCLIPPERCALLBACK
[−]pub type LPCLIPPERCALLBACK = Option<unsafe extern "system" fn(lpddclipper: IDirectDrawClipper, hwnd: HWND, code: u32, lpcontext: *mut c_void) -> u32>;
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Foundation"