Skip to content

Latest commit

 

History

History
72 lines (61 loc) · 1.63 KB

File metadata and controls

72 lines (61 loc) · 1.63 KB
title __sidt | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-tools
ms.tgt_pltfrm
ms.topic article
f1_keywords
__sidt
dev_langs
C++
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
cs-cz
pl-pl
pt-br
tr-tr

__sidt

Microsoft Specific

Stores the value of the interrupt descriptor table register (IDTR) in the specified memory location.

Syntax

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, [!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

See Also

Compiler Intrinsics
__lidt