ldap_explode_dnW (WLDAP32.@)
PWCHAR * CDECL ldap_explode_dnW ( PWCHAR dn, ULONG notypes )
Break up a DN into its components.
dn | [In] | DN to break up. |
notypes | [In] | Remove attribute type information from the components. |
Success: Pointer to a NULL-terminated array that contains the DN components.
Failure: NULL.
Free the string array with ldap_value_free.
Defined in "winldap.h".
Implemented in "dlls/wldap32/dn.c". source.winehq.org/source/dlls/wldap32/dn.c
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.