> >On Thu 17/09/09 4:37 PM , Jeffrey Walton noloa...@gmail.com sent: >Hi Eystein, > >> typedef struct _STRING { >> USHORT Length; >> USHORT MaximumLength; >> PCHAR Buffer; >> } STRING, *PSTRING; >That looks like a UNICODE_STRING (or less commonly LSA_STRING) to me. >I don't ever recall seeing Microsoft defining it as a STRING. Perhaps >mingw/ntdef.h is the culprit.
MS PSDK has this definition in at least 2 places (NTSecAPI.h and winternl.h). ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org