ldap_explode_dnW(3w)
NAME
ldap_explode_dnW (WLDAP32.@)
SYNOPSIS
PWCHAR * CDECL ldap_explode_dnW ( PWCHAR dn, ULONG notypes )
DESCRIPTION
Break up a DN into its components.
PARAMS
dn [In] DN to break up.
notypes [In] Remove attribute type information from the components.
RETURNS
Success: Pointer to a NULL-terminated array that contains the DN components.
Failure: NULL.
NOTES
Free the string array with ldap_value_free.
IMPLEMENTATION
Defined in "winldap_private.h".
- Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/wldap32/dn.c".