Struct IQueryParser_Vtbl
#[repr(C)]pub struct IQueryParser_Vtbl {
pub base__: IUnknown_Vtbl,
pub Parse: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetOption: unsafe extern "system" fn(_: *mut c_void, _: STRUCTURED_QUERY_SINGLE_OPTION, _: *const PROPVARIANT) -> HRESULT,
pub GetOption: unsafe extern "system" fn(_: *mut c_void, _: STRUCTURED_QUERY_SINGLE_OPTION, _: *mut PROPVARIANT) -> HRESULT,
pub SetMultiOption: unsafe extern "system" fn(_: *mut c_void, _: STRUCTURED_QUERY_MULTIOPTION, _: PCWSTR, _: *const PROPVARIANT) -> HRESULT,
pub GetSchemaProvider: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RestateToString: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL, _: *mut PWSTR) -> HRESULT,
pub ParsePropertyValue: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *mut *mut c_void) -> HRESULT,
pub RestatePropertyValueToString: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL, _: *mut PWSTR, _: *mut PWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Parse: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetOption: unsafe extern "system" fn(_: *mut c_void, _: STRUCTURED_QUERY_SINGLE_OPTION, _: *const PROPVARIANT) -> HRESULT
§GetOption: unsafe extern "system" fn(_: *mut c_void, _: STRUCTURED_QUERY_SINGLE_OPTION, _: *mut PROPVARIANT) -> HRESULT
§SetMultiOption: unsafe extern "system" fn(_: *mut c_void, _: STRUCTURED_QUERY_MULTIOPTION, _: PCWSTR, _: *const PROPVARIANT) -> HRESULT
§GetSchemaProvider: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§RestateToString: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL, _: *mut PWSTR) -> HRESULT
§ParsePropertyValue: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *mut *mut c_void) -> HRESULT
§RestatePropertyValueToString: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL, _: *mut PWSTR, _: *mut PWSTR) -> HRESULT
Implementations§
§impl IQueryParser_Vtbl
impl IQueryParser_Vtbl
pub const fn new<Identity: IQueryParser_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IQueryParser_Vtbl
impl RefUnwindSafe for IQueryParser_Vtbl
impl Send for IQueryParser_Vtbl
impl Sync for IQueryParser_Vtbl
impl Unpin for IQueryParser_Vtbl
impl UnwindSafe for IQueryParser_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