Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Header | winldap.h |