Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Used by ISearchManager to state proxy use.
Syntax
typedef enum _PROXY_ACCESS {
PROXY_ACCESS_PRECONFIG = 0,
PROXY_ACCESS_DIRECT,
PROXY_ACCESS_PROXY
} PROXY_ACCESS;
Constants
PROXY_ACCESS_PRECONFIGValue: 0 Use proxy as set by Internet settings. |
PROXY_ACCESS_DIRECTDo not use a proxy. |
PROXY_ACCESS_PROXYUse the specified proxy. |
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 |