#[repr(transparent)]pub struct IsolatedWindowsEnvironmentUserInfo(_);
Expand description
Required features: "Security_Isolation"
Implementations§
§impl IsolatedWindowsEnvironmentUserInfo
impl IsolatedWindowsEnvironmentUserInfo
pub fn EnvironmentUserSid(&self) -> Result<HSTRING>
pub fn EnvironmentUserName(&self) -> Result<HSTRING>
pub fn TryWaitForSignInAsync(&self) -> Result<IAsyncOperation<bool>>
pub fn TryWaitForSignInAsync(&self) -> Result<IAsyncOperation<bool>>
Required features: "Foundation"
pub fn TryWaitForSignInWithProgressAsync(
&self
) -> Result<IAsyncOperationWithProgress<bool, IsolatedWindowsEnvironmentSignInProgress>>
pub fn TryWaitForSignInWithProgressAsync(
&self
) -> Result<IAsyncOperationWithProgress<bool, IsolatedWindowsEnvironmentSignInProgress>>
Required features: "Foundation"
Trait Implementations§
§impl Clone for IsolatedWindowsEnvironmentUserInfo
impl Clone for IsolatedWindowsEnvironmentUserInfo
§impl Debug for IsolatedWindowsEnvironmentUserInfo
impl Debug for IsolatedWindowsEnvironmentUserInfo
§impl From<&IsolatedWindowsEnvironmentUserInfo> for &IInspectable
impl From<&IsolatedWindowsEnvironmentUserInfo> for &IInspectable
§fn from(value: &IsolatedWindowsEnvironmentUserInfo) -> Self
fn from(value: &IsolatedWindowsEnvironmentUserInfo) -> Self
Converts to this type from the input type.
§impl From<&IsolatedWindowsEnvironmentUserInfo> for &IUnknown
impl From<&IsolatedWindowsEnvironmentUserInfo> for &IUnknown
§fn from(value: &IsolatedWindowsEnvironmentUserInfo) -> Self
fn from(value: &IsolatedWindowsEnvironmentUserInfo) -> Self
Converts to this type from the input type.
§impl From<&IsolatedWindowsEnvironmentUserInfo> for IInspectable
impl From<&IsolatedWindowsEnvironmentUserInfo> for IInspectable
§fn from(value: &IsolatedWindowsEnvironmentUserInfo) -> Self
fn from(value: &IsolatedWindowsEnvironmentUserInfo) -> Self
Converts to this type from the input type.
§impl From<&IsolatedWindowsEnvironmentUserInfo> for IUnknown
impl From<&IsolatedWindowsEnvironmentUserInfo> for IUnknown
§fn from(value: &IsolatedWindowsEnvironmentUserInfo) -> Self
fn from(value: &IsolatedWindowsEnvironmentUserInfo) -> Self
Converts to this type from the input type.
§impl From<IsolatedWindowsEnvironmentUserInfo> for IInspectable
impl From<IsolatedWindowsEnvironmentUserInfo> for IInspectable
§fn from(value: IsolatedWindowsEnvironmentUserInfo) -> Self
fn from(value: IsolatedWindowsEnvironmentUserInfo) -> Self
Converts to this type from the input type.
§impl From<IsolatedWindowsEnvironmentUserInfo> for IUnknown
impl From<IsolatedWindowsEnvironmentUserInfo> for IUnknown
§fn from(value: IsolatedWindowsEnvironmentUserInfo) -> Self
fn from(value: IsolatedWindowsEnvironmentUserInfo) -> Self
Converts to this type from the input type.
§impl Interface for IsolatedWindowsEnvironmentUserInfo
impl Interface for IsolatedWindowsEnvironmentUserInfo
§impl PartialEq<IsolatedWindowsEnvironmentUserInfo> for IsolatedWindowsEnvironmentUserInfo
impl PartialEq<IsolatedWindowsEnvironmentUserInfo> for IsolatedWindowsEnvironmentUserInfo
§impl Vtable for IsolatedWindowsEnvironmentUserInfo
impl Vtable for IsolatedWindowsEnvironmentUserInfo
type Vtable = IIsolatedWindowsEnvironmentUserInfo_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.