Trait windows::Win32::UI::Shell::INamespaceWalkCB2_Impl

pub trait INamespaceWalkCB2_Impl: Sized + INamespaceWalkCB_Impl {
    // Required method
    fn WalkComplete(&self, hr: HRESULT) -> Result<()>;
}

Required Methods§

fn WalkComplete(&self, hr: HRESULT) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§