|
||||
|
PwStructs.h
Go to the documentation of this file.
165 BYTE uuid[16];
DWORD dwSize Size of the KP_KEYPROV_CONTEXT structure. Definition: PwStructs.h:241 struct PWDB_REPAIR_INFO * PPWDB_REPAIR_INFO Structure containing information about a database repairing process. Definition: PwStructs.h:130 BYTE aMasterSeed[16] Seed that gets hashed with the user key to form the final key. Definition: PwStructs.h:64 DWORD uBinaryDataLen Length of the attachment data in bytes. Definition: PwStructs.h:120 LPCTSTR lpProviderName Name of the provider that should generate the key. Definition: PwStructs.h:243 DWORD dwDataSize Size of the key (lpData) in bytes. Definition: PwStructs.h:233 DWORD_PTR dwReserved Reserved for future use, must be 0. Definition: PwStructs.h:157 DWORD_PTR dwReserved Reserved for future use, must be 0. Definition: PwStructs.h:179 LPCTSTR lpName Unique display name of the key provider. Definition: PwStructs.h:216 USHORT usLevel Indentation/depth level in the group tree. Definition: PwStructs.h:88 BOOL bCreatingNewKey Specifies whether a new key is being generated. Definition: PwStructs.h:245 DWORD dwFlags Reserved for future use, must be 0. Definition: PwStructs.h:215 struct PW_GROUP * PPW_GROUP DWORD uImageId Index of the icon in the image list to use for this group. Definition: PwStructs.h:80 TCHAR * pszBinaryDesc A string describing the contents of pBinaryData. Definition: PwStructs.h:118 LPCTSTR lpDescriptiveName File name or some other descriptive string. Definition: PwStructs.h:249 UINT8 aEncryptionIV[16] IV used for content encryption. Definition: PwStructs.h:65 DWORD dwImageIndex Index of the icon shown in the combo box. Definition: PwStructs.h:217 PW_TIME tLastAccess Time when the group was last accessed. Definition: PwStructs.h:85 BYTE aMasterSeed2[32] Seed used for the dwKeyEncRounds AES transformations. Definition: PwStructs.h:72 TCHAR * pszPassword Password (may be encrypted, use IKpDatabase::UnlockEntryPassword to decrypt). Definition: PwStructs.h:109 DWORD dwFlags Flags (enabled state, checkbox, popup, etc). Definition: PwStructs.h:147 struct PW_TIME * PPW_TIME DWORD uGroupIndex Index of the group that contains this entry. Definition: PwStructs.h:169 struct KP_ENTRY * PKP_ENTRY Structure containing information about one main menu item provided by a plugin. Definition: PwStructs.h:138 PW_TIME tLastAccess Time when the entry was last accessed. Definition: PwStructs.h:115 const void * pOriginalEntry Pointer to the original PW_ENTRY. Definition: PwStructs.h:163 DWORD uGroupId ID of the group that contains this entry. Definition: PwStructs.h:101 DWORD uImageId Index of the icon in the image list to use for this entry. Definition: PwStructs.h:102 DWORD uImageId Index of the icon in the image list to use for this entry. Definition: PwStructs.h:171 PW_TIME tLastMod Time when the entry was last modified. Definition: PwStructs.h:114 DWORD dwCommandID Set by KeePass, don't modify yourself. Definition: PwStructs.h:155 DWORD dwSignature1 File identifier word, set to PWM_DBSIG_1. Definition: PwStructs.h:59 DWORD dwFlags Used by KeePass internally, don't use (set to 0 for a new structure). Definition: PwStructs.h:94 DWORD dwRecognizedMetaStreamCount Definition: PwStructs.h:134 struct PW_DBHEADER * PPW_DBHEADER BYTE * pBinaryData Attachment data (of length uBinaryDataLen), may be NULL. Definition: PwStructs.h:119 BYTE uuid[16] Unique GUID identifying this entry (not only in this database). Definition: PwStructs.h:100 BYTE aContentsHash[32] SHA-256 hash of the database, used for integrity checking. Definition: PwStructs.h:70 DWORD_PTR dwReserved Reserved for future use, must be 0. Definition: PwStructs.h:219 DWORD dwFormat Reserved for future use, must be 0. Definition: PwStructs.h:231 DWORD dwSignature2 File identifier word, set to PWM_DBSIG_2. Definition: PwStructs.h:60 BOOL bConfirming Specifies whether KeePass asks the user to confirm the key. Definition: PwStructs.h:246 Information structure used when querying keys from key providers. Definition: PwStructs.h:239 struct PW_ENTRY * PPW_ENTRY DWORD dwKeyEncRounds Number of master key transformations. Definition: PwStructs.h:73 DWORD uPasswordLen Length of the password (required for memory protection). Definition: PwStructs.h:108 Database header structure. All KeePass KDB files begin with this structure. Definition: PwStructs.h:57 DWORD uGroupId ID of the group. The ID is a unique identifier in one database. Definition: PwStructs.h:79 DWORD_PTR dwReserved Reserved for future use, must be 0. Definition: PwStructs.h:235 Documentation generated with Doxygen. |
|
||