Struct windows_sys::Win32::UI::Shell::WINDOWDATA
[−]#[repr(C)]pub struct WINDOWDATA {
pub dwWindowID: u32,
pub uiCP: u32,
pub pidl: *mut ITEMIDLIST,
pub lpszUrl: PWSTR,
pub lpszUrlLocation: PWSTR,
pub lpszTitle: PWSTR,
}Expand description
Required features: ‘Win32_UI_Shell’, ‘Win32_Foundation’, ‘Win32_UI_Shell_Common’
Fields
dwWindowID: u32uiCP: u32pidl: *mut ITEMIDLISTlpszUrl: PWSTRlpszUrlLocation: PWSTRlpszTitle: PWSTR