.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ldap_explode_dnW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBldap_explode_dnW\fR (WLDAP32.@) .SH SYNOPSIS PWCHAR * CDECL ldap_explode_dnW ( PWCHAR \fIdn\fR, ULONG \fInotypes\fR ) .SH DESCRIPTION .PP Break up a \fBDN\fR into its components. .SH PARAMS \fIdn\fR \fB[In]\fR \fBDN\fR to break up. .PP \fInotypes\fR \fB[In]\fR Remove attribute type information from the components. .PP .SH RETURNS .PP \fBSuccess:\fR Pointer to a NULL-terminated array that contains the \fBDN\fR components. .PP \fBFailure:\fR \fBNULL\fR. .SH NOTES .PP Free the string array with ldap_value_free. .SH IMPLEMENTATION .PP Declared in \fB"winldap_private.h"\fR. .PP Implemented in \fB"dlls/wldap32/dn.c"\fR.