#[repr(transparent)]pub struct IsolatedWindowsEnvironmentOwnerRegistrationResult(_);
Expand description
Required features: "Security_Isolation"
Implementations§
§impl IsolatedWindowsEnvironmentOwnerRegistrationResult
impl IsolatedWindowsEnvironmentOwnerRegistrationResult
pub fn Status(
&self
) -> Result<IsolatedWindowsEnvironmentOwnerRegistrationStatus>
pub fn ExtendedError(&self) -> Result<HRESULT>
Trait Implementations§
§impl From<&IsolatedWindowsEnvironmentOwnerRegistrationResult> for &IInspectable
impl From<&IsolatedWindowsEnvironmentOwnerRegistrationResult> for &IInspectable
§fn from(value: &IsolatedWindowsEnvironmentOwnerRegistrationResult) -> Self
fn from(value: &IsolatedWindowsEnvironmentOwnerRegistrationResult) -> Self
Converts to this type from the input type.
§impl From<&IsolatedWindowsEnvironmentOwnerRegistrationResult> for &IUnknown
impl From<&IsolatedWindowsEnvironmentOwnerRegistrationResult> for &IUnknown
§fn from(value: &IsolatedWindowsEnvironmentOwnerRegistrationResult) -> Self
fn from(value: &IsolatedWindowsEnvironmentOwnerRegistrationResult) -> Self
Converts to this type from the input type.
§impl From<&IsolatedWindowsEnvironmentOwnerRegistrationResult> for IInspectable
impl From<&IsolatedWindowsEnvironmentOwnerRegistrationResult> for IInspectable
§fn from(value: &IsolatedWindowsEnvironmentOwnerRegistrationResult) -> Self
fn from(value: &IsolatedWindowsEnvironmentOwnerRegistrationResult) -> Self
Converts to this type from the input type.
§impl From<&IsolatedWindowsEnvironmentOwnerRegistrationResult> for IUnknown
impl From<&IsolatedWindowsEnvironmentOwnerRegistrationResult> for IUnknown
§fn from(value: &IsolatedWindowsEnvironmentOwnerRegistrationResult) -> Self
fn from(value: &IsolatedWindowsEnvironmentOwnerRegistrationResult) -> Self
Converts to this type from the input type.
§impl From<IsolatedWindowsEnvironmentOwnerRegistrationResult> for IInspectable
impl From<IsolatedWindowsEnvironmentOwnerRegistrationResult> for IInspectable
§fn from(value: IsolatedWindowsEnvironmentOwnerRegistrationResult) -> Self
fn from(value: IsolatedWindowsEnvironmentOwnerRegistrationResult) -> Self
Converts to this type from the input type.
§impl From<IsolatedWindowsEnvironmentOwnerRegistrationResult> for IUnknown
impl From<IsolatedWindowsEnvironmentOwnerRegistrationResult> for IUnknown
§fn from(value: IsolatedWindowsEnvironmentOwnerRegistrationResult) -> Self
fn from(value: IsolatedWindowsEnvironmentOwnerRegistrationResult) -> Self
Converts to this type from the input type.
§impl Interface for IsolatedWindowsEnvironmentOwnerRegistrationResult
impl Interface for IsolatedWindowsEnvironmentOwnerRegistrationResult
§impl PartialEq<IsolatedWindowsEnvironmentOwnerRegistrationResult> for IsolatedWindowsEnvironmentOwnerRegistrationResult
impl PartialEq<IsolatedWindowsEnvironmentOwnerRegistrationResult> for IsolatedWindowsEnvironmentOwnerRegistrationResult
§impl Vtable for IsolatedWindowsEnvironmentOwnerRegistrationResult
impl Vtable for IsolatedWindowsEnvironmentOwnerRegistrationResult
type Vtable = IIsolatedWindowsEnvironmentOwnerRegistrationResult_Vtbl
§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.§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.