TianoCore EDK2 master
Loading...
Searching...
No Matches
EFI_USER_INFO Struct Reference

#include <MdePkg/Include/Protocol/UserManager.h>

Data Fields

EFI_GUID Credential
 
UINT8 InfoType
 
UINT8 Reserved1
 
EFI_USER_INFO_ATTRIBS InfoAttribs
 
UINT32 InfoSize
 

Detailed Description

User information structure

Definition at line 48 of file UserManager.h.

Field Documentation

◆ Credential

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.

◆ InfoAttribs

EFI_USER_INFO_ATTRIBS EFI_USER_INFO::InfoAttribs

The attributes of the user profile information.

Definition at line 65 of file UserManager.h.

◆ InfoSize

UINT32 EFI_USER_INFO::InfoSize

The size of the user information, in bytes, including this header.

Definition at line 69 of file UserManager.h.

◆ InfoType

UINT8 EFI_USER_INFO::InfoType

The type of user information.

Definition at line 57 of file UserManager.h.

◆ Reserved1

UINT8 EFI_USER_INFO::Reserved1

Must be set to 0.

Definition at line 61 of file UserManager.h.


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