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_System_Com"
Fields§
§Change: SEARCH_KIND_OF_CHANGE§Priority: SEARCH_NOTIFICATION_PRIORITY§pUserData: *mut BLOB§lpwszURL: PWSTR§lpwszOldURL: PWSTR