Struct microsoft_dia::bindings::IDiaLoadCallback2
#[repr(transparent)]pub struct IDiaLoadCallback2(_);Implementations§
§impl IDiaLoadCallback2
impl IDiaLoadCallback2
pub unsafe fn NotifyDebugDir<P0>( &self, fexecutable: P0, pbdata: &[u8] ) -> Result<()>where P0: IntoParam<BOOL>,
pub unsafe fn NotifyOpenDBG<P0>( &self, dbgpath: P0, resultcode: HRESULT ) -> Result<()>where P0: IntoParam<PCWSTR>,
pub unsafe fn NotifyOpenPDB<P0>( &self, pdbpath: P0, resultcode: HRESULT ) -> Result<()>where P0: IntoParam<PCWSTR>,
pub unsafe fn RestrictRegistryAccess(&self) -> Result<()>
pub unsafe fn RestrictSymbolServerAccess(&self) -> Result<()>
pub unsafe fn RestrictOriginalPathAccess(&self) -> Result<()>
pub unsafe fn RestrictReferencePathAccess(&self) -> Result<()>
pub unsafe fn RestrictDBGAccess(&self) -> Result<()>
pub unsafe fn RestrictSystemRootAccess(&self) -> Result<()>
Trait Implementations§
§impl Clone for IDiaLoadCallback2
impl Clone for IDiaLoadCallback2
§impl ComInterface for IDiaLoadCallback2
impl ComInterface for IDiaLoadCallback2
§impl Debug for IDiaLoadCallback2
impl Debug for IDiaLoadCallback2
§impl Interface for IDiaLoadCallback2
impl Interface for IDiaLoadCallback2
type Vtable = IDiaLoadCallback2_Vtbl
source§fn as_raw(&self) -> *mut c_void
fn as_raw(&self) -> *mut c_void
Returns the raw COM interface pointer. The resulting pointer continues to be owned by the
Interface implementation.source§fn into_raw(self) -> *mut c_void
fn into_raw(self) -> *mut c_void
Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.