| description | Learn more about: __lidt | ||
|---|---|---|---|
| title | __lidt | ||
| ms.date | 09/02/2019 | ||
| f1_keywords |
|
||
| helpviewer_keywords |
|
||
| ms.assetid | 8298d25d-a19e-4900-828d-6b3b09841882 |
Microsoft Specific
Loads the interrupt descriptor table register (IDTR) with the value in the specified memory location.
void __lidt(void * Source);Source
[in] Pointer to the value to be copied to the IDTR.
| Intrinsic | Architecture |
|---|---|
__lidt |
x86, x64 |
Header file <intrin.h>
The __lidt function is equivalent to the LIDT machine instruction, and is available only in kernel mode. For more information, search for the document, "Intel Architecture Software Developer's Manual, Volume 2: Instruction Set Reference," at the Intel Corporation site.
END Microsoft Specific