#[repr(transparent)]pub struct IsolatedWindowsEnvironmentOwnerRegistrationData(_);
Expand description
Required features: "Security_Isolation"
Implementations§
§impl IsolatedWindowsEnvironmentOwnerRegistrationData
impl IsolatedWindowsEnvironmentOwnerRegistrationData
pub fn new() -> Result<Self>
Required features: "Foundation_Collections"
pub fn ProcessesRunnableAsSystem(&self) -> Result<IVector<HSTRING>>
pub fn ProcessesRunnableAsSystem(&self) -> Result<IVector<HSTRING>>
Required features: "Foundation_Collections"
pub fn ProcessesRunnableAsUser(&self) -> Result<IVector<HSTRING>>
pub fn ProcessesRunnableAsUser(&self) -> Result<IVector<HSTRING>>
Required features: "Foundation_Collections"
pub fn ActivationFileExtensions(&self) -> Result<IVector<HSTRING>>
pub fn ActivationFileExtensions(&self) -> Result<IVector<HSTRING>>
Required features: "Foundation_Collections"
Trait Implementations§
§impl From<&IsolatedWindowsEnvironmentOwnerRegistrationData> for &IInspectable
impl From<&IsolatedWindowsEnvironmentOwnerRegistrationData> for &IInspectable
§fn from(value: &IsolatedWindowsEnvironmentOwnerRegistrationData) -> Self
fn from(value: &IsolatedWindowsEnvironmentOwnerRegistrationData) -> Self
Converts to this type from the input type.
§impl From<&IsolatedWindowsEnvironmentOwnerRegistrationData> for &IUnknown
impl From<&IsolatedWindowsEnvironmentOwnerRegistrationData> for &IUnknown
§fn from(value: &IsolatedWindowsEnvironmentOwnerRegistrationData) -> Self
fn from(value: &IsolatedWindowsEnvironmentOwnerRegistrationData) -> Self
Converts to this type from the input type.
§impl From<&IsolatedWindowsEnvironmentOwnerRegistrationData> for IInspectable
impl From<&IsolatedWindowsEnvironmentOwnerRegistrationData> for IInspectable
§fn from(value: &IsolatedWindowsEnvironmentOwnerRegistrationData) -> Self
fn from(value: &IsolatedWindowsEnvironmentOwnerRegistrationData) -> Self
Converts to this type from the input type.
§impl From<&IsolatedWindowsEnvironmentOwnerRegistrationData> for IUnknown
impl From<&IsolatedWindowsEnvironmentOwnerRegistrationData> for IUnknown
§fn from(value: &IsolatedWindowsEnvironmentOwnerRegistrationData) -> Self
fn from(value: &IsolatedWindowsEnvironmentOwnerRegistrationData) -> Self
Converts to this type from the input type.
§impl From<IsolatedWindowsEnvironmentOwnerRegistrationData> for IInspectable
impl From<IsolatedWindowsEnvironmentOwnerRegistrationData> for IInspectable
§fn from(value: IsolatedWindowsEnvironmentOwnerRegistrationData) -> Self
fn from(value: IsolatedWindowsEnvironmentOwnerRegistrationData) -> Self
Converts to this type from the input type.
§impl From<IsolatedWindowsEnvironmentOwnerRegistrationData> for IUnknown
impl From<IsolatedWindowsEnvironmentOwnerRegistrationData> for IUnknown
§fn from(value: IsolatedWindowsEnvironmentOwnerRegistrationData) -> Self
fn from(value: IsolatedWindowsEnvironmentOwnerRegistrationData) -> Self
Converts to this type from the input type.
§impl Interface for IsolatedWindowsEnvironmentOwnerRegistrationData
impl Interface for IsolatedWindowsEnvironmentOwnerRegistrationData
§impl PartialEq<IsolatedWindowsEnvironmentOwnerRegistrationData> for IsolatedWindowsEnvironmentOwnerRegistrationData
impl PartialEq<IsolatedWindowsEnvironmentOwnerRegistrationData> for IsolatedWindowsEnvironmentOwnerRegistrationData
§impl Vtable for IsolatedWindowsEnvironmentOwnerRegistrationData
impl Vtable for IsolatedWindowsEnvironmentOwnerRegistrationData
type Vtable = IIsolatedWindowsEnvironmentOwnerRegistrationData_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.