Add comments for enumeration, structure data members those are referred by UefiService, Runtime Service, Dxe Service and Pei Service.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6974 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -86,8 +86,17 @@ typedef UINT32 EFI_STATUS_CODE_VALUE;
|
||||
/// the structure and is Size bytes long.
|
||||
///
|
||||
typedef struct {
|
||||
///
|
||||
/// The size of the structure. This is specified to enable future expansion.
|
||||
///
|
||||
UINT16 HeaderSize;
|
||||
///
|
||||
/// The size of the data in bytes. This does not include the size of the header structure.
|
||||
///
|
||||
UINT16 Size;
|
||||
///
|
||||
/// The GUID defining the type of the data.
|
||||
///
|
||||
EFI_GUID Type;
|
||||
} EFI_STATUS_CODE_DATA;
|
||||
|
||||
|
Reference in New Issue
Block a user