DiMgslDlGetStats


Prototype
NTSTATUS DiMgslDlGetStats( void* Handle,
                           PMGSL_DLSTATS Stats );
Parameters
Handle handle to open port
Stats pointer to MGSL_DLSTATS structure to receive current statistics
Return Value
STATUS_SUCCESS Statistics successfully retrieved
STATUS_INVALID_PARAMETER Stats pointer invalid
STATUS_INVALID_HANDLE Handle or Link is invalid

Returns the current data link layer statistics for the specified link.

The Link member of the MGSL_DLSTATS structure must be set to the link instance identifier by the application before making this call.


Previous Contents Next