__readdr
Microsoft 专用
读取指定调试寄存器的值。
语法
unsigned __readdr(unsigned int DebugRegister); /* x86 */
unsigned __int64 __readdr(unsigned int DebugRegister); /* x64 */
参数
DebugRegister
[in] 一个从 0 到 7 的常数,用于标识调试寄存器。
返回值
指定调试寄存器的值。
注解
这些内部函数仅在内核模式下可用,例程只能用作内部函数。
要求
Intrinsic | 体系结构 |
---|---|
__readdr |
x86、x64 |
头文件<intrin.h>
结束 Microsoft 专用