pub trait IGetClusterGroupInfo_Impl: Sized {
    // Required method
    fn GetGroupHandle(&self, lobjindex: i32) -> HGROUP;
}

Required Methods§

fn GetGroupHandle(&self, lobjindex: i32) -> HGROUP

Object Safety§

This trait is not object safe.

Implementors§