SECPersistentTreeNode::FindChildNode

SECPersistentTreeNode*SECPersistentTreeNode::FindChildNode(const CString&strNodeName)

Locate child node with a specific name.

Defined in: PERSTREE.CPP

Return Value

Pointer to the child node, or NULL on failure.

Parameters

strNodeName

Child node name to search for.

Comments

This function will search all immediate children for a match of the child with the node name passed in. This function will only search 1 generation deep - this is not a recursive search.