Type Alias windows_sys::Win32::UI::WindowsAndMessaging::WNDENUMPROC
pub type WNDENUMPROC = Option<unsafe extern "system" fn(param0: HWND, param1: LPARAM) -> BOOL>;
Expand description
Required features: "Win32_Foundation"
Aliased Type§
enum WNDENUMPROC {
None,
Some(unsafe extern "system" fn(_: isize, _: isize) -> i32),
}