Struct windows::Win32::System::Search::IConditionFactory_Vtbl
#[repr(C)]pub struct IConditionFactory_Vtbl {
pub base__: IUnknown_Vtbl,
pub MakeNot: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL, _: *mut *mut c_void) -> HRESULT,
pub MakeAndOr: unsafe extern "system" fn(_: *mut c_void, _: CONDITION_TYPE, _: *mut c_void, _: BOOL, _: *mut *mut c_void) -> HRESULT,
pub MakeLeaf: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: CONDITION_OPERATION, _: PCWSTR, _: *const MaybeUninit<PROPVARIANT>, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: BOOL, _: *mut *mut c_void) -> HRESULT,
pub Resolve: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: STRUCTURED_QUERY_RESOLVE_OPTION, _: *const SYSTEMTIME, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§MakeNot: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL, _: *mut *mut c_void) -> HRESULT
§MakeAndOr: unsafe extern "system" fn(_: *mut c_void, _: CONDITION_TYPE, _: *mut c_void, _: BOOL, _: *mut *mut c_void) -> HRESULT
§MakeLeaf: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: CONDITION_OPERATION, _: PCWSTR, _: *const MaybeUninit<PROPVARIANT>, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: BOOL, _: *mut *mut c_void) -> HRESULT
§Resolve: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: STRUCTURED_QUERY_RESOLVE_OPTION, _: *const SYSTEMTIME, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IConditionFactory_Vtbl
impl IConditionFactory_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IConditionFactory_Vtblwhere
Identity: IConditionFactory_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IConditionFactory_Vtbl
impl RefUnwindSafe for IConditionFactory_Vtbl
impl Send for IConditionFactory_Vtbl
impl Sync for IConditionFactory_Vtbl
impl Unpin for IConditionFactory_Vtbl
impl UnwindSafe for IConditionFactory_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