pub trait IStreamBufferInitialize_Impl: Sized {
    // Required methods
    fn SetHKEY(&self, hkeyroot: HKEY) -> Result<()>;
    fn SetSIDs(&self, csids: u32, ppsid: *mut PSID) -> Result<()>;
}

Required Methods§

fn SetHKEY(&self, hkeyroot: HKEY) -> Result<()>

fn SetSIDs(&self, csids: u32, ppsid: *mut PSID) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§