Type Alias windows_sys::Win32::UI::Shell::PFNCANSHAREFOLDERW
pub type PFNCANSHAREFOLDERW = Option<unsafe extern "system" fn(pszpath: PCWSTR) -> HRESULT>;
Aliased Type§
enum PFNCANSHAREFOLDERW {
None,
Some(unsafe extern "system" fn(_: *const u16) -> i32),
}