Type Alias windows_sys::Win32::UI::WindowsAndMessaging::PREGISTERCLASSNAMEW
pub type PREGISTERCLASSNAMEW = Option<unsafe extern "system" fn(param0: PCWSTR) -> BOOLEAN>;Expand description
Required features: "Win32_Foundation"
Aliased Type§
enum PREGISTERCLASSNAMEW {
None,
Some(unsafe extern "system" fn(_: *const u16) -> u8),
}