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