Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1016 Bytes

idiasectioncontrib-get-nopad.md

File metadata and controls

40 lines (31 loc) · 1016 Bytes
description title ms.date ms.topic dev_langs helpviewer_keywords author ms.author manager ms.subservice
Retrieves a flag indicating whether the section should not be padded to the next memory boundary.
IDiaSectionContrib::get_nopad
11/04/2016
reference
C++
IDiaSectionContrib::get_nopad method
mikejo5000
mikejo
mijacobs
debug-diagnostics

IDiaSectionContrib::get_nopad

Retrieves a flag indicating whether the section should not be padded to the next memory boundary.

Syntax

HRESULT get_nopad(
   BOOL* pRetVal
};

Parameters

pRetVal

[out] Returns TRUE if the section should not be padded to the next memory boundary; otherwise returns FALSE.

Return Value

If successful, returns S_OK. Returns S_FALSE if this property is not supported. Otherwise, returns an error code.

Remarks

This is a property typically seen only on older files.

See also