LDAP_TIMEVAL structure
The LDAP_TIMEVAL structure is used to represent an interval of time.
Syntax
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
|
Minimum supported client |
Windows Vista |
|---|---|
|
Minimum supported server |
Windows Server 2008 |
|
Header |
|
See also
Show: