#[repr(C)]pub struct ISettingsEngine_Vtbl {Show 17 fields
pub base__: IUnknown_Vtbl,
pub GetNamespaces: unsafe extern "system" fn(_: *mut c_void, _: WcmNamespaceEnumerationFlags, _: *const c_void, _: *mut *mut c_void) -> HRESULT,
pub GetNamespace: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: WcmNamespaceAccess, _: *const c_void, _: *mut *mut c_void) -> HRESULT,
pub GetErrorDescription: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub CreateSettingsIdentity: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetStoreStatus: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: *mut WcmUserStatus) -> HRESULT,
pub LoadStore: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub UnloadStore: unsafe extern "system" fn(_: *mut c_void, _: *const c_void) -> HRESULT,
pub RegisterNamespace: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: BOOL, _: *mut MaybeUninit<VARIANT>) -> HRESULT,
pub UnregisterNamespace: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL) -> HRESULT,
pub CreateTargetInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetTargetInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetTargetInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub CreateSettingsContext: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const c_void, _: *mut *mut c_void) -> HRESULT,
pub SetSettingsContext: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ApplySettingsContext: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut PWSTR, _: *mut usize) -> HRESULT,
pub GetSettingsContext: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetNamespaces: unsafe extern "system" fn(_: *mut c_void, _: WcmNamespaceEnumerationFlags, _: *const c_void, _: *mut *mut c_void) -> HRESULT
§GetNamespace: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: WcmNamespaceAccess, _: *const c_void, _: *mut *mut c_void) -> HRESULT
§GetErrorDescription: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut MaybeUninit<BSTR>) -> HRESULT
§CreateSettingsIdentity: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetStoreStatus: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: *mut WcmUserStatus) -> HRESULT
§LoadStore: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§UnloadStore: unsafe extern "system" fn(_: *mut c_void, _: *const c_void) -> HRESULT
§RegisterNamespace: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: BOOL, _: *mut MaybeUninit<VARIANT>) -> HRESULT
§UnregisterNamespace: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL) -> HRESULT
§CreateTargetInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetTargetInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetTargetInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§CreateSettingsContext: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const c_void, _: *mut *mut c_void) -> HRESULT
§SetSettingsContext: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ApplySettingsContext: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut PWSTR, _: *mut usize) -> HRESULT
§GetSettingsContext: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl ISettingsEngine_Vtbl
impl ISettingsEngine_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ISettingsEngine_Vtblwhere
Identity: ISettingsEngine_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISettingsEngine_Vtbl
impl RefUnwindSafe for ISettingsEngine_Vtbl
impl Send for ISettingsEngine_Vtbl
impl Sync for ISettingsEngine_Vtbl
impl Unpin for ISettingsEngine_Vtbl
impl UnwindSafe for ISettingsEngine_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