ICcDbgMsgCB::MsgOut (Compact 2013)
3/26/2014
Deprecated.
This method notifies clients that a new debug message arrived from a device.
Syntax
HRESULT MsgOut(
LPCWSTR pszMsg,
DWORD dwThrdId,
DWORDdwProcId,
DWORD dwTimeStamp
);
Parameters
- pszMsg
Pointer to the debug message.
- dwThrdId
Thread ID for the associated thread.
- dwProcId
Process ID for the associated process.
- dwTimeStamp
Time stamp for the message.
Return Value
The following table shows the return values for this method.
Value |
Description |
---|---|
S_OK |
Indicates the client handled the callback notification properly. |
E_FAIL |
Indicates failure. |
Requirements
Header |
ccdbgmsgcb.idl |