Debugging Tools for Windows |
The EndSymbolMatch method releases the resources used by a symbol search.
HRESULT
IDebugSymbols::EndSymbolMatch(
IN ULONG64 Handle
);
This method may also return error values. See Return Values for more details.
EndSymbolMatch is available in all versions of IDebugSymbols.
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.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.