#[repr(C)]pub struct ISWbemPropertySet {
pub lpVtbl: *const ISWbemPropertySetVtbl,
}
Fields§
§lpVtbl: *const ISWbemPropertySetVtbl
Implementations§
Source§impl ISWbemPropertySet
impl ISWbemPropertySet
pub unsafe fn get__NewEnum(&self, pUnk: *mut *mut IUnknown) -> HRESULT
pub unsafe fn Item( &self, strName: BSTR, iFlags: c_long, objWbemProperty: *mut *mut ISWbemProperty, ) -> HRESULT
pub unsafe fn get_Count(&self, iCount: *mut c_long) -> HRESULT
pub unsafe fn Add( &self, strName: BSTR, iCIMType: WbemCimtypeEnum, bIsArray: VARIANT_BOOL, iFlags: c_long, objWbemProperty: *mut *mut ISWbemProperty, ) -> HRESULT
pub unsafe fn Remove(&self, strName: BSTR, iFlags: c_long) -> HRESULT
Methods from Deref<Target = IDispatch>§
pub unsafe fn GetTypeInfoCount(&self, pctinfo: *mut UINT) -> HRESULT
pub unsafe fn GetTypeInfo( &self, iTInfo: UINT, lcid: LCID, ppTInfo: *mut *mut ITypeInfo, ) -> HRESULT
pub unsafe fn GetIDsOfNames( &self, riid: REFIID, rgszNames: *mut LPOLESTR, cNames: UINT, lcid: LCID, rgDispId: *mut DISPID, ) -> HRESULT
pub unsafe fn Invoke( &self, dispIdMember: DISPID, riid: REFIID, lcid: LCID, wFlags: WORD, pDispParams: *mut DISPPARAMS, pVarResult: *mut VARIANT, pExcepInfo: *mut EXCEPINFO, puArgErr: *mut UINT, ) -> HRESULT
Trait Implementations§
Source§impl Deref for ISWbemPropertySet
impl Deref for ISWbemPropertySet
Auto Trait Implementations§
impl Freeze for ISWbemPropertySet
impl RefUnwindSafe for ISWbemPropertySet
impl !Send for ISWbemPropertySet
impl !Sync for ISWbemPropertySet
impl Unpin for ISWbemPropertySet
impl UnwindSafe for ISWbemPropertySet
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