SECPersistentTreeNode::GetKeyValueInt

DWORDSECPersistentTreeNode::GetKeyValueInt(const CString&strKey, int&nValue, intnDefault)

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

nValue

Reference to integer to receive the corresponding value.

nDefault

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