Previous Book Contents Book Index Next

Inside Macintosh: Apple Game Sprockets Guide /
Chapter 4 - NetSprocket / NetSprocket Reference
NetSprocket Functions / Managing Network Protocols


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.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
2 JUL 1996