| title |
__sidt | 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 |
sidt instruction |
__sidt intrinsic |
|
| ms.assetid |
01e83d14-6e63-4dea-8f64-5a0339d69641 |
| 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 |
|
Microsoft Specific
Stores the value of the interrupt descriptor table register (IDTR) in the specified memory location.
void __sidt(
void *Destination);
| Parameter |
Description |
[in] Destination |
A pointer to the memory location where the IDTR is stored. |
| Intrinsic |
Architecture |
__sidt |
x86, [!INCLUDEvcprx64] |
Header file <intrin.h>
Remarks
The __sidt function is equivalent to the SIDT machine instruction. 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
Compiler Intrinsics
__lidt