NdiGetInterface

RETERR NdiGetInterface(hndi, uRelation, index, lpszRetInterface, cbRetInterface)
HNDI  hndi;
UINT  uRelation;
UINT  index;
LPSTR lpszRetInterface;
UINT  cbRetInterface;
 

The NdiGetInterface function places an item in a interface list into a return string buffer.

hndi
Indicates which object to use.
uRelation
Indicates what type of interface to get.
index
Indicates which interface will be returned. Zero corresponds to the first interface, one to the second and so on.
lpszRetInterface
The address of the buffer which holds the interface asked for by index.
cbRetInterface
The size of the lpszRetInterface buffer.