windows-nt/Source/XPSP1/NT/base/efiutil/efilib/efiinc/efimessages.hxx

30 lines
419 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef __EFIMESSAGES__
#define __EFIMESSAGES__
/*++
Copyright (c) 1999 Microsoft Corporation
Module Name:
efimessages.hxx
Abstract:
This contains the string table definitions.
Revision History:
--*/
typedef struct _efimessage {
ULONG msgId;
WCHAR *string;
} EFI_MESSAGE, *PEFI_MESSAGE;
extern EFI_MESSAGE MessageTable[];
#define EFI_MESSAGE_COUNT 312
#endif // __EFIMESSAGES__