Compartir a través de


IInternetProtocolRoot::Continue (Windows CE 5.0)

Send Feedback

This method allows the pluggable protocol handler to continue processing data on the apartment thread.

HRESULT Continue(PROTOCOLDATA* pProtocolData);

Parameters

Return Values

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

OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.
Link Library: Urlmon.lib.

See Also

IInternetProtocolSink::Switch

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.