Struct windows_sys::Win32::UI::Shell::BROWSEINFOW
#[repr(C)]pub struct BROWSEINFOW {
pub hwndOwner: HWND,
pub pidlRoot: *mut ITEMIDLIST,
pub pszDisplayName: PWSTR,
pub lpszTitle: PCWSTR,
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: HWND§pidlRoot: *mut ITEMIDLIST§pszDisplayName: PWSTR§lpszTitle: PCWSTR§ulFlags: u32§lpfn: BFFCALLBACK§lParam: LPARAM§iImage: i32