HNDI NdiFindNdi(ndiRelation, wNetClass, lpszDeviceId)
HNDI ndiRelation; // NDI handle
WORD wNetClass; // network class
LPCSTR lpszDeviceID; // pointer to string
The NdiFindNDI procedure used for finding or enumerating the NDI objects in the system. For example, you can enumerate all drivers of a certain class, or look up a specific device ID.
Value | Meaning |
NDI_CLASS_NET | Network adapter (Net) |
NDI_CLASS_TRANS | Network transport (NetTrans) |
NDI_CLASS_CLIENT | Network client (NetClient) |
NDI_CLASS_SERVICE | Network service (NetService) |
Note that when searching for device IDs, more that one instance of that device ID may be installed, so you will want to call NdiFindNdi successively.