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.
This method notifies clients that a new debug message arrived from a device.
HRESULT MsgOut( LPCWSTR pszMsg, DWORD dwThrdId, DWORD dwProcId, 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 Values
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
OS Version: Windows CE 5.0 and later.
Header: CcDbgMsgCB.idl.
Link Library: none.
See Also
Send Feedback on this topic to the authors