Struct IApplicationAssociationRegistration_Vtbl
#[repr(C)]pub struct IApplicationAssociationRegistration_Vtbl {
pub base__: IUnknown_Vtbl,
pub QueryCurrentDefault: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: ASSOCIATIONTYPE, _: ASSOCIATIONLEVEL, _: *mut PWSTR) -> HRESULT,
pub QueryAppIsDefault: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: ASSOCIATIONTYPE, _: ASSOCIATIONLEVEL, _: PCWSTR, _: *mut BOOL) -> HRESULT,
pub QueryAppIsDefaultAll: unsafe extern "system" fn(_: *mut c_void, _: ASSOCIATIONLEVEL, _: PCWSTR, _: *mut BOOL) -> HRESULT,
pub SetAppAsDefault: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: ASSOCIATIONTYPE) -> HRESULT,
pub SetAppAsDefaultAll: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub ClearUserAssociations: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§QueryCurrentDefault: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: ASSOCIATIONTYPE, _: ASSOCIATIONLEVEL, _: *mut PWSTR) -> HRESULT
§QueryAppIsDefault: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: ASSOCIATIONTYPE, _: ASSOCIATIONLEVEL, _: PCWSTR, _: *mut BOOL) -> HRESULT
§QueryAppIsDefaultAll: unsafe extern "system" fn(_: *mut c_void, _: ASSOCIATIONLEVEL, _: PCWSTR, _: *mut BOOL) -> HRESULT
§SetAppAsDefault: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: ASSOCIATIONTYPE) -> HRESULT
§SetAppAsDefaultAll: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§ClearUserAssociations: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IApplicationAssociationRegistration_Vtbl
impl IApplicationAssociationRegistration_Vtbl
pub const fn new<Identity: IApplicationAssociationRegistration_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IApplicationAssociationRegistration_Vtbl
impl RefUnwindSafe for IApplicationAssociationRegistration_Vtbl
impl Send for IApplicationAssociationRegistration_Vtbl
impl Sync for IApplicationAssociationRegistration_Vtbl
impl Unpin for IApplicationAssociationRegistration_Vtbl
impl UnwindSafe for IApplicationAssociationRegistration_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