Struct microsoft_dia::bindings::IDiaLoadCallback
#[repr(transparent)]pub struct IDiaLoadCallback(_);Implementations§
§impl IDiaLoadCallback
impl IDiaLoadCallback
pub unsafe fn NotifyDebugDir<P0>(
&self,
fexecutable: P0,
pbdata: &[u8]
) -> Result<()>where
P0: Into<BOOL>,
pub unsafe fn NotifyOpenDBG<P0>(
&self,
dbgpath: P0,
resultcode: HRESULT
) -> Result<()>where
P0: Into<InParam<PCWSTR>>,
pub unsafe fn NotifyOpenPDB<P0>(
&self,
pdbpath: P0,
resultcode: HRESULT
) -> Result<()>where
P0: Into<InParam<PCWSTR>>,
pub unsafe fn RestrictRegistryAccess(&self) -> Result<()>
pub unsafe fn RestrictSymbolServerAccess(&self) -> Result<()>
Trait Implementations§
§impl Clone for IDiaLoadCallback
impl Clone for IDiaLoadCallback
§impl Debug for IDiaLoadCallback
impl Debug for IDiaLoadCallback
§impl From<&IDiaLoadCallback> for &IUnknown
impl From<&IDiaLoadCallback> for &IUnknown
§fn from(value: &IDiaLoadCallback) -> Self
fn from(value: &IDiaLoadCallback) -> Self
Converts to this type from the input type.
§impl From<&IDiaLoadCallback> for IUnknown
impl From<&IDiaLoadCallback> for IUnknown
§fn from(value: &IDiaLoadCallback) -> Self
fn from(value: &IDiaLoadCallback) -> Self
Converts to this type from the input type.
§impl From<&IDiaLoadCallback2> for &IDiaLoadCallback
impl From<&IDiaLoadCallback2> for &IDiaLoadCallback
§fn from(value: &IDiaLoadCallback2) -> Self
fn from(value: &IDiaLoadCallback2) -> Self
Converts to this type from the input type.
§impl From<&IDiaLoadCallback2> for IDiaLoadCallback
impl From<&IDiaLoadCallback2> for IDiaLoadCallback
§fn from(value: &IDiaLoadCallback2) -> Self
fn from(value: &IDiaLoadCallback2) -> Self
Converts to this type from the input type.
§impl From<IDiaLoadCallback> for IUnknown
impl From<IDiaLoadCallback> for IUnknown
§fn from(value: IDiaLoadCallback) -> Self
fn from(value: IDiaLoadCallback) -> Self
Converts to this type from the input type.
§impl From<IDiaLoadCallback2> for IDiaLoadCallback
impl From<IDiaLoadCallback2> for IDiaLoadCallback
§fn from(value: IDiaLoadCallback2) -> Self
fn from(value: IDiaLoadCallback2) -> Self
Converts to this type from the input type.
§impl Interface for IDiaLoadCallback
impl Interface for IDiaLoadCallback
§impl PartialEq<IDiaLoadCallback> for IDiaLoadCallback
impl PartialEq<IDiaLoadCallback> for IDiaLoadCallback
§impl RuntimeName for IDiaLoadCallback
impl RuntimeName for IDiaLoadCallback
§impl Vtable for IDiaLoadCallback
impl Vtable for IDiaLoadCallback
type Vtable = IDiaLoadCallback_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.