Type Alias windows_sys::Win32::Graphics::Gdi::FONTENUMPROCW
pub type FONTENUMPROCW = Option<unsafe extern "system" fn(param0: *const LOGFONTW, param1: *const TEXTMETRICW, param2: u32, param3: LPARAM) -> i32>;
Aliased Type§
enum FONTENUMPROCW {
None,
Some(unsafe extern "system" fn(_: *const LOGFONTW, _: *const TEXTMETRICW, _: u32, _: isize) -> i32),
}