Previous Book Contents Book Index Next

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


NSpProtocolList_GetCount

You can use the NSpProtocolList_GetCount function to return the number of protocol references in the list.

UInt32 NSpProtocolList_GetCount (
	NSpProtocolListReference inProtocolList);
inProtocolList
An opaque reference to a protocol list.
function result
The number of protocol references in the list.
DESCRIPTION
Use this function for iterating through the protocol list.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
2 JUL 1996