#[repr(transparent)]pub struct IsolatedWindowsEnvironmentShareFileResult(_);
Expand description
Required features: "Security_Isolation"
Implementations§
pub fn Status(&self) -> Result<IsolatedWindowsEnvironmentShareFileStatus>
pub fn ExtendedError(&self) -> Result<HRESULT>
pub fn File(&self) -> Result<IsolatedWindowsEnvironmentFile>
Trait Implementations§
§fn from(value: &IsolatedWindowsEnvironmentShareFileResult) -> Self
fn from(value: &IsolatedWindowsEnvironmentShareFileResult) -> Self
Converts to this type from the input type.
§fn from(value: &IsolatedWindowsEnvironmentShareFileResult) -> Self
fn from(value: &IsolatedWindowsEnvironmentShareFileResult) -> Self
Converts to this type from the input type.
§fn from(value: &IsolatedWindowsEnvironmentShareFileResult) -> Self
fn from(value: &IsolatedWindowsEnvironmentShareFileResult) -> Self
Converts to this type from the input type.
§fn from(value: &IsolatedWindowsEnvironmentShareFileResult) -> Self
fn from(value: &IsolatedWindowsEnvironmentShareFileResult) -> Self
Converts to this type from the input type.
§fn from(value: IsolatedWindowsEnvironmentShareFileResult) -> Self
fn from(value: IsolatedWindowsEnvironmentShareFileResult) -> Self
Converts to this type from the input type.
§fn from(value: IsolatedWindowsEnvironmentShareFileResult) -> Self
fn from(value: IsolatedWindowsEnvironmentShareFileResult) -> Self
Converts to this type from the input type.
type Vtable = IIsolatedWindowsEnvironmentShareFileResult_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.