Σημείωση
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να εισέλθετε ή να αλλάξετε καταλόγους.
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να αλλάξετε καταλόγους.
Microsoft Specific
Stores the value of the interrupt descriptor table register (IDTR) in the specified memory location.
Syntax
void __sidt(void * Destination);
Parameters
Destination
[in] 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.
END Microsoft Specific