ICcDbgMsgCB::MsgOut (Windows Embedded CE 6.0)
1/5/2010
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 |
Windows Embedded CE | Windows CE 5.0 and later |