Struct windows::Security::EnterpriseData::FileRevocationManager
pub struct FileRevocationManager;
Implementations§
§impl FileRevocationManager
impl FileRevocationManager
pub fn ProtectAsync<P0>(
storageitem: P0,
enterpriseidentity: &HSTRING,
) -> Result<IAsyncOperation<FileProtectionStatus>>where
P0: Param<IStorageItem>,
pub fn CopyProtectionAsync<P0, P1>(
sourcestorageitem: P0,
targetstorageitem: P1,
) -> Result<IAsyncOperation<bool>>where
P0: Param<IStorageItem>,
P1: Param<IStorageItem>,
pub fn Revoke(enterpriseidentity: &HSTRING) -> Result<()>
pub fn GetStatusAsync<P0>(
storageitem: P0,
) -> Result<IAsyncOperation<FileProtectionStatus>>where
P0: Param<IStorageItem>,
Auto Trait Implementations§
impl Freeze for FileRevocationManager
impl RefUnwindSafe for FileRevocationManager
impl Send for FileRevocationManager
impl Sync for FileRevocationManager
impl Unpin for FileRevocationManager
impl UnwindSafe for FileRevocationManager
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