分享方式:


__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 特定的

另請參閱

編譯器內建函式
__lidt