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

pub const fn new<Identity, const OFFSET: isize>() -> ISearchRoot_Vtbl
where Identity: ISearchRoot_Impl + IUnknownImpl,

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.