Directory Services |
The DsBindingSetTimeout function sets the timeout value that is honored by all RPC calls that use the specified binding handle. RPC calls that required more time than the timeout value are canceled.
DWORD DsBindingSetTimeout( HANDLE hDS, ULONG cTimeoutSecs );
Return Code | Description |
---|---|
ERROR_INVALID_PARAMETER | hDS is invalid. |
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 Ntdsapi.h.
Library: Use Ntdsapi.lib.
DsBind, DsBindWithCred, Domain Controller and Replication Management Functions