[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
[このトピックはプレリリース版のため将来変更される可能性があります。また、プレースホルダとしてブランクのトピックが含まれています。]
Retrieves the memory ___location where the image should be based.
HRESULT get_imageBase (
ULONGLONG* pRetVal
);
Parameters
- pRetVal
[out] Returns the suggested image base value.
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
Due to image base conflicts, an image may be rebased automatically to an unused memory ___location when it is loaded. This method returns the base hint (suggested memory ___location) that was stored in the module at compile time.