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 following values:
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.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0 
See Also