Share via


RNDIS_DIAGNOSTIC_INFO (Compact 2013)

3/26/2014

This structure defines the diagnostic status buffer.

Syntax

typedef struct _RNDIS_DIAGNOSTIC_INFO {
  RNDIS_STATUS DiagStatus;
  UINT32 ErrorOffset;
} RNDIS_DIAGNOSTIC_INFO, *PRNDIS_DIAGNOSTIC_INFO;

Members

  • DiagStatus
    Part of the diagnostic status buffer. Contains additional status about the error itself, such as RNDIS_STATUS_NOT_SUPPORTED.
  • ErrorOffset
    Part of the diagnostic status buffer. Specifies the 0-based byte offset within the offending message at which the error was detected.

Requirements

Header

rndis.h

See Also

Reference

Remote NDIS Structures
RNDIS_STATUS