Type Definition windows_sys::Win32::Graphics::Gdi::ENHMFENUMPROC
[−]pub type ENHMFENUMPROC = Option<unsafe extern "system" fn(hdc: HDC, lpht: *const HANDLETABLE, lpmr: *const ENHMETARECORD, nhandles: i32, data: LPARAM) -> i32>;
Expand description
Required features: ‘Win32_Graphics_Gdi’, ‘Win32_Foundation’