5.115.1.7 LDAPString
-
Type LDAPString = [length: ULONG, value: * UCHAR]
LDAPString is an abstract type that contains information about a string of unsigned characters. It is a tuple of the following:
length: The number of unsigned characters in value.
value: The string of unsigned characters that can contain null characters.