#[repr(C)]pub struct CRYPTPROTECT_PROMPTSTRUCT {
pub cbSize: u32,
pub dwPromptFlags: u32,
pub hwndApp: HWND,
pub szPrompt: PCWSTR,
}
Expand description
Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’
Fields
cbSize: u32
dwPromptFlags: u32
hwndApp: HWND
szPrompt: PCWSTR
Trait Implementations
impl Clone for CRYPTPROTECT_PROMPTSTRUCT
impl Clone for CRYPTPROTECT_PROMPTSTRUCT
impl Copy for CRYPTPROTECT_PROMPTSTRUCT
Auto Trait Implementations
impl RefUnwindSafe for CRYPTPROTECT_PROMPTSTRUCT
impl !Send for CRYPTPROTECT_PROMPTSTRUCT
impl !Sync for CRYPTPROTECT_PROMPTSTRUCT
impl Unpin for CRYPTPROTECT_PROMPTSTRUCT
impl UnwindSafe for CRYPTPROTECT_PROMPTSTRUCT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more