NdiRemoveInterface
RETERR NdiRemoveInterface(hndi, uRelation, lpsz)
HNDI hndi;
UINT uRelation;
LPCSTR lpsz;
 
NdiRemoveInterface removes an interface from an interface list of type uRelation. 
- hndi 
 
- Indicates which object to modify. 
 
- uRelation 
 
- Indicates what type of interface modify. 
 
- lpsz 
 
- The interface to be removed. 
 
	- If the interface is successfully removed from the interface list, OK is returned. ERR_NDI_NO_MATCH is returned if the interface to be removed was not found in the list.