windows::Win32::System::ApplicationInstallationAndServicing

Trait IPMBackgroundWorkerInfo_Impl

pub trait IPMBackgroundWorkerInfo_Impl: IUnknownImpl {
    // Required methods
    fn ProductID(&self) -> Result<GUID>;
    fn TaskID(&self, ptaskid: *mut BSTR) -> Result<()>;
    fn BGName(&self, pbgname: *mut BSTR) -> Result<()>;
    fn MaxStartupLatency(&self) -> Result<u32>;
    fn ExpectedRuntime(&self) -> Result<u32>;
    fn IsBootWorker(&self) -> Result<BOOL>;
}

Required Methods§

fn ProductID(&self) -> Result<GUID>

fn TaskID(&self, ptaskid: *mut BSTR) -> Result<()>

fn BGName(&self, pbgname: *mut BSTR) -> Result<()>

fn MaxStartupLatency(&self) -> Result<u32>

fn ExpectedRuntime(&self) -> Result<u32>

fn IsBootWorker(&self) -> Result<BOOL>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§