Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Enums, prefix the name with the module name and a period.
// 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
VB .NET Signature:
TODO
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.
3/16/2007 8:15:33 AM - jachymko-213.199.128.147
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it!