SECPersistentTreeNode::EnumerateKeyValues

BOOLSECPersistentTreeNode::EnumerateKeyValues(POSITION&position, CString&strKey, CString&strValue, POSITION&position)

Enumerate the key-value pairs.

Defined in: PERSTREE.CPP

Return Value

True on successful save, otherwise False.

Parameters

position

The position in the list. This parameter should be the output of either a previous call to EnumerateKeyValues, or from  GetFirstKeyValuePosition.

strKey

The returned key name.

strValue

The returned key value.

position

This method provides a mechanism to enumerate through the key-value pairs in a given SECPersistentTreeNode.