SECPersistentTreeNode::GetKeyValueBool

DWORDSECPersistentTreeNode::GetKeyValueBool(const CString&strKey, BOOL&bValue, BOOLbDefault)

Get boolean 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.

bValue

Reference to variable to receive the corresponding value.

bDefault

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