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