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.
- If the index points to within a interface list, then OK is returned. If the index points outside the interface list, ERR_NDI_NO_MATCH is returned.