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;
The LDAP_TIMEVAL structure specify both local timeouts and timeouts sent to the server. The exact usage is described in each LDAP function where used.
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.
Header: Declared in Winldap.h.