Trait windows::Win32::Security::Authorization::IAzRoles_Impl
pub trait IAzRoles_Impl: Sized + IDispatch_Impl {
// Required methods
fn get_Item(&self, index: i32) -> Result<VARIANT>;
fn Count(&self) -> Result<i32>;
fn _NewEnum(&self) -> Result<IUnknown>;
}
Required Methods§
fn get_Item(&self, index: i32) -> Result<VARIANT>
fn Count(&self) -> Result<i32>
fn _NewEnum(&self) -> Result<IUnknown>
Object Safety§
This trait is not object safe.