Share via


RNDIS Status Values (Windows Embedded CE 6.0)

1/6/2010

A device may return any semantically correct RNDIS status value in a Status field of a message that it generates.

The following table shows specific RNDIS status values used in this specification.

Status identifier Value Description

RNDIS_STATUS_SUCCESS

0x00000000

Success

RNDIS_STATUS_FAILURE

0xC00000001

Unspecified error (equivalent to STATUS_UNSUCCESSFUL)

RNDIS_STATUS_INVALID_DATA

0xC0010015

Invalid data error

RNDIS_STATUS_NOT_SUPPORTED

0xC00000BB

Unsupported request error

RNDIS_STATUS_MEDIA_CONNECT

0x4001000B

Device is connected to network medium (equivalent to NDIS_STATUS_MEDIA_CONNECT)

RNDIS_STATUS_MEDIA_DISCONNECT

0x4001000C

Device is disconnected from network medium (equivalent to NDIS_STATUS_MEDIA_DISCONNECT)

RNDIS_STATUS_Xxx

...

Equal to NDIS_STATUS_Xxx values

See Also

Concepts

RNDIS Concepts
RNDIS Device Architecture
RNDIS Messaging