ldap_explode_dnW.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/wldap32/dn.c".