IInternetProtocolRoot::ContinueIInternetProtocolRoot::Continue*
*



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.

pPROTOCOLDATA
Holder for the PROTOCOLDATA structure data passed to IInternetProtocolSink::Switch.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.