Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |