Struct windows::Win32::System::Wmi::IWbemPath

pub struct IWbemPath(/* private fields */);

Implementations§

§

impl IWbemPath

pub unsafe fn SetText<P0>(&self, umode: u32, pszpath: P0) -> Result<()>
where P0: IntoParam<PCWSTR>,

pub unsafe fn GetText( &self, lflags: i32, pubufflength: *mut u32, psztext: PWSTR ) -> Result<()>

pub unsafe fn GetInfo(&self, urequestedinfo: u32) -> Result<u64>

pub unsafe fn SetServer<P0>(&self, name: P0) -> Result<()>
where P0: IntoParam<PCWSTR>,

pub unsafe fn GetServer( &self, punamebuflength: *mut u32, pname: PWSTR ) -> Result<()>

pub unsafe fn GetNamespaceCount(&self) -> Result<u32>

pub unsafe fn SetNamespaceAt<P0>(&self, uindex: u32, pszname: P0) -> Result<()>
where P0: IntoParam<PCWSTR>,

pub unsafe fn GetNamespaceAt( &self, uindex: u32, punamebuflength: *mut u32, pname: PWSTR ) -> Result<()>

pub unsafe fn RemoveNamespaceAt(&self, uindex: u32) -> Result<()>

pub unsafe fn RemoveAllNamespaces(&self) -> Result<()>

pub unsafe fn GetScopeCount(&self) -> Result<u32>

pub unsafe fn SetScope<P0>(&self, uindex: u32, pszclass: P0) -> Result<()>
where P0: IntoParam<PCWSTR>,

pub unsafe fn SetScopeFromText<P0>( &self, uindex: u32, psztext: P0 ) -> Result<()>
where P0: IntoParam<PCWSTR>,

pub unsafe fn GetScope( &self, uindex: u32, puclassnamebufsize: *mut u32, pszclass: PWSTR, pkeylist: *mut Option<IWbemPathKeyList> ) -> Result<()>

pub unsafe fn GetScopeAsText( &self, uindex: u32, putextbufsize: *mut u32, psztext: PWSTR ) -> Result<()>

pub unsafe fn RemoveScope(&self, uindex: u32) -> Result<()>

pub unsafe fn RemoveAllScopes(&self) -> Result<()>

pub unsafe fn SetClassName<P0>(&self, name: P0) -> Result<()>
where P0: IntoParam<PCWSTR>,

pub unsafe fn GetClassName( &self, pubufflength: *mut u32, pszname: PWSTR ) -> Result<()>

pub unsafe fn GetKeyList(&self) -> Result<IWbemPathKeyList>

pub unsafe fn CreateClassPart<P0>(&self, lflags: i32, name: P0) -> Result<()>
where P0: IntoParam<PCWSTR>,

pub unsafe fn DeleteClassPart(&self, lflags: i32) -> Result<()>

pub unsafe fn IsRelative<P0, P1>( &self, wszmachine: P0, wsznamespace: P1 ) -> BOOL
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,

pub unsafe fn IsRelativeOrChild<P0, P1>( &self, wszmachine: P0, wsznamespace: P1, lflags: i32 ) -> BOOL
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,

pub unsafe fn IsLocal<P0>(&self, wszmachine: P0) -> BOOL
where P0: IntoParam<PCWSTR>,

pub unsafe fn IsSameClassName<P0>(&self, wszclass: P0) -> BOOL
where P0: IntoParam<PCWSTR>,

Trait Implementations§

§

impl Clone for IWbemPath

§

fn clone(&self) -> IWbemPath

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for IWbemPath

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
§

impl From<&IWbemPath> for &IUnknown

§

fn from(value: &IWbemPath) -> Self

Converts to this type from the input type.
§

impl From<IWbemPath> for IUnknown

§

fn from(value: IWbemPath) -> Self

Converts to this type from the input type.
§

impl Interface for IWbemPath

§

fn as_raw(&self) -> *mut c_void

Returns the raw COM interface pointer. The resulting pointer continues to be owned by the Interface implementation.
§

fn into_raw(self) -> *mut c_void

Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.
§

unsafe fn from_raw(raw: *mut c_void) -> Self

Creates an Interface by taking ownership of the raw COM interface pointer. Read more
§

unsafe fn from_raw_borrowed(raw: &*mut c_void) -> Option<&Self>

Creates an Interface that is valid so long as the raw COM interface pointer is valid. Read more
§

fn cast<T>(&self) -> Result<T, Error>
where T: Interface,

Attempts to cast the current interface to another interface using QueryInterface. Read more
§

fn downgrade(&self) -> Result<Weak<Self>, Error>

Attempts to create a Weak reference to this object.
§

unsafe fn query(&self, iid: *const GUID, interface: *mut *mut c_void) -> HRESULT

Call QueryInterface on this interface Read more
§

impl PartialEq for IWbemPath

§

fn eq(&self, other: &IWbemPath) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Eq for IWbemPath

§

impl StructuralPartialEq for IWbemPath

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.