หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Retrieves a flag that indicates whether the section contains 16-bit code.
Syntax
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.