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