Type Alias windows_sys::Win32::UI::Shell::LPFNVIEWCALLBACK
pub type LPFNVIEWCALLBACK = Option<unsafe extern "system" fn(psvouter: IShellView, psf: IShellFolder, hwndmain: HWND, umsg: u32, wparam: WPARAM, lparam: LPARAM) -> HRESULT>;Expand description
Required features: "Win32_Foundation", "Win32_System_Ole"
Aliased Type§
enum LPFNVIEWCALLBACK {
None,
Some(unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: isize, _: u32, _: usize, _: isize) -> i32),
}