Struct windows_sys::Win32::UI::Shell::BROWSEINFOA
[−]#[repr(C)]pub struct BROWSEINFOA {
pub hwndOwner: HWND,
pub pidlRoot: *mut ITEMIDLIST,
pub pszDisplayName: PSTR,
pub lpszTitle: PCSTR,
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: PSTR
lpszTitle: PCSTR
ulFlags: u32
lpfn: BFFCALLBACK
lParam: LPARAM
iImage: i32
Trait Implementations
impl Clone for BROWSEINFOA
impl Clone for BROWSEINFOA
impl Copy for BROWSEINFOA
Auto Trait Implementations
impl RefUnwindSafe for BROWSEINFOA
impl !Send for BROWSEINFOA
impl !Sync for BROWSEINFOA
impl Unpin for BROWSEINFOA
impl UnwindSafe for BROWSEINFOA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more