IDataModelManager4::CreateSyntheticObjectFromKeyStore method (dbgmodel.h)
Creates a synthetic object from an existing key store, which consists of key/value/metadata tuples. The synthetic IModelObject that is created by the method.
Syntax
HRESULT CreateSyntheticObjectFromKeyStore(
IDebugHostContext *context,
IKeyStore *parentStore,
IModelObject **object
);
Parameters
context
An IDebugHostContext interface on a context object. This context is optional.
parentStore
An IKeyStore interface on the store object from which the synthetic object is to be created
object
The synthetic IModelObject that is created by the method.
Return value
This method returns an HRESULT indicating the success or failure of the method call.
Requirements
Requirement | Value |
---|---|
Header | dbgmodel.h |