pub type FONTENUMPROCW = OLDFONTENUMPROCW;Aliased Type§
pub enum FONTENUMPROCW {
None,
Some(unsafe extern "stdcall" fn(*const tagLOGFONTW, *const tagTEXTMETRICW, u32, i32) -> i32),
}Variants§
None
No value.
Some(unsafe extern "stdcall" fn(*const tagLOGFONTW, *const tagTEXTMETRICW, u32, i32) -> i32)
Some value of type T.