Struct IQueryAssociations_Vtbl
#[repr(C)]pub struct IQueryAssociations_Vtbl {
pub base__: IUnknown_Vtbl,
pub Init: unsafe extern "system" fn(_: *mut c_void, _: ASSOCF, _: PCWSTR, _: HKEY, _: HWND) -> HRESULT,
pub GetString: unsafe extern "system" fn(_: *mut c_void, _: ASSOCF, _: ASSOCSTR, _: PCWSTR, _: PWSTR, _: *mut u32) -> HRESULT,
pub GetKey: unsafe extern "system" fn(_: *mut c_void, _: ASSOCF, _: ASSOCKEY, _: PCWSTR, _: *mut HKEY) -> HRESULT,
pub GetData: unsafe extern "system" fn(_: *mut c_void, _: ASSOCF, _: ASSOCDATA, _: PCWSTR, _: *mut c_void, _: *mut u32) -> HRESULT,
pub GetEnum: unsafe extern "system" fn(_: *mut c_void, _: ASSOCF, _: ASSOCENUM, _: PCWSTR, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Init: unsafe extern "system" fn(_: *mut c_void, _: ASSOCF, _: PCWSTR, _: HKEY, _: HWND) -> HRESULT
§GetString: unsafe extern "system" fn(_: *mut c_void, _: ASSOCF, _: ASSOCSTR, _: PCWSTR, _: PWSTR, _: *mut u32) -> HRESULT
§GetKey: unsafe extern "system" fn(_: *mut c_void, _: ASSOCF, _: ASSOCKEY, _: PCWSTR, _: *mut HKEY) -> HRESULT
§GetData: unsafe extern "system" fn(_: *mut c_void, _: ASSOCF, _: ASSOCDATA, _: PCWSTR, _: *mut c_void, _: *mut u32) -> HRESULT
§GetEnum: unsafe extern "system" fn(_: *mut c_void, _: ASSOCF, _: ASSOCENUM, _: PCWSTR, _: *const GUID, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IQueryAssociations_Vtbl
impl IQueryAssociations_Vtbl
pub const fn new<Identity: IQueryAssociations_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IQueryAssociations_Vtbl
impl RefUnwindSafe for IQueryAssociations_Vtbl
impl Send for IQueryAssociations_Vtbl
impl Sync for IQueryAssociations_Vtbl
impl Unpin for IQueryAssociations_Vtbl
impl UnwindSafe for IQueryAssociations_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