pub trait IStreamAttributesTrait {
    // Required methods
    unsafe fn getFileName(&self, name: *mut String128) -> tresult;
    unsafe fn getAttributes(&self) -> *mut IAttributeList;
}

Required Methods§

Implementors§