Struct windows_sys::Win32::System::Search::SEARCH_ITEM_CHANGE
[−]#[repr(C)]pub struct SEARCH_ITEM_CHANGE {
pub Change: SEARCH_KIND_OF_CHANGE,
pub Priority: SEARCH_NOTIFICATION_PRIORITY,
pub pUserData: *mut BLOB,
pub lpwszURL: PWSTR,
pub lpwszOldURL: PWSTR,
}Expand description
Required features: ‘Win32_System_Search’, ‘Win32_Foundation’, ‘Win32_System_Com’
Fields
Change: SEARCH_KIND_OF_CHANGEPriority: SEARCH_NOTIFICATION_PRIORITYpUserData: *mut BLOBlpwszURL: PWSTRlpwszOldURL: PWSTR