RNDIS_DIAGNOSTIC_INFO (Windows CE 5.0)

Send Feedback

This structure defines the diagnostic status buffer.

typedef struct _RNDIS_DIAGNOSTIC_INFO {RNDIS_STATUSDiagStatus;UINT32ErrorOffset;} 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

OS Versions: Windows CE .NET 4.0 and later.
Header: Rndis.h.

See Also

RNDIS_STATUS

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.