Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method allows the pluggable protocol handler to continue processing data on the apartment thread.
HRESULT Continue(PROTOCOLDATA* pProtocolData);
Parameters
- pProtocolData
[in] Address of the PROTOCOLDATA structure data passed to IInternetProtocolSink::Switch.
Return Values
Returns one of the values shown in the following table.
Value | Description |
---|---|
S_OK | Success. |
E_PENDING | The next state will complete asynchronously. |
INET_E_xxx | Internet-specific errors. For additional information, see the URL Moniker Error Codes definitions. |
Remarks
This method is called in response to a call to the IInternetProtocolSink::Switch method.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.
Link Library: Urlmon.lib.
See Also
Send Feedback on this topic to the authors