Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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 |