#[repr(transparent)]pub struct IsolatedWindowsEnvironmentProcess(_);
Expand description
Required features: "Security_Isolation"
Implementations§
§impl IsolatedWindowsEnvironmentProcess
impl IsolatedWindowsEnvironmentProcess
pub fn State(&self) -> Result<IsolatedWindowsEnvironmentProcessState>
pub fn ExitCode(&self) -> Result<u32>
pub fn WaitForExit(&self) -> Result<()>
pub fn WaitForExitWithTimeout(&self, timeoutmilliseconds: u32) -> Result<()>
pub fn WaitForExitAsync(&self) -> Result<IAsyncAction>
pub fn WaitForExitAsync(&self) -> Result<IAsyncAction>
Required features: "Foundation"
Trait Implementations§
§impl Clone for IsolatedWindowsEnvironmentProcess
impl Clone for IsolatedWindowsEnvironmentProcess
§impl Debug for IsolatedWindowsEnvironmentProcess
impl Debug for IsolatedWindowsEnvironmentProcess
§impl From<&IsolatedWindowsEnvironmentProcess> for &IInspectable
impl From<&IsolatedWindowsEnvironmentProcess> for &IInspectable
§fn from(value: &IsolatedWindowsEnvironmentProcess) -> Self
fn from(value: &IsolatedWindowsEnvironmentProcess) -> Self
Converts to this type from the input type.
§impl From<&IsolatedWindowsEnvironmentProcess> for &IUnknown
impl From<&IsolatedWindowsEnvironmentProcess> for &IUnknown
§fn from(value: &IsolatedWindowsEnvironmentProcess) -> Self
fn from(value: &IsolatedWindowsEnvironmentProcess) -> Self
Converts to this type from the input type.
§impl From<&IsolatedWindowsEnvironmentProcess> for IInspectable
impl From<&IsolatedWindowsEnvironmentProcess> for IInspectable
§fn from(value: &IsolatedWindowsEnvironmentProcess) -> Self
fn from(value: &IsolatedWindowsEnvironmentProcess) -> Self
Converts to this type from the input type.
§impl From<&IsolatedWindowsEnvironmentProcess> for IUnknown
impl From<&IsolatedWindowsEnvironmentProcess> for IUnknown
§fn from(value: &IsolatedWindowsEnvironmentProcess) -> Self
fn from(value: &IsolatedWindowsEnvironmentProcess) -> Self
Converts to this type from the input type.
§impl From<IsolatedWindowsEnvironmentProcess> for IInspectable
impl From<IsolatedWindowsEnvironmentProcess> for IInspectable
§fn from(value: IsolatedWindowsEnvironmentProcess) -> Self
fn from(value: IsolatedWindowsEnvironmentProcess) -> Self
Converts to this type from the input type.
§impl From<IsolatedWindowsEnvironmentProcess> for IUnknown
impl From<IsolatedWindowsEnvironmentProcess> for IUnknown
§fn from(value: IsolatedWindowsEnvironmentProcess) -> Self
fn from(value: IsolatedWindowsEnvironmentProcess) -> Self
Converts to this type from the input type.
§impl Interface for IsolatedWindowsEnvironmentProcess
impl Interface for IsolatedWindowsEnvironmentProcess
§impl PartialEq<IsolatedWindowsEnvironmentProcess> for IsolatedWindowsEnvironmentProcess
impl PartialEq<IsolatedWindowsEnvironmentProcess> for IsolatedWindowsEnvironmentProcess
§impl Vtable for IsolatedWindowsEnvironmentProcess
impl Vtable for IsolatedWindowsEnvironmentProcess
type Vtable = IIsolatedWindowsEnvironmentProcess_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.