This function executes "HLT" (Opcode : F4) instruction with thread affinity mask.
"HLT" : Stops instruction execution and places the processor in a HALT state.
BOOL HltTx(
DWORD_PTR threadAffinityMask
);
If the function succeeds, the return value is TRUE.
If the function fails, the return value is FALSE.