Struct hassle_rs::ffi::IDxcOperationResult
source · #[repr(C)]pub struct IDxcOperationResult { /* private fields */ }
Implementations§
source§impl IDxcOperationResult
impl IDxcOperationResult
pub unsafe fn get_status(&self, status: *mut u32) -> HRESULT
pub unsafe fn get_result(&self, result: *mut *mut IDxcBlob) -> HRESULT
pub unsafe fn get_error_buffer(
&self,
errors: *mut *mut IDxcBlobEncoding
) -> 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.