TIMEOUT_INFO structure (searchapi.h)
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
Requirement | Value |
---|---|
Minimum supported client | Windows XP with SP2, Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | searchapi.h |
Redistributable | Windows Desktop Search (WDS) 3.0 |