KeePass Help Center KeePass Home | Downloads | Translations | Plugins | Donate 
Help Center Home | Forums | Awards | Links 







_KP_KEYPROV_CONTEXT Struct Reference

Information structure used when querying keys from key providers. More...

#include <PwStructs.h>

Public Attributes

DWORD dwSize
 Size of the KP_KEYPROV_CONTEXT structure. More...
 
LPCTSTR lpProviderName
 Name of the provider that should generate the key. More...
 
BOOL bCreatingNewKey
 Specifies whether a new key is being generated. More...
 
BOOL bConfirming
 Specifies whether KeePass asks the user to confirm the key. More...
 
BOOL bChanging
 
LPCTSTR lpDescriptiveName
 File name or some other descriptive string. More...
 

Detailed Description

Information structure used when querying keys from key providers.

Member Data Documentation

◆ bChanging

BOOL _KP_KEYPROV_CONTEXT::bChanging

◆ bConfirming

BOOL _KP_KEYPROV_CONTEXT::bConfirming

Specifies whether KeePass asks the user to confirm the key.

◆ bCreatingNewKey

BOOL _KP_KEYPROV_CONTEXT::bCreatingNewKey

Specifies whether a new key is being generated.

◆ dwSize

DWORD _KP_KEYPROV_CONTEXT::dwSize

Size of the KP_KEYPROV_CONTEXT structure.

◆ lpDescriptiveName

LPCTSTR _KP_KEYPROV_CONTEXT::lpDescriptiveName

File name or some other descriptive string.

◆ lpProviderName

LPCTSTR _KP_KEYPROV_CONTEXT::lpProviderName

Name of the provider that should generate the key.


The documentation for this struct was generated from the following file:

Documentation generated with Doxygen.





Get KeePass