ReactOS 0.4.16-dev-297-gc569aee
|
#include "config.h"
#include "wine/port.h"
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winnls.h"
#include "winldap_private.h"
#include "wldap32.h"
#include "wine/debug.h"
Go to the source code of this file.
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (wldap32) | |
ULONG CDECL | ldap_close_extended_op (WLDAP32_LDAP *ld, ULONG msgid) |
ULONG CDECL | ldap_extended_operationA (WLDAP32_LDAP *ld, PCHAR oid, struct WLDAP32_berval *data, PLDAPControlA *serverctrls, PLDAPControlA *clientctrls, ULONG *message) |
ULONG CDECL | ldap_extended_operationW (WLDAP32_LDAP *ld, PWCHAR oid, struct WLDAP32_berval *data, PLDAPControlW *serverctrls, PLDAPControlW *clientctrls, ULONG *message) |
ULONG CDECL | ldap_extended_operation_sA (WLDAP32_LDAP *ld, PCHAR oid, struct WLDAP32_berval *data, PLDAPControlA *serverctrls, PLDAPControlA *clientctrls, PCHAR *retoid, struct WLDAP32_berval **retdata) |
ULONG CDECL | ldap_extended_operation_sW (WLDAP32_LDAP *ld, PWCHAR oid, struct WLDAP32_berval *data, PLDAPControlW *serverctrls, PLDAPControlW *clientctrls, PWCHAR *retoid, struct WLDAP32_berval **retdata) |
ULONG CDECL ldap_close_extended_op | ( | WLDAP32_LDAP * | ld, |
ULONG | msgid | ||
) |
Definition at line 56 of file extended.c.
ULONG CDECL ldap_extended_operation_sA | ( | WLDAP32_LDAP * | ld, |
PCHAR | oid, | ||
struct WLDAP32_berval * | data, | ||
PLDAPControlA * | serverctrls, | ||
PLDAPControlA * | clientctrls, | ||
PCHAR * | retoid, | ||
struct WLDAP32_berval ** | retdata | ||
) |
Definition at line 178 of file extended.c.
ULONG CDECL ldap_extended_operation_sW | ( | WLDAP32_LDAP * | ld, |
PWCHAR | oid, | ||
struct WLDAP32_berval * | data, | ||
PLDAPControlW * | serverctrls, | ||
PLDAPControlW * | clientctrls, | ||
PWCHAR * | retoid, | ||
struct WLDAP32_berval ** | retdata | ||
) |
Definition at line 249 of file extended.c.
Referenced by ldap_extended_operation_sA().
ULONG CDECL ldap_extended_operationA | ( | WLDAP32_LDAP * | ld, |
PCHAR | oid, | ||
struct WLDAP32_berval * | data, | ||
PLDAPControlA * | serverctrls, | ||
PLDAPControlA * | clientctrls, | ||
ULONG * | message | ||
) |
Definition at line 69 of file extended.c.
ULONG CDECL ldap_extended_operationW | ( | WLDAP32_LDAP * | ld, |
PWCHAR | oid, | ||
struct WLDAP32_berval * | data, | ||
PLDAPControlW * | serverctrls, | ||
PLDAPControlW * | clientctrls, | ||
ULONG * | message | ||
) |
Definition at line 133 of file extended.c.
Referenced by ldap_extended_operationA().
WINE_DEFAULT_DEBUG_CHANNEL | ( | wldap32 | ) |