TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/UserManager.h>
Data Fields | |
EFI_GUID | Credential |
UINT8 | InfoType |
UINT8 | Reserved1 |
EFI_USER_INFO_ATTRIBS | InfoAttribs |
UINT32 | InfoSize |
User information structure
Definition at line 48 of file UserManager.h.
EFI_GUID EFI_USER_INFO::Credential |
The user credential identifier associated with this user information or else Nil if the information is not associated with any specific credential.
Definition at line 53 of file UserManager.h.
EFI_USER_INFO_ATTRIBS EFI_USER_INFO::InfoAttribs |
The attributes of the user profile information.
Definition at line 65 of file UserManager.h.
UINT32 EFI_USER_INFO::InfoSize |
The size of the user information, in bytes, including this header.
Definition at line 69 of file UserManager.h.
UINT8 EFI_USER_INFO::InfoType |
The type of user information.
Definition at line 57 of file UserManager.h.
UINT8 EFI_USER_INFO::Reserved1 |
Must be set to 0.
Definition at line 61 of file UserManager.h.