Share via


Remote NDIS Messages

The following table shows the Remote NDIS messages with a description of the purpose of each.

Programming element Description
REMOTE_NDIS_HALT_MSG This message is sent by the host to terminate the network connection.
REMOTE_NDIS_INDICATE_STATUS_MSG This message is sent by a Remote NDIS device to a host to indicate a change in the status of the device.
REMOTE_NDIS_INITIALIZE_CMPLT This message is sent by a Remote NDIS to the host in response to a REMOTE_NDIS_INITIALIZE_MSG message.
REMOTE_NDIS_INITIALIZE_MSG This message is sent by the host to a Remote NDIS device to initialize the network connection.
REMOTE_NDIS_KEEPALIVE_CMPLT This message is sent by a Remote NDIS device in response to a REMOTE_NDIS_KEEPALIVE_MSG message from the host.
REMOTE_NDIS_KEEPALIVE_MSG This message is sent by the host when there has been no other control or data traffic from the device to the host for the bus defined KeepAliveTimeoutPeriod.
REMOTE_NDIS_PACKET_MSG This message encapsulates NDIS data packets to form a single data message.
REMOTE_NDIS_QUERY_CMPLT This message is sent by a Remote NDIS device in response to a REMOTE_NDIS_QUERY_MSG message.
REMOTE_NDIS_QUERY_MSG This message is sent to a Remote NDIS device from a host when it needs to query the device for its characteristics, statistics information, or status.
REMOTE_NDIS_RESET_CMPLT This message is sent by a Remote NDIS device in response to a REMOTE_NDIS_RESET_MSG message from the host.
REMOTE_NDIS_RESET_MSG This message is sent by the host to a Remote NDIS device to reset the device and return status.
REMOTE_NDIS_SET_CMPLT This message is sent by a Remote NDIS device responds to a REMOTE_NDIS_SET_MSG message.
REMOTE_NDIS_SET_MSG This message is sent by the host to a Remote NDIS device when it needs to set the value of some operational parameter on the device.

See Also

Network Driver Messages

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.