Merk
Tilgang til denne siden krever autorisasjon. Du kan prøve å logge på eller endre kataloger.
Tilgang til denne siden krever autorisasjon. Du kan prøve å endre kataloger.
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.