Struct windows::Win32::System::Search::ISearchRoot_Vtbl
#[repr(C)]pub struct ISearchRoot_Vtbl {Show 23 fields
pub base__: IUnknown_Vtbl,
pub SetSchedule: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub Schedule: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub SetRootURL: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub RootURL: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub SetIsHierarchical: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub IsHierarchical: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetProvidesNotifications: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub ProvidesNotifications: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetUseNotificationsOnly: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub UseNotificationsOnly: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetEnumerationDepth: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub EnumerationDepth: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetHostDepth: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub HostDepth: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetFollowDirectories: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub FollowDirectories: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetAuthenticationType: unsafe extern "system" fn(_: *mut c_void, _: AUTH_TYPE) -> HRESULT,
pub AuthenticationType: unsafe extern "system" fn(_: *mut c_void, _: *mut AUTH_TYPE) -> HRESULT,
pub SetUser: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub User: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub SetPassword: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub Password: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetSchedule: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§Schedule: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§SetRootURL: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§RootURL: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§SetIsHierarchical: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§IsHierarchical: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetProvidesNotifications: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§ProvidesNotifications: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetUseNotificationsOnly: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§UseNotificationsOnly: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetEnumerationDepth: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§EnumerationDepth: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetHostDepth: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§HostDepth: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetFollowDirectories: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§FollowDirectories: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetAuthenticationType: unsafe extern "system" fn(_: *mut c_void, _: AUTH_TYPE) -> HRESULT
§AuthenticationType: unsafe extern "system" fn(_: *mut c_void, _: *mut AUTH_TYPE) -> HRESULT
§SetUser: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§User: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§SetPassword: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§Password: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
Implementations§
§impl ISearchRoot_Vtbl
impl ISearchRoot_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ISearchRoot_Vtblwhere
Identity: ISearchRoot_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISearchRoot_Vtbl
impl RefUnwindSafe for ISearchRoot_Vtbl
impl Send for ISearchRoot_Vtbl
impl Sync for ISearchRoot_Vtbl
impl Unpin for ISearchRoot_Vtbl
impl UnwindSafe for ISearchRoot_Vtbl
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more