SECPersistentTreeNode::GetKeyValueBinary

DWORDSECPersistentTreeNode::GetKeyValueBinary(const CString&strKey, BYTE**pBinaryBuffer, UINT&nSize)

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

pBinaryBuffer

Double pointer to receive location of new buffer.

nSize

Receives size of buffer returned by pBinaryBuffer.

Comments

Queries the internal data corresponding to the key name passed in. NOTE: IT IS THE CALLER'S RESPONSIBILITY TO DEALLOCATE THE BUFFER RETURNED BY THIS FUNCTION!

See Also

Create