Struct hassle_rs::ffi::IDxcContainerBuilder
source · #[repr(C)]pub struct IDxcContainerBuilder { /* private fields */ }
Implementations§
source§impl IDxcContainerBuilder
impl IDxcContainerBuilder
pub unsafe fn load(&self, dxil_container_header: *const IDxcBlob) -> HRESULT
pub unsafe fn add_part(&self, four_cc: u32, source: *const IDxcBlob) -> HRESULT
pub unsafe fn remove_part(&self, four_cc: u32) -> HRESULT
pub unsafe fn seralize_container(
&self,
result: *mut *mut IDxcOperationResult
) -> HRESULT
Methods from Deref<Target = IUnknown>§
sourcepub unsafe fn query_interface(&self, iid: &IID, object: *mut *mut c_void) -> i32
pub unsafe fn query_interface(&self, iid: &IID, object: *mut *mut c_void) -> i32
Retrieves pointers to the supported interfaces on an object.
Use ComPtr::from
instead.