Previous Book Contents Book Index Next

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


NSpProtocol_Delete

You can use the NSpProtocol_Delete function to delete a protocol reference.

void NSpProtocol_Delete  (
	NSpProtocolReference inProtocolRef);
inProtocolRef
An opaque reference to the protocol being deleted.
DESCRIPTION
You should use this function to delete a protocol reference you have created with NSpProtocol_Create. Once you have added a protocol reference to a protocol list, the list owns the memory associated with the protocol reference and will delete it when the list is deleted.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
2 JUL 1996