Trait windows::Win32::System::Search::IMetaData_Impl

pub trait IMetaData_Impl: Sized {
    // Required method
    fn GetData(&self, ppszkey: *mut PWSTR, ppszvalue: *mut PWSTR) -> Result<()>;
}

Required Methods§

fn GetData(&self, ppszkey: *mut PWSTR, ppszvalue: *mut PWSTR) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§