Share via


IDiaSectionContrib::get_code16bit

Retrieves a flag that indicates whether the section contains 16-bit code.

HRESULT get_code16bit(
   BOOL *pRetVal
};

Parameters

  • pRetVal
    [out] Returns TRUE if the code in the section is 16-bit; otherwise, returns FALSE.

Return Value

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

Remarks

This method only indicates if the code is 16-bit. If the code is not 16-bit, it could be anything else, such as 32-bit or 64-bit code.

See Also

Reference

IDiaSectionContrib