WSK_TRANSPORT_LIST_CHANGE

A WSK application uses the WSK_TRANSPORT_LIST_CHANGE client control operation to receive notification if the list of available network transports changes.

To receive notification of when the list of available network transports changes, a WSK application calls the WskControlClient function with the following parameters.

Parameter Value

ControlCode

WSK_TRANSPORT_LIST_CHANGE

InputSize

0

InputBuffer

NULL

OutputSize

0

OutputBuffer

NULL

OutputSizeReturned

NULL

Irp

A pointer to an IRP that is queued by the WSK subsystem until the list of available network transports changes. The WSK subsystem will complete the IRP after either a new network transport is added or an existing network transport is removed.

An IRP is required for this client control operation.

The WSK subsystem will cancel any pending IRPs if the WSK application calls WskDeregister to detach itself from the WSK subsystem.

Requirements

Version

Available in Windows Vista and later versions of the Windows operating systems.

Header

Wsk.h (include Wsk.h)