Platform SDK: Active Directory, ADSI, and 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
Seconds component of time interval.
tv_usec
Microseconds component of time interval.

Remarks

Clients use the LDAP_TIMEVAL structure to specify a local timeout—how long to wait for the server to complete a search operation.

Requirements

  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.

See Also

Data Structures, Searching a Directory