1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

r11179: revert to the old code, till jelmer find a solution how to

handle a UTF16 string in a uint8 array

metze
This commit is contained in:
Stefan Metzmacher 2005-10-19 09:43:48 +00:00 committed by Gerald (Jerry) Carter
parent e4edeeaa0a
commit d13315f3b1

View File

@ -430,7 +430,7 @@ interface drsuapi
/* UnicodeString values */
typedef struct {
[range(0,10485760)] uint32 length;
[size_is(length),charset(UTF16)] uint16 *string;
[subcontext(4)] nstring *string;
} drsuapi_DsAttributeValueUnicodeString;
typedef struct {