Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Returns an enumeration of symbols for inline frames that correspond to the specified source location.
Syntax
HRESULT findAcceleratorInlineeLinesByName (
IDiaSymbol* parent,
IDiaSourceFile* file,
DWORD linenum,
DWORD colnum,
IDiaEnumLineNumbers** ppResult
);
Parameters
parent
[in] An IDiaSymbol that corresponds to the Accelerator stub function that needs to be searched.
file
[in] The IDiaSourceFile of the source location.
linenum
[in] The line number of the source location.
colnum
[in] The column number of the source location.
ppResult
[out] A pointer to an IDiaEnumLineNumbers interface pointer that is initialized with the result.
Return Value
If successful, returns S_OK; otherwise, returns an error code.