IDebugHostContextExtension::AddExtensionData method (dbgmodel.h)
The AddExtensionData method adds a set of extension data to a host context.
Syntax
HRESULT AddExtensionData(
ULONG blobId,
ULONG dataSize,
PVOID data
);
Parameters
blobId
The identifier for the blob.
dataSize
The size of the data to be added.
data
A pointer to the data to be added.
Return value
This method returns ULONG.
Requirements
Requirement | Value |
---|---|
Header | dbgmodel.h |