Type Alias windows_sys::Win32::UI::Controls::LPFNCCINFOA
pub type LPFNCCINFOA = Option<unsafe extern "system" fn(acci: *mut CCINFOA) -> u32>;Expand description
Required features: "Win32_Foundation", "Win32_Graphics_Gdi"
Aliased Type§
enum LPFNCCINFOA {
None,
Some(unsafe extern "system" fn(_: *mut CCINFOA) -> u32),
}