Scroll to navigation

ldap_create_sort_controlA(3w) Wine API ldap_create_sort_controlA(3w)

NAME

ldap_create_sort_controlA (WLDAP32.@)

SYNOPSIS

ULONG CDECL ldap_create_sort_controlA
(
WLDAP32_LDAP* ld,
PLDAPSortKeyA* sortkey,
UCHAR critical,
PLDAPControlA* control
)
 

DESCRIPTION

See ldap_create_sort_controlW(3w).
 

IMPLEMENTATION

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