Directory Services |
The LDAPSortKey structure stores sorting criteria for use by sort controls.
typedef struct ldapsortkey {
PWCHAR sk_attrtype;
PWCHAR sk_matchruleoid;
BOOLEAN sk_reverseorder; } LDAPSortKey,
*PLDAPSortKey;
The ldap_create_sort_control and ldap_search_init_page functions use this structure to specify how results should be sorted before being returned to the client.
Client: Included in Windows XP and
Windows 2000 Professional.
Server: Included in Windows Server 2003 and
Windows 2000 Server.
Redistributable: Requires Active Directory Client Extension
on Windows NT 4.0 SP6a and Windows 95/98/Me.
Unicode: Declared as Unicode and ANSI structures.
Header: Declared in Winldap.h.
Data Structures, ldap_create_sort_control, ldap_search_init_page, Using Controls, LDAP_SERVER_SORT_OID