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