Share via


IFillLockBytes::Terminate (Windows CE 5.0)

Send Feedback

This method informs the byte array that the download has been terminated, either successfully or unsuccessfully.

HRESULT Terminate(BOOL bCanceled);

Parameters

  • bCanceled
    [in] Download is complete.

    If TRUE, the download was terminated unsuccessfully. If FALSE, the download terminated successfully.

Return Values

This function supports the standard return values E_OUTOFMEMORY, E_UNEXPECTED, E_INVALIDARG, and E_FAIL.

Remarks

After this method has been called, the byte array will no longer return E_PENDING.

To determine whether the platform supports this interface, see Determining Supported COM APIs.

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Objidl.h, Objidl.idl.
Link Library: Ole32.lib, Uuid.lib.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.