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







_PW_ENTRY Struct Reference

Entry structure, containing information about one entry. More...

#include <PwStructs.h>

Public Attributes

BYTE uuid [16]
 Unique GUID identifying this entry (not only in this database). More...
 
DWORD uGroupId
 ID of the group that contains this entry. More...
 
DWORD uImageId
 Index of the icon in the image list to use for this entry. More...
 
TCHAR * pszTitle
 Title. More...
 
TCHAR * pszURL
 URL. More...
 
TCHAR * pszUserName
 User name. More...
 
DWORD uPasswordLen
 Length of the password (required for memory protection). More...
 
TCHAR * pszPassword
 Password (may be encrypted, use IKpDatabase::UnlockEntryPassword to decrypt). More...
 
TCHAR * pszAdditional
 Notes. More...
 
PW_TIME tCreation
 Time when the entry was created. More...
 
PW_TIME tLastMod
 Time when the entry was last modified. More...
 
PW_TIME tLastAccess
 Time when the entry was last accessed. More...
 
PW_TIME tExpire
 Time when the entry will expire. More...
 
TCHAR * pszBinaryDesc
 A string describing the contents of pBinaryData. More...
 
BYTE * pBinaryData
 Attachment data (of length uBinaryDataLen), may be NULL. More...
 
DWORD uBinaryDataLen
 Length of the attachment data in bytes. More...
 

Detailed Description

Entry structure, containing information about one entry.

Member Data Documentation

◆ pBinaryData

BYTE* _PW_ENTRY::pBinaryData

Attachment data (of length uBinaryDataLen), may be NULL.

◆ pszAdditional

TCHAR* _PW_ENTRY::pszAdditional

Notes.

◆ pszBinaryDesc

TCHAR* _PW_ENTRY::pszBinaryDesc

A string describing the contents of pBinaryData.

◆ pszPassword

TCHAR* _PW_ENTRY::pszPassword

Password (may be encrypted, use IKpDatabase::UnlockEntryPassword to decrypt).

◆ pszTitle

TCHAR* _PW_ENTRY::pszTitle

Title.

◆ pszURL

TCHAR* _PW_ENTRY::pszURL

URL.

◆ pszUserName

TCHAR* _PW_ENTRY::pszUserName

User name.

◆ tCreation

PW_TIME _PW_ENTRY::tCreation

Time when the entry was created.

◆ tExpire

PW_TIME _PW_ENTRY::tExpire

Time when the entry will expire.

◆ tLastAccess

PW_TIME _PW_ENTRY::tLastAccess

Time when the entry was last accessed.

◆ tLastMod

PW_TIME _PW_ENTRY::tLastMod

Time when the entry was last modified.

◆ uBinaryDataLen

DWORD _PW_ENTRY::uBinaryDataLen

Length of the attachment data in bytes.

◆ uGroupId

DWORD _PW_ENTRY::uGroupId

ID of the group that contains this entry.

◆ uImageId

DWORD _PW_ENTRY::uImageId

Index of the icon in the image list to use for this entry.

◆ uPasswordLen

DWORD _PW_ENTRY::uPasswordLen

Length of the password (required for memory protection).

◆ uuid

BYTE _PW_ENTRY::uuid[16]

Unique GUID identifying this entry (not only in this database).


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

Documentation generated with Doxygen.





Get KeePass