SetFlags

Sets the CPU flags to the specified value.

Thread Context:Non-Blocking

Syntax

    void SetFlags (
       LONG flags
       );
    
    

Parameters

flags
Value of the hardware's CPU flags upon completion of this routine.

Remarks

SetFlags sets the CPU flags to the value specified in flags, which should contain a value previously obtained from a call to DisableAndRetFlags.