Trait windows::Win32::System::RemoteDesktop::ITsSbTaskInfo_Impl

pub trait ITsSbTaskInfo_Impl: Sized {
    // Required methods
    fn TargetId(&self) -> Result<BSTR>;
    fn StartTime(&self) -> Result<FILETIME>;
    fn EndTime(&self) -> Result<FILETIME>;
    fn Deadline(&self) -> Result<FILETIME>;
    fn Identifier(&self) -> Result<BSTR>;
    fn Label(&self) -> Result<BSTR>;
    fn Context(&self) -> Result<*mut SAFEARRAY>;
    fn Plugin(&self) -> Result<BSTR>;
    fn Status(&self) -> Result<RDV_TASK_STATUS>;
}

Required Methods§

fn TargetId(&self) -> Result<BSTR>

fn StartTime(&self) -> Result<FILETIME>

fn EndTime(&self) -> Result<FILETIME>

fn Deadline(&self) -> Result<FILETIME>

fn Identifier(&self) -> Result<BSTR>

fn Label(&self) -> Result<BSTR>

fn Context(&self) -> Result<*mut SAFEARRAY>

fn Plugin(&self) -> Result<BSTR>

fn Status(&self) -> Result<RDV_TASK_STATUS>

Object Safety§

This trait is not object safe.

Implementors§