// prompt on protect
CRYPTPROTECT_PROMPT_ON_PROTECT = 0x2
}
VB Definition:
<Flags()> Enum CryptProtectPromptFlags
'prompt on unprotect
CRYPTPROTECT_PROMPT_ON_UNPROTECT = &H1
'prompt on protect
CRYPTPROTECT_PROMPT_ON_PROTECT = &H2
End Enum
User-Defined Types:
None.
Notes:
None.
Tips & Tricks:
Please add some!
Sample Code:
Please add some!
Alternative Managed API:
TODO
The CRYPTPROTECT_PROMPTSTRUCT structure provides the text of a prompt and information about when and where that prompt is to be displayed when using the CryptProtectData and CryptUnprotectData functions.
16/03/2007 14:15:33 - jachymko-213.199.128.149
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
additional languages you want to include?
Select "Edit This Page" in the upper right corner and edit it!
Profile your .NET code
Boost the performance of your application with ANTS Profiler
This download also contains the FREE PInvoke.net Visual Studio Add-in