<div class="content" name="EEAString" uuid="dd30d275-aae9-408e-89cf-4482c429cb89"><p>The EEAString structure encodes strings of ANSI characters,
as specified in <a href="https://go.microsoft.com/fwlink/?LinkId=90689" data-linktype="external">[ISO/IEC-8859-1]</a>,
that contain troubleshooting information.</p><dl>
<dd>
<div><pre> typedef struct tagEEAString {
   short nLength;
   [size_is(nLength)] byte* pString;
 } EEAString;
</pre></div>
</dd></dl><p><b>nLength:</b>  This field MUST contain
the size of <b>pString</b> in bytes.</p><p><b>pString:</b>  A NULL-terminated ANSI
string that contains troubleshooting information.</p></div>