RNDIS_DIAGNOSTIC_INFO (Windows Embedded CE 6.0)
1/6/2010
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 |
Windows Embedded CE | Windows CE .NET 4.0 and later |