NdiGetClass


RETERR NdiGetClass(hndi, lpwNetClass)
HNDI hndi;    // NDI handle
LPWORD lpwNetClass;    // address of net class

The NdiGetClass function returns the network class number in lpwNetClass.

lpwNetClass

Points to a WORD to receive the network class number.

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")