Redigera

Dela via


IDebugHostExtensibility3::ReleaseHostContextExtension method (dbgmodel.h)

The ReleaseHostContextExtension method is used to release the reservation of a host context blob as acquired from the ExtendHostContext method.

Syntax

HRESULT ReleaseHostContextExtension(
  ULONG blobId
);

Parameters

blobId

A ULONG variable that is the unique identifier of the blob to be released.

Return value

If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Header dbgmodel.h

See also

IDebugHostExtensibility3 interface