WAPGATEWAYINFO
Contains WAP gateway information used by a URL Moniker for the requested binding operation.
Syntax
typedef struct _tagWAPGATEWAYINFO {
LPOLESTR pszGateway;
DWORD dwServicePortA;
LPOLESTR szServiceTypeA;
DWORD dwServicePortB;
LPOLESTR szServiceTypeB;
BOOL bMaster;
DWORD dwReserved;
} WAPGATEWAYINFO;
Members
- pszGateway
Long pointer to a null-terminated string that contains the name of the WAP gateway to use if gateway access was specified - dwServicePortA
Long pointer indicating the port corresponding to the service indicated by szServiceTypeA. - szServiceTypeA
Long pointer to a null-terminated string that contains the service type. This is checked only if the request used WTLS (if the string is "CO-SEC-WSP" then dwServicePortA is used for WTLS). - dwServicePortB
Long pointer indicating the port corresponding to the service indicated by szServiceTypeB. - szServiceTypeB
Long pointer to a null-terminated string that contains the service type. This is checked only if the request used WTLS (if the string is "CO-SEC-WSP" then dwServicePortB is used for WTLS). - bMaster
Not used. Set to 0. - dwReserved
Not used. Set to 0.
Remarks
The only valid values for szServiceTypeA and szServiceTypeB are either NULL or the address of a string "CO-SEC-WSP".
Requirements
Pocket PC: Pocket PC 2002 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: urlmon.h
Library: urlmon.lib
See Also
URL Moniker Services Structures | IProxyInfo::QueryInfo | HTTPPROXYINFO
Send Feedback on this topic to the authors