Struct windows::Win32::System::Wmi::IWbemPathKeyList_Vtbl
#[repr(C)]pub struct IWbemPathKeyList_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetKey: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: u32, _: *const c_void) -> HRESULT,
pub SetKey2: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: u32, _: *const MaybeUninit<VARIANT>) -> HRESULT,
pub GetKey: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut u32, _: PWSTR, _: *mut u32, _: *mut c_void, _: *mut u32) -> HRESULT,
pub GetKey2: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut u32, _: PWSTR, _: *mut MaybeUninit<VARIANT>, _: *mut u32) -> HRESULT,
pub RemoveKey: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT,
pub RemoveAllKeys: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub MakeSingleton: unsafe extern "system" fn(_: *mut c_void, _: u8) -> HRESULT,
pub GetInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u64) -> HRESULT,
pub GetText: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut u32, _: PWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetKey: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: u32, _: *const c_void) -> HRESULT
§SetKey2: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: u32, _: *const MaybeUninit<VARIANT>) -> HRESULT
§GetKey: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut u32, _: PWSTR, _: *mut u32, _: *mut c_void, _: *mut u32) -> HRESULT
§GetKey2: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut u32, _: PWSTR, _: *mut MaybeUninit<VARIANT>, _: *mut u32) -> HRESULT
§RemoveKey: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT
§RemoveAllKeys: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§MakeSingleton: unsafe extern "system" fn(_: *mut c_void, _: u8) -> HRESULT
§GetInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u64) -> HRESULT
§GetText: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut u32, _: PWSTR) -> HRESULT
Implementations§
§impl IWbemPathKeyList_Vtbl
impl IWbemPathKeyList_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWbemPathKeyList_Vtblwhere
Identity: IWbemPathKeyList_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWbemPathKeyList_Vtbl
impl RefUnwindSafe for IWbemPathKeyList_Vtbl
impl Send for IWbemPathKeyList_Vtbl
impl Sync for IWbemPathKeyList_Vtbl
impl Unpin for IWbemPathKeyList_Vtbl
impl UnwindSafe for IWbemPathKeyList_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