| Prototype | |
|
|
| Parameters | |
|
handle to open port |
|
pointer to buffer to hold returned trace event |
| Return Value | |
|
trace event returned |
|
Handle is invalid |
|
TraceEvent is invalid. |
|
No trace event is available |
Return a trace event in the MGSL_TRACE_EVENT structure specified by TraceEvent.
STATUS_SUCCESS is returned when an event is available and has been copied to the TraceEvent buffer.
STATUS_RETRY is returned if no trace events are available.
When a trace event becomes available, the API calls the TraceReady callback function if defined.
| Previous | Contents | Next |