__writedr
Microsoft 特定的
將指定的值寫入指定的偵錯快取器。
語法
void __writedr(unsigned DebugRegister, unsigned DebugValue); /* x86 */
void __writedr(unsigned DebugRegister, unsigned __int64 DebugValue); /* x64 */
參數
DebugRegister
[in]從 0 到 7 的數位,可識別偵錯快取器。
DebugValue
[in]要寫入偵錯緩存器的值。
備註
這些內部函數只能在核心模式中使用,而且例程只能當做內部函數使用。
需求
內建 | 架構 |
---|---|
__writedr |
x86、x64 |
頭檔<intrin.h>
END Microsoft 特定的