SECPersistentTreeNode::LoadKeyValues

BOOLSECPersistentTreeNode::LoadKeyValues(SECPTNStrategy*pStrategy)

Load data defined by the strategy passed in, and build a tree of PTN objects.

Defined in: PERSTREE.CPP

Return Value

True on successful load, otherwise False.

Parameters

pStrategy

Pointer to the strategy used for the persistent load.

Comments

This function will load all the data defined by the strategy passed in, and build a PTN tree off this node (as the root). The memory allocation is tracked by a SECPTNFactory factory object, and is automatically deallocated when this object goes out of scopt.

See Also

SECPTNFactory