IDiaSession::findAcceleratorInlineesByName

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

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

IDiaSession
IDiaEnumSymbols
IDiaSymbol