[][src]Struct winapi::um::taskschd::IPrincipal

#[repr(C)]
pub struct IPrincipal { pub lpVtbl: *const IPrincipalVtbl, }

Fields

lpVtbl: *const IPrincipalVtbl

Methods

impl IPrincipal[src]

pub unsafe fn get_Id(&self, pId: *mut BSTR) -> HRESULT[src]

pub unsafe fn put_Id(&self, pId: BSTR) -> HRESULT[src]

pub unsafe fn get_DisplayName(&self, pName: *mut BSTR) -> HRESULT[src]

pub unsafe fn put_DisplayName(&self, pName: BSTR) -> HRESULT[src]

pub unsafe fn get_UserId(&self, pUser: *mut BSTR) -> HRESULT[src]

pub unsafe fn put_UserId(&self, pUser: BSTR) -> HRESULT[src]

pub unsafe fn get_LogonType(&self, pLogon: *mut TASK_LOGON_TYPE) -> HRESULT[src]

pub unsafe fn put_LogonType(&self, pLogon: TASK_LOGON_TYPE) -> HRESULT[src]

pub unsafe fn get_GroupId(&self, pGroup: *mut BSTR) -> HRESULT[src]

pub unsafe fn put_GroupId(&self, pGroup: BSTR) -> HRESULT[src]

pub unsafe fn get_RunLevel(&self, pRunLevel: *mut TASK_RUNLEVEL) -> HRESULT[src]

pub unsafe fn put_RunLevel(&self, pRunLevel: TASK_RUNLEVEL) -> HRESULT[src]

Methods from Deref<Target = IDispatch>

pub unsafe fn GetTypeInfoCount(&self, pctinfo: *mut UINT) -> HRESULT[src]

pub unsafe fn GetTypeInfo(
    &self,
    iTInfo: UINT,
    lcid: LCID,
    ppTInfo: *mut *mut ITypeInfo
) -> HRESULT
[src]

pub unsafe fn GetIDsOfNames(
    &self,
    riid: REFIID,
    rgszNames: *mut LPOLESTR,
    cNames: UINT,
    lcid: LCID,
    rgDispId: *mut DISPID
) -> HRESULT
[src]

pub unsafe fn Invoke(
    &self,
    dispIdMember: DISPID,
    riid: REFIID,
    lcid: LCID,
    wFlags: WORD,
    pDispParams: *mut DISPPARAMS,
    pVarResult: *mut VARIANT,
    pExcepInfo: *mut EXCEPINFO,
    puArgErr: *mut UINT
) -> HRESULT
[src]

Trait Implementations

impl Interface for IPrincipal[src]

impl Deref for IPrincipal[src]

type Target = IDispatch

The resulting type after dereferencing.

Auto Trait Implementations

impl !Send for IPrincipal

impl !Sync for IPrincipal

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]