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







_PW_GROUP Struct Reference

Group structure, containing information about one group. More...

#include <PwStructs.h>

Public Attributes

DWORD uGroupId
 ID of the group. The ID is a unique identifier in one database. More...
 
DWORD uImageId
 Index of the icon in the image list to use for this group. More...
 
TCHAR * pszGroupName
 Name of the group. More...
 
PW_TIME tCreation
 Time when the group was created. More...
 
PW_TIME tLastMod
 Time when the group was last modified. More...
 
PW_TIME tLastAccess
 Time when the group was last accessed. More...
 
PW_TIME tExpire
 Time when the group will expire. More...
 
USHORT usLevel
 Indentation/depth level in the group tree. More...
 
DWORD dwFlags
 Used by KeePass internally, don't use (set to 0 for a new structure). More...
 

Detailed Description

Group structure, containing information about one group.

Member Data Documentation

◆ dwFlags

DWORD _PW_GROUP::dwFlags

Used by KeePass internally, don't use (set to 0 for a new structure).

◆ pszGroupName

TCHAR* _PW_GROUP::pszGroupName

Name of the group.

◆ tCreation

PW_TIME _PW_GROUP::tCreation

Time when the group was created.

◆ tExpire

PW_TIME _PW_GROUP::tExpire

Time when the group will expire.

◆ tLastAccess

PW_TIME _PW_GROUP::tLastAccess

Time when the group was last accessed.

◆ tLastMod

PW_TIME _PW_GROUP::tLastMod

Time when the group was last modified.

◆ uGroupId

DWORD _PW_GROUP::uGroupId

ID of the group. The ID is a unique identifier in one database.

◆ uImageId

DWORD _PW_GROUP::uImageId

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

◆ usLevel

USHORT _PW_GROUP::usLevel

Indentation/depth level in the group tree.


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

Documentation generated with Doxygen.





Get KeePass