Scroll to navigation

ldap_explode_dnW(3w) Wine API 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

Declared in "winldap_private.h".
Implemented in "dlls/wldap32/dn.c".
Oct 2012 Wine API