Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Allows the pluggable protocol handler to continue processing data on the apartment thread.
Syntax
HRESULT Continue( PROTOCOLDATA *pPROTOCOLDATA );
Parameters
- pPROTOCOLDATA
- [in] Holder for 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.
See Also
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.