| title |
__writedr | Microsoft Docs |
| ms.custom |
|
| ms.date |
11/04/2016 |
| ms.reviewer |
|
| ms.suite |
|
| ms.technology |
|
| ms.tgt_pltfrm |
|
| ms.topic |
article |
| f1_keywords |
|
| dev_langs |
|
| helpviewer_keywords |
|
| ms.assetid |
ac55c1ee-df2f-41d4-a429-6f369d2a934d |
| caps.latest.revision |
5 |
| author |
corob-msft |
| ms.author |
corob |
| manager |
ghogen |
| translation.priority.ht |
de-de |
es-es |
fr-fr |
it-it |
ja-jp |
ko-kr |
ru-ru |
zh-cn |
zh-tw |
|
| translation.priority.mt |
|
Writes the specified value to the specified debug register.
void __writedr(unsigned DebugRegister, unsigned DebugValue);
void __writedr(unsigned DebugRegister, unsigned __int64 DebugValue);
[in] DebugRegister
A number from 0 through 7 that identifies the debug register.
[in] DebugValue
A value to write to the debug register.
Remarks
These intrinsics are available only in kernel mode, and the routines are available only as intrinsics.
| Intrinsic |
Architecture |
__writedr |
x86, [!INCLUDEvcprx64] |
Header file <intrin.h>
END Microsoft Specific
Compiler Intrinsics
__readdr