TIMEOUT_INFO structure
Stores time-out values for connections and data.
Syntax
typedef struct _TIMEOUT_INFO { DWORD dwSize; DWORD dwConnectTimeout; DWORD dwDataTimeout; } TIMEOUT_INFO;
Members
- dwSize
-
Type: DWORD
-
The size of the structure, in bytes.
- dwConnectTimeout
-
Type: DWORD
-
The time-out value for a connection, in seconds.
- dwDataTimeout
-
Type: DWORD
-
The time-out value for data, in seconds.
Requirements
|
Minimum supported client |
Windows XP with SP2, Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Redistributable |
Windows Desktop Search (WDS) 3.0 |
|
Header |
|
|
IDL |
|
Show: