Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.