Type Alias LPDDENUMSURFACESCALLBACK
pub type LPDDENUMSURFACESCALLBACK = Option<unsafe extern "system" fn(param0: Ref<'_, IDirectDrawSurface>, param1: *mut DDSURFACEDESC, param2: *mut c_void) -> HRESULT>;Aliased Type§
pub enum LPDDENUMSURFACESCALLBACK {
None,
Some(unsafe extern "system" fn(Ref<'_, IDirectDrawSurface>, *mut DDSURFACEDESC, *mut c_void) -> HRESULT),
}Variants§
None
No value.
Some(unsafe extern "system" fn(Ref<'_, IDirectDrawSurface>, *mut DDSURFACEDESC, *mut c_void) -> HRESULT)
Some value of type T.