__lidt
Microsoft 特定的
載入插斷描述元數據表緩存器 (IDTR) 與指定記憶體位置中的值。
語法
void __lidt(void * Source);
參數
來源
[in]要複製到IDTR之值的指標。
需求
內建 | 架構 |
---|---|
__lidt |
x86、x64 |
頭檔<intrin.h>
備註
函 __lidt
式相當於 LIDT
電腦指令,而且只能在核心模式中使用。 如需詳細資訊,請在 Intel Corporation 網站搜尋檔「Intel Architecture Software Developer』s Manual, Volume 2: Instruction Set Reference」檔。
END Microsoft 特定的