Share via


2.2.50 STRING_PTRSA

The STRING_PTRSA structure defines a pointer to an ANSI character string.

 typedef struct _STRING_PTRSA {
   [string, range(0, SC_MAX_ARGUMENT_LENGTH)] 
     LPSTR StringPtr;
 } STRING_PTRSA,
  *PSTRING_PTRSA,
  *LPSTRING_PTRSA;

StringPtr: Pointer to an ANSI character string.