HltPx

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

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

Syntax

BOOL HltPx(
DWORD_PTR processAffinityMask
);

Parameters

Return Values

If the function succeeds, the return value is TRUE.

If the function fails, the return value is FALSE.

Requirements