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 withNSpProtocol_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.