IInternetProtocolRoot::Continue (Windows Embedded CE 6.0)
1/6/2010
This method allows the pluggable protocol handler to continue processing data on the apartment thread.
Syntax
HRESULT Continue(
PROTOCOLDATA* pProtocolData
);
Parameters
- pProtocolData
[in] Address of the PROTOCOLDATA structure data passed to IInternetProtocolSink::Switch.
Return Value
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
Header | urlmon.h, urlmon.idl |
Library | urlmon.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |