The buffer length data structure.
typedef struct _STRINGINBUF { ULONG cb; /* Length, of the input buffer, in bytes. */ ULONG cchIn; /* Number of bytes returned. */ } STRINGINBUF; typedef STRINGINBUF * PSTRINGINBUF ;