AMT_ANSI_STRING is defined to represent ANSI strings.
typedef struct _AMTHI_ANSI_STRING
{
UINT16 Length;
CHAR Buffer[<Length>];
} AMT_ANSI_STRING;
Field |
Value or Description |
Length |
The length of Buffer, in ANSI characters. |
Buffer |
A buffer used to store an ANSI string. This string is not necessarily null-terminated. |
Copyright © 2006-2022, Intel Corporation. All rights reserved. |