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