다음을 통해 공유


ICcCeshCB::CmdOut (Windows CE 5.0)

Send Feedback

This method notifies clients when a Target Control service on a device completed a command and is returning the output of the previously run command.

HRESULT CmdOut(  BSTRbstrData);

Parameters

  • bstrData
    [out, retval] Output from the device.

Return Values

The following table shows return values for this method.

Value Description
S_OK Indicates the client handled the callback notification properly.
E_FAIL Indicates failure.

Requirements

OS Version: Windows CE 5.0 and later.
Header: CcCeshCB.h.
Link Library: none.

See Also

Core Connectivity Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.