次の方法で共有


REMOTE_NDIS_RESET_MSG (Compact 2013)

3/26/2014

This message is sent by the host to a Remote NDIS device to reset the device and return status. The host may send REMOTE_NDIS_RESET_MSG to the device through the control channel at any time that the device is in either the rndis-initialized or rndis-data-initialized state. The Remote NDIS device responds to this message by sending a REMOTE_NDIS_RESET_CMPLT to the host.

Syntax

REMOTE_NDIS_RESET_MSG
(UINT32) NdisMessageType;
(UINT32) MessageLength;
(UINT32) Reserved;

Parameters

  • NdisMessageType
    Specifies the RNDIS message type, which is set to REMOTE_NDIS_RESET_MSG.
  • MessageLength
    Specifies the total length of this RNDIS message in bytes.
  • Reserved
    Reserved; set to 0 (zero).

Return Value

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

Header

rndis.h

See Also

Reference

Remote NDIS Messages
REMOTE_NDIS_RESET_CMPLT