#[repr(transparent)]pub struct IsolatedWindowsEnvironmentOptions(_);
Expand description
Required features: "Security_Isolation"
Implementations§
§impl IsolatedWindowsEnvironmentOptions
impl IsolatedWindowsEnvironmentOptions
pub fn new() -> Result<Self>
pub fn EnvironmentOwnerId(&self) -> Result<HSTRING>
pub fn SetEnvironmentOwnerId(&self, value: &HSTRING) -> Result<()>
pub fn AllowedClipboardFormats(
&self
) -> Result<IsolatedWindowsEnvironmentAllowedClipboardFormats>
pub fn SetAllowedClipboardFormats(
&self,
value: IsolatedWindowsEnvironmentAllowedClipboardFormats
) -> Result<()>
pub fn ClipboardCopyPasteDirections(
&self
) -> Result<IsolatedWindowsEnvironmentClipboardCopyPasteDirections>
pub fn SetClipboardCopyPasteDirections(
&self,
value: IsolatedWindowsEnvironmentClipboardCopyPasteDirections
) -> Result<()>
pub fn AvailablePrinters(
&self
) -> Result<IsolatedWindowsEnvironmentAvailablePrinters>
pub fn SetAvailablePrinters(
&self,
value: IsolatedWindowsEnvironmentAvailablePrinters
) -> Result<()>
pub fn PersistUserProfile(&self) -> Result<bool>
pub fn SetPersistUserProfile(&self, value: bool) -> Result<()>
pub fn AllowGraphicsHardwareAcceleration(&self) -> Result<bool>
pub fn SetAllowGraphicsHardwareAcceleration(&self, value: bool) -> Result<()>
pub fn AllowCameraAndMicrophoneAccess(&self) -> Result<bool>
pub fn SetAllowCameraAndMicrophoneAccess(&self, value: bool) -> Result<()>
pub fn WindowAnnotationOverride(&self) -> Result<HSTRING>
pub fn SetWindowAnnotationOverride(&self, value: &HSTRING) -> Result<()>
Trait Implementations§
§impl Clone for IsolatedWindowsEnvironmentOptions
impl Clone for IsolatedWindowsEnvironmentOptions
§impl Debug for IsolatedWindowsEnvironmentOptions
impl Debug for IsolatedWindowsEnvironmentOptions
§impl From<&IsolatedWindowsEnvironmentOptions> for &IInspectable
impl From<&IsolatedWindowsEnvironmentOptions> for &IInspectable
§fn from(value: &IsolatedWindowsEnvironmentOptions) -> Self
fn from(value: &IsolatedWindowsEnvironmentOptions) -> Self
Converts to this type from the input type.
§impl From<&IsolatedWindowsEnvironmentOptions> for &IUnknown
impl From<&IsolatedWindowsEnvironmentOptions> for &IUnknown
§fn from(value: &IsolatedWindowsEnvironmentOptions) -> Self
fn from(value: &IsolatedWindowsEnvironmentOptions) -> Self
Converts to this type from the input type.
§impl From<&IsolatedWindowsEnvironmentOptions> for IInspectable
impl From<&IsolatedWindowsEnvironmentOptions> for IInspectable
§fn from(value: &IsolatedWindowsEnvironmentOptions) -> Self
fn from(value: &IsolatedWindowsEnvironmentOptions) -> Self
Converts to this type from the input type.
§impl From<&IsolatedWindowsEnvironmentOptions> for IUnknown
impl From<&IsolatedWindowsEnvironmentOptions> for IUnknown
§fn from(value: &IsolatedWindowsEnvironmentOptions) -> Self
fn from(value: &IsolatedWindowsEnvironmentOptions) -> Self
Converts to this type from the input type.
§impl From<IsolatedWindowsEnvironmentOptions> for IInspectable
impl From<IsolatedWindowsEnvironmentOptions> for IInspectable
§fn from(value: IsolatedWindowsEnvironmentOptions) -> Self
fn from(value: IsolatedWindowsEnvironmentOptions) -> Self
Converts to this type from the input type.
§impl From<IsolatedWindowsEnvironmentOptions> for IUnknown
impl From<IsolatedWindowsEnvironmentOptions> for IUnknown
§fn from(value: IsolatedWindowsEnvironmentOptions) -> Self
fn from(value: IsolatedWindowsEnvironmentOptions) -> Self
Converts to this type from the input type.
§impl Interface for IsolatedWindowsEnvironmentOptions
impl Interface for IsolatedWindowsEnvironmentOptions
§impl PartialEq<IsolatedWindowsEnvironmentOptions> for IsolatedWindowsEnvironmentOptions
impl PartialEq<IsolatedWindowsEnvironmentOptions> for IsolatedWindowsEnvironmentOptions
§impl Vtable for IsolatedWindowsEnvironmentOptions
impl Vtable for IsolatedWindowsEnvironmentOptions
type Vtable = IIsolatedWindowsEnvironmentOptions_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.