IDiaSession::findAcceleratorInlineesByName

Returns an enumeration of symbols for inline frames corresponding to the specified inline function name.

Syntax

HRESULT findAcceleratorInlineeLinesByName ( 
   LPCOLESTR             name,
   DWORD                 option,
   IDiaEnumSymbols**     ppResult
);

Parameters

name

[in] The inlinee function name to be searched.

option

[in] The name search options to be used when searching for inline frames that correspond to name. For more information, see NameSearchOptions Enumeration.

ppResult

[out] A pointer to an IDiaEnumSymbols interface pointer that is initialized with the result.

Return Value

If successful, returns S_OK; otherwise, returns an error code.

Remarks

This function searches for inlinees only within Accelerator stub functions. It ignores native C++ procedure records.

See also