__sidt
Microsoft 特定的
將中斷描述元數據表緩存器的值儲存在指定的記憶體位置。
語法
void __sidt(void * Destination);
參數
目的地
[in]IDTR 儲存所在記憶體位置的指標。
需求
內建 | 架構 |
---|---|
__sidt |
x86、x64 |
頭檔<intrin.h>
備註
__sidt
函式相當於 SIDT
機器指令。 如需詳細資訊,請在 Intel Corporation 網站搜尋檔「Intel Architecture Software Developer』s Manual, Volume 2: Instruction Set Reference」檔。
END Microsoft 特定的