PROXY_ACCESS enumeration (searchapi.h)
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_PRECONFIG Value: 0 Use proxy as set by Internet settings. |
PROXY_ACCESS_DIRECT Do not use a proxy. |
PROXY_ACCESS_PROXY Use 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 |