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