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:
lgao4
2008-12-10 08:22:03 +00:00
parent 2c6d600e1c
commit 1bf793701b
11 changed files with 602 additions and 40 deletions

View File

@@ -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;