NSpProtocolList_RemoveIndexed
You can use the NSpProtocolList_RemoveIndexed function to remove the protocol reference at a specific location in the list.
OSStatus NSpProtocolList_RemoveIndexed (
NSpProtocolListReference inProtocolList,
UInt32 inIndex);
inProtocolList
- An opaque reference to a protocol list.
inIndex
- The index entry to be removed.
- function result
- A result code of
noErr, or a NetSprocket or Open Transport result code.
DESCRIPTION
This function is usually used in conjunction with the NSpProtocolList_GetCount function for stepping through a protocol list.