Share via


Selecting a Registered NIC

To select one of the NICs registered on the local computer, call the GetNPPBlobFromUI function. This function uses the Network Monitor UI to display the registered NICs and returns the NPP BLOB that represents the NIC you select. You can display all the NICs registered on the local computer or a smaller set of filtered NICs. To filter the displayed NICs, provide a filter BLOB when the call is made.

Note  When the GetNPPBlobFromUI function is called, the NPP Finder communicates with the NPP DLLs to obtain the NPP BLOB structures that represent the registered NICs. For more information, and a procedure about how to use the Network Monitor UI directly, see the "Select a Network Dialog Box" topic in the Network Monitor online help.

When you call the GetNPPBlobFromUI function, the Select a network dialog box appears. From it, you can view the details of the NPPs registered on the local computer. This information includes both local NPPs and remote NPPs. From the dialog box, you can select a specific NIC and view the details of its associated NPP BLOB structure.

The following illustration shows typical settings of an NDIS NPP supplied by Network Monitor.

Typical settings of an NDIS NPP supplied by Network Monitor

The following table lists topics that describe each NIC selection method.

For information about See
How to specify a filter that limits the NICs displayed in the Select a network dialog box. Specifying a Filter BLOB
How to select a NIC by calling the GetNPPBlobFromUI function. Selecting a NIC using GetNPPBlobFromUI
How to select a NIC from a supplied NPP BLOB table. Selecting a NIC from a Supplied NPP BLOB Table