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_PTRSW structure defines a pointer to a Unicode character string.
-
typedef struct _STRING_PTRSW { [string, range(0, SC_MAX_ARGUMENT_LENGTH)] wchar_t* StringPtr; } STRING_PTRSW, *PSTRING_PTRSW, *LPSTRING_PTRSW;
StringPtr: A pointer to a Unicode character string.