Contents Index Topic Contents | ||
Previous Topic: IInternetProtocolRoot::Abort Next Topic: IInternetProtocolRoot::Resume |
IInternetProtocolRoot::Continue
HRESULT Continue( [in] PROTOCOLDATA *pPROTOCOLDATA );Allows the pluggable protocol handler to continue processing data on the apartment thread. This method is called in response to a call to IInternetProtocolSink::Switch.
- Returns one of the following values:
S_OK Success. E_PENDING The next state will complete asynchronously. INET_E_xxx Internet-specific errors.
- pPROTOCOLDATA
- Holder for the PROTOCOLDATA structure data passed to IInternetProtocolSink::Switch.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.