SECPTNFactory::DeleteNode
BOOLSECPTNFactory::DeleteNode(SECPersistentTreeNode*pNode)
Delete a SECPersistentTreeNode previously allocated by this factory.
Defined in: PERSTREE.CPP
Return Value
True if the object was successfully deleted, False otherwise.
Parameters
pNode
Pointer to the node to be deallocated.
Comments
This function will attempt to delete a node previously allocated by this factory, and remove that node from the factory's existing allocation list (thus it will not attempt to deallocate again when the factory goes out of scope).