Struct windows::Win32::System::Wmi::IWbemContext_Vtbl
#[repr(C)]pub struct IWbemContext_Vtbl {
pub base__: IUnknown_Vtbl,
pub Clone: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetNames: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut SAFEARRAY) -> HRESULT,
pub BeginEnumeration: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub Next: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut MaybeUninit<BSTR>, _: *mut MaybeUninit<VARIANT>) -> HRESULT,
pub EndEnumeration: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub SetValue: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32, _: *const MaybeUninit<VARIANT>) -> HRESULT,
pub GetValue: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32, _: *mut MaybeUninit<VARIANT>) -> HRESULT,
pub DeleteValue: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32) -> HRESULT,
pub DeleteAll: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Clone: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetNames: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut SAFEARRAY) -> HRESULT
§BeginEnumeration: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§Next: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut MaybeUninit<BSTR>, _: *mut MaybeUninit<VARIANT>) -> HRESULT
§EndEnumeration: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§SetValue: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32, _: *const MaybeUninit<VARIANT>) -> HRESULT
§GetValue: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32, _: *mut MaybeUninit<VARIANT>) -> HRESULT
§DeleteValue: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32) -> HRESULT
§DeleteAll: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IWbemContext_Vtbl
impl IWbemContext_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWbemContext_Vtblwhere
Identity: IWbemContext_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWbemContext_Vtbl
impl RefUnwindSafe for IWbemContext_Vtbl
impl Send for IWbemContext_Vtbl
impl Sync for IWbemContext_Vtbl
impl Unpin for IWbemContext_Vtbl
impl UnwindSafe for IWbemContext_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