CreateDataModelManager function (dbgmodel.h)
The initial call a host performs to create and initialize the data model.
Syntax
HRESULT CreateDataModelManager(
IDebugHost *debugHost,
IDataModelManager **manager
);
Parameters
debugHost
A pointer to the host interface of the debugger application which is hosting the data model.
manager
The newly created data model manager will be returned here.
Return value
This function returns HRESULT.
Remarks
It is unlikely a client will call this function. Only an application which HOSTS the data model will call this.
Requirements
Requirement | Value |
---|---|
Header | dbgmodel.h |