Platform SDK: Active Directory, ADSI, and Directory Services |
The LDAP_TIMEVAL structure is used to represent an interval of time.
typedef struct l_timeval { LONG tv_sec; LONG tv_usec; } LDAP_TIMEVAL, * PLDAP_TIMEVAL;
Clients use the LDAP_TIMEVAL structure to specify a local timeout—how long to wait for the server to complete a search operation.
Windows NT/2000: Requires Windows NT 4.0 SP4 or later.
Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
Header: Declared in Winldap.h.