REMOTE_NDIS_RESET_CMPLT (Windows CE 5.0)
This message is sent by a Remote NDIS device in response to a REMOTE_NDIS_RESET_MSG message from the host. It returns the status of the reset request.
REMOTE_NDIS_RESET_CMPLT(UINT32)NdisMessageType;(UINT32)MessageLength;(RNDIS_STATUS)Status;(UINT32)AddressingReset;
Parameters
- NdisMessageType
Set to 0x80000006. Specifies the RNDIS message type, which is set to REMOTE_NDIS_RESET_CMPLT. - MessageLength
Specifies the total length of this RNDIS message in bytes. - RequestId
Specifies the Remote NDIS message identifier value. This value is used to match device responses to host sent messages. - Status
Specifies the status of processing the Reset request. - AddressingReset
If the device requires the host to resend addressing information, set this field to 1, otherwise set it to 0. Indicates if addressing information such as a multicast address list or packet filter was lost during the concluded reset operation.
Return Values
None.
Remarks
All RNDIS messages start with two UINT32 fields, NdisMessageType and MessageLength that identify the type of message being sent and its length. All messages that expect a response from a remote device and all responses to such messages from a remote device also include a third UINT32 field, RequestId, that is used to match device responses to host sent messages.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Rndis.h.
See Also
REMOTE_NDIS_RESET_MSG | RNDIS_STATUS
Send Feedback on this topic to the authors