__sidt
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at __sidt.
Microsoft Specific**
Stores the value of the interrupt descriptor table register (IDTR) in the specified memory location.
void __sidt(
void *Destination);
Parameters
| Parameter | Description |
|---|---|
[in] Destination | A pointer to the memory location where the IDTR is stored. |
| Intrinsic | Architecture |
|---|---|
__sidt | x86, x64 |
Header file <intrin.h>
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.
Show: