Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
Deprecated.
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.
Syntax
HRESULT CmdOut(
BSTR bstrData
);
Parameters
- bstrData
[out, retval] Output from the device.
Return Value
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
Header |
ccceshcb.h |