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.h".

Implemented in "dlls/wldap32/dn.c". source.winehq.org/source/dlls/wldap32/dn.c


Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.