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







KP_ENTRY Struct Reference

Structure used for entry validations by plugins. More...

#include <PwStructs.h>

Public Attributes

const void * pOriginalEntry
 Pointer to the original PW_ENTRY. More...
 
BYTE uuid [16]
 Unique GUID identifying this entry (not only in this database). More...
 
DWORD uGroupIndex
 Index of the group that contains this entry. More...
 
DWORD uImageId
 Index of the icon in the image list to use for this entry. More...
 
LPCTSTR lpTitle
 Title. More...
 
LPCTSTR lpURL
 URL. More...
 
LPCTSTR lpUserName
 User name. More...
 
LPCTSTR lpPassword
 Password (unencrypted). More...
 
LPCTSTR lpAdditional
 Notes. More...
 
DWORD_PTR dwReserved
 Reserved for future use, must be 0. More...
 

Detailed Description

Structure used for entry validations by plugins.

Member Data Documentation

◆ dwReserved

DWORD_PTR KP_ENTRY::dwReserved

Reserved for future use, must be 0.

◆ lpAdditional

LPCTSTR KP_ENTRY::lpAdditional

Notes.

◆ lpPassword

LPCTSTR KP_ENTRY::lpPassword

Password (unencrypted).

◆ lpTitle

LPCTSTR KP_ENTRY::lpTitle

Title.

◆ lpURL

LPCTSTR KP_ENTRY::lpURL

URL.

◆ lpUserName

LPCTSTR KP_ENTRY::lpUserName

User name.

◆ pOriginalEntry

const void* KP_ENTRY::pOriginalEntry

Pointer to the original PW_ENTRY.

◆ uGroupIndex

DWORD KP_ENTRY::uGroupIndex

Index of the group that contains this entry.

Note that the group index is different from the group ID.

◆ uImageId

DWORD KP_ENTRY::uImageId

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

◆ uuid

BYTE KP_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