Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Microsoft Specific
This topic is new for Visual Studio 2005 SP1.
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. |
Requirements
Intrinsic |
Architecture |
|---|---|
__sidt |
x86, x64 |
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.