windows::Win32::Security::Authorization

Struct IAzRole_Vtbl

#[repr(C)]
pub struct IAzRole_Vtbl {
Show 28 fields pub base__: IDispatch_Vtbl, pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub SetName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub Description: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub SetDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub ApplicationData: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub SetApplicationData: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub AddAppMember: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT) -> HRESULT, pub DeleteAppMember: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT) -> HRESULT, pub AddTask: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT) -> HRESULT, pub DeleteTask: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT) -> HRESULT, pub AddOperation: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT) -> HRESULT, pub DeleteOperation: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT) -> HRESULT, pub AddMember: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT) -> HRESULT, pub DeleteMember: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT) -> HRESULT, pub Writable: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT, pub GetProperty: unsafe extern "system" fn(_: *mut c_void, _: i32, _: VARIANT, _: *mut VARIANT) -> HRESULT, pub SetProperty: unsafe extern "system" fn(_: *mut c_void, _: i32, _: VARIANT, _: VARIANT) -> HRESULT, pub AppMembers: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT, pub Members: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT, pub Operations: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT, pub Tasks: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT, pub AddPropertyItem: unsafe extern "system" fn(_: *mut c_void, _: i32, _: VARIANT, _: VARIANT) -> HRESULT, pub DeletePropertyItem: unsafe extern "system" fn(_: *mut c_void, _: i32, _: VARIANT, _: VARIANT) -> HRESULT, pub Submit: unsafe extern "system" fn(_: *mut c_void, _: i32, _: VARIANT) -> HRESULT, pub AddMemberName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT) -> HRESULT, pub DeleteMemberName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT) -> HRESULT, pub MembersName: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT,
}

Fields§

§base__: IDispatch_Vtbl§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Description: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§ApplicationData: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetApplicationData: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§AddAppMember: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT) -> HRESULT§DeleteAppMember: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT) -> HRESULT§AddTask: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT) -> HRESULT§DeleteTask: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT) -> HRESULT§AddOperation: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT) -> HRESULT§DeleteOperation: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT) -> HRESULT§AddMember: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT) -> HRESULT§DeleteMember: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT) -> HRESULT§Writable: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT§GetProperty: unsafe extern "system" fn(_: *mut c_void, _: i32, _: VARIANT, _: *mut VARIANT) -> HRESULT§SetProperty: unsafe extern "system" fn(_: *mut c_void, _: i32, _: VARIANT, _: VARIANT) -> HRESULT§AppMembers: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT§Members: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT§Operations: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT§Tasks: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT§AddPropertyItem: unsafe extern "system" fn(_: *mut c_void, _: i32, _: VARIANT, _: VARIANT) -> HRESULT§DeletePropertyItem: unsafe extern "system" fn(_: *mut c_void, _: i32, _: VARIANT, _: VARIANT) -> HRESULT§Submit: unsafe extern "system" fn(_: *mut c_void, _: i32, _: VARIANT) -> HRESULT§AddMemberName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT) -> HRESULT§DeleteMemberName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT) -> HRESULT§MembersName: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT

Implementations§

§

impl IAzRole_Vtbl

pub const fn new<Identity: IAzRole_Impl, const OFFSET: isize>() -> Self

pub fn matches(iid: &GUID) -> bool

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, U> TryFrom<U> for T
where U: Into<T>,

Source§

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>,

Source§

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.