SECPersistentTreeNode::GetKeyValue

DWORDSECPersistentTreeNode::GetKeyValue(const CString&strKey, CString&strValue, CStringstrDefault)

Get string data from this object's internal state.

Defined in: PERSTREE.CPP

Return Value

Error values OR'd together, see SECPersistentTreeNode::Create for description.

Parameters

strKey

Key name for data identification.

strValue

Reference to string to receive the corresponding value.

strDefault

Default value returned if key not found.

Comments

Queries the internal data corresponding to the key name passed in. If key is not found, the default value is returned.

See Also

Create