S
Stefan Buchman
Hi All,
I'm attempting to use ldap_explode_dn API call which returns a
character array.
I've been trying to Marshal this value but am unable to get anything
intelligible from it.
I should be getting an array of strings representing a DN.
Any help using this function from C# would be great!
PCHAR* ldap_explode_dn(
PCHAR dn,
ULONG notypes
);
Thanks!
Stefan
I'm attempting to use ldap_explode_dn API call which returns a
character array.
I've been trying to Marshal this value but am unable to get anything
intelligible from it.
I should be getting an array of strings representing a DN.
Any help using this function from C# would be great!
PCHAR* ldap_explode_dn(
PCHAR dn,
ULONG notypes
);
Thanks!
Stefan