#[repr(C)]pub struct IWbemCallResult {
pub lpVtbl: *const IWbemCallResultVtbl,
}
Fields§
§lpVtbl: *const IWbemCallResultVtbl
Implementations§
Source§impl IWbemCallResult
impl IWbemCallResult
pub unsafe fn GetResultObject( &self, lTimeout: c_long, ppResultObject: *mut *mut IWbemClassObject, ) -> HRESULT
pub unsafe fn GetResultString( &self, lTimeout: c_long, pstrResultString: *mut BSTR, ) -> HRESULT
pub unsafe fn GetResultServices( &self, lTimeout: c_long, ppServices: *mut *mut IWbemServices, ) -> HRESULT
pub unsafe fn GetCallStatus( &self, lTimeout: c_long, plStatus: *mut c_long, ) -> HRESULT
Trait Implementations§
Source§impl Deref for IWbemCallResult
impl Deref for IWbemCallResult
Auto Trait Implementations§
impl Freeze for IWbemCallResult
impl RefUnwindSafe for IWbemCallResult
impl !Send for IWbemCallResult
impl !Sync for IWbemCallResult
impl Unpin for IWbemCallResult
impl UnwindSafe for IWbemCallResult
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