Struct windows_sys::Win32::UI::Shell::SFV_SETITEMPOS
#[repr(C)]pub struct SFV_SETITEMPOS {
pub pidl: *mut ITEMIDLIST,
pub pt: POINT,
}Expand description
Required features: "Win32_UI_Shell", "Win32_Foundation", "Win32_UI_Shell_Common"
Fields§
§pidl: *mut ITEMIDLIST§pt: POINT