Aracılığıyla paylaş


IDiaSymbol::get_liveRangeStartAddressSection

Returns the section part of the starting address of the range in which the local symbol is valid.

HRESULT get_liveRangeStartAddressSection ( 
   DWORD* section
);

Parameters

  • section
    [out] Returns the section part of the starting address range.

Return Value

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

Not

A returned error code means that the symbol does not have live range information.

Remarks

The address formed by the section and offset is the beginning of the range in which the symbol is valid.

To get the offset part of the address, use IDiaSymbol::get_liveRangeStartAddressOffset.

Requirements

Header: Dia2.h

Library: diaguids.lib

DLL: msdia100.dll

See Also

Reference

IDiaSymbol