Struct hassle_rs::ffi::IDxcLinker
source · #[repr(C)]pub struct IDxcLinker { /* private fields */ }
Implementations§
source§impl IDxcLinker
impl IDxcLinker
pub unsafe fn register_library(
&self,
lib_name: LPCWSTR,
lib: *const IDxcBlob
) -> HRESULT
pub unsafe fn link(
&self,
entry_name: LPCWSTR,
target_profile: LPCWSTR,
lib_names: *const LPCWSTR,
lib_count: u32,
arguments: *const LPCWSTR,
arg_count: u32,
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.