次の方法で共有


IDiaSectionContrib::get_code16bit

[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

[このトピックはプレリリース版のため将来変更される可能性があります。また、プレースホルダとしてブランクのトピックが含まれています。]

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

IDiaSectionContrib