<div class="content" name="STRING_PTRSA" uuid="2498d96a-b230-4023-b94d-c219888fd623"><p>The STRING_PTRSA structure defines a pointer to an ANSI
character string.</p><dl>
<dd>
<div><pre> typedef struct _STRING_PTRSA {
   [string, range(0, SC_MAX_ARGUMENT_LENGTH)] 
     LPSTR StringPtr;
 } STRING_PTRSA,
  *PSTRING_PTRSA,
  *LPSTRING_PTRSA;
</pre></div>
</dd></dl><p><b>StringPtr:</b>  Pointer to an ANSI
character string.</p></div>