HltTx

This function executes "HLT" (Opcode : F4) instruction with thread affinity mask.

"HLT" : Stops instruction execution and places the processor in a HALT state.

Syntax

BOOL HltTx(
DWORD_PTR threadAffinityMask
);

Parameters

Return Values

If the function succeeds, the return value is TRUE.

If the function fails, the return value is FALSE.

Requirements