SECPersistentTreeNode::GetKeyValueLong
DWORDSECPersistentTreeNode::GetKeyValueLong(const CString&strKey, long&nValue, longnDefault)
Get long 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 variable 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