windows::Win32::Networking::Clustering

Trait IGetClusterObjectInfo_Impl

pub trait IGetClusterObjectInfo_Impl: IUnknownImpl {
    // Required methods
    fn GetObjectName(
        &self,
        lobjindex: i32,
        lpszname: BSTR,
        pcchname: *mut i32,
    ) -> Result<()>;
    fn GetObjectType(&self, lobjindex: i32) -> CLUADMEX_OBJECT_TYPE;
}

Required Methods§

fn GetObjectName( &self, lobjindex: i32, lpszname: BSTR, pcchname: *mut i32, ) -> Result<()>

fn GetObjectType(&self, lobjindex: i32) -> CLUADMEX_OBJECT_TYPE

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§