vxug-VXAPI/Structures/ANSI_STRING.h
2022-07-14 23:23:13 -05:00

6 lines
111 B
C

typedef struct _STRING {
USHORT Length;
USHORT MaximumLength;
PCHAR Buffer;
} ANSI_STRING, * PANSI_STRING;