Share via


REMOTE_NDIS_SET_CMPLT (Windows Embedded CE 6.0)

1/6/2010

This message is sent by a Remote NDIS device responds to a REMOTE_NDIS_SET_MSG message. This message relays the result of setting the value of a device operational parameter to the host.

Syntax

REMOTE_NDIS_SET_CMPLT
(UINT32) NdisMessageType;
(UINT32) MessageLength;
(RNDIS_REQUEST) RequestId;
(RNDIS_STATUS) Status;

Parameters

  • NdisMessageType
    Specifies the RNDIS message type, which is set to REMOTE_NDIS_SET_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 object identifier Set request.

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
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

Remote NDIS Messages
RNDIS_REQUEST_ID
RNDIS_STATUS