Struct windows::Security::Isolation::IsolatedWindowsHostMessenger
pub struct IsolatedWindowsHostMessenger;
Implementations§
§impl IsolatedWindowsHostMessenger
impl IsolatedWindowsHostMessenger
pub fn PostMessageToReceiver<P0>(receiverid: GUID, message: P0) -> Result<()>where
P0: TryIntoParam<IVectorView<IInspectable>>,
pub fn PostMessageToReceiver<P0>(receiverid: GUID, message: P0) -> Result<()>where P0: TryIntoParam<IVectorView<IInspectable>>,
Required features: "Foundation_Collections"
pub fn GetFileId(filepath: &HSTRING) -> Result<GUID>
pub fn RegisterHostMessageReceiver<P0>(
receiverid: GUID,
hostmessagereceivedcallback: P0
) -> Result<()>where
P0: IntoParam<HostMessageReceivedCallback>,
pub fn RegisterHostMessageReceiver<P0>( receiverid: GUID, hostmessagereceivedcallback: P0 ) -> Result<()>where P0: IntoParam<HostMessageReceivedCallback>,
Required features: "Foundation_Collections"
pub fn UnregisterHostMessageReceiver(receiverid: GUID) -> Result<()>
Auto Trait Implementations§
impl RefUnwindSafe for IsolatedWindowsHostMessenger
impl Send for IsolatedWindowsHostMessenger
impl Sync for IsolatedWindowsHostMessenger
impl Unpin for IsolatedWindowsHostMessenger
impl UnwindSafe for IsolatedWindowsHostMessenger
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more