windows::Win32::UI::Shell

Trait ISuspensionDependencyManager_Impl

pub trait ISuspensionDependencyManager_Impl: IUnknownImpl {
    // Required methods
    fn RegisterAsChild(&self, processhandle: HANDLE) -> Result<()>;
    fn GroupChildWithParent(&self, childprocesshandle: HANDLE) -> Result<()>;
    fn UngroupChildFromParent(&self, childprocesshandle: HANDLE) -> Result<()>;
}

Required Methods§

fn RegisterAsChild(&self, processhandle: HANDLE) -> Result<()>

fn GroupChildWithParent(&self, childprocesshandle: HANDLE) -> Result<()>

fn UngroupChildFromParent(&self, childprocesshandle: HANDLE) -> Result<()>

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§