Directory Services

LDAP_TIMEVAL

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;

Members

tv_sec
Time interval, in seconds.
tv_usec
Time interval, in microseconds.

Remarks

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.

Requirements

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.

See Also

Data Structures, Searching a Directory