__halt

Microsoft-spezifisch

Hält den Mikroprozessor an, bis ein aktivierter Interrupt, ein nicht maskierbarer Interrupt (NMI) oder ein Zurücksetzen auftritt.

Syntax

void __halt( void );

Requirements (Anforderungen)

Intrinsic Aufbau
__halt x86, x64

Headerdatei<intrin.h>

Hinweise

Die __halt Funktion entspricht der HLT Computeranweisung und ist nur im Kernelmodus verfügbar. For more information, search for the document, "Intel Architecture Software Developer's Manual, Volume 2: Instruction Set Reference", at the Intel Corporation site.

Ende Microsoft-spezifisch

Siehe auch

Systeminterne Compiler