Struct hassle_rs::intellisense::IDxcInclusion
source · #[repr(C)]pub struct IDxcInclusion { /* private fields */ }
Implementations§
source§impl IDxcInclusion
impl IDxcInclusion
pub unsafe fn get_included_file(&self, result: *mut *mut IDxcFile) -> HRESULT
pub unsafe fn get_stack_length(&self, result: *mut u32) -> HRESULT
pub unsafe fn get_stack_item(
&self,
index: u32,
result: *mut *mut IDxcSourceLocation
) -> 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.