Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 833 Bytes

idiasymbol-get-targetsection.md

File metadata and controls

39 lines (31 loc) · 833 Bytes
description title ms.date ms.topic dev_langs helpviewer_keywords author ms.author manager ms.subservice
Retrieves the address section of a thunk target.
IDiaSymbol::get_targetSection
11/04/2016
reference
C++
IDiaSymbol::get_targetSection method
mikejo5000
mikejo
mijacobs
debug-diagnostics

IDiaSymbol::get_targetSection

Retrieves the address section of a thunk target.

Syntax

HRESULT get_targetSection ( 
   DWORD* pRetVal
);

Parameters

pRetVal

[out] Section part of a thunk target address.

Return Value

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

Note

A return value of S_FALSE means the property is not available for the symbol.

See also