IDebugSymbols3::EndSymbolMatch method (dbgeng.h)

The EndSymbolMatch method releases the resources used by a symbol search.

Syntax

HRESULT EndSymbolMatch(
  [in] ULONG64 Handle
);

Parameters

[in] Handle

Specifies the handle returned by StartSymbolMatch when the search was initialized.

Return value

This method may also return error values. See Return Values for more details.

Return code Description
S_OK
The method was successful.

Remarks

This method releases the resources held by the engine during a symbol search. After these resources are released, the handle becomes invalid, so it must not be passed to GetNextSymbolMatch after it has been passed to this method.

For more information about symbols, see Symbols.

Requirements

Requirement Value
Target Platform Desktop
Header dbgeng.h (include Dbgeng.h)

See also

GetNextSymbolMatch

IDebugSymbols

IDebugSymbols2

IDebugSymbols3

StartSymbolMatch