// Copyright © 2015, skdltmxn // Licensed under the MIT License //! Data Protection API Prototypes and Definitions pub const szFORCE_KEY_PROTECTION: &'static str = "ForceKeyProtection"; STRUCT!{struct CRYPTPROTECT_PROMPTSTRUCT { cbSize: ::DWORD, dwPromptFlags: ::DWORD, hwndApp: ::HWND, szPrompt: ::LPCWSTR, }} pub type PCRYPTPROTECT_PROMPTSTRUCT = *mut CRYPTPROTECT_PROMPTSTRUCT;