Type Alias windows::Win32::Graphics::Gdi::MFENUMPROC
pub type MFENUMPROC = Option<unsafe extern "system" fn(hdc: HDC, lpht: *const HANDLETABLE, lpmr: *const METARECORD, nobj: i32, param4: LPARAM) -> i32>;
Aliased Type§
enum MFENUMPROC {
None,
Some(unsafe extern "system" fn(_: HDC, _: *const HANDLETABLE, _: *const METARECORD, _: i32, _: LPARAM) -> i32),
}