Struct windows_sys::Win32::UI::Shell::BROWSEINFOW
[−]#[repr(C)]pub struct BROWSEINFOW {
pub hwndOwner: HWND,
pub pidlRoot: *mut ITEMIDLIST,
pub pszDisplayName: PWSTR,
pub lpszTitle: PWSTR,
pub ulFlags: u32,
pub lpfn: BFFCALLBACK,
pub lParam: LPARAM,
pub iImage: i32,
}Expand description
Required features: ‘Win32_UI_Shell’, ‘Win32_Foundation’, ‘Win32_UI_Shell_Common’
Fields
hwndOwner: HWNDpidlRoot: *mut ITEMIDLISTpszDisplayName: PWSTRlpszTitle: PWSTRulFlags: u32lpfn: BFFCALLBACKlParam: LPARAMiImage: i32