Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BELOW_NORMAL_PRIORITY_CLASS (0.24 sec)

  1. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	SEM_NOALIGNMENTFAULTEXCEPT = 0x0004
    	SEM_NOGPFAULTERRORBOX      = 0x0002
    	SEM_NOOPENFILEERRORBOX     = 0x8000
    )
    
    const (
    	// Priority class.
    	ABOVE_NORMAL_PRIORITY_CLASS   = 0x00008000
    	BELOW_NORMAL_PRIORITY_CLASS   = 0x00004000
    	HIGH_PRIORITY_CLASS           = 0x00000080
    	IDLE_PRIORITY_CLASS           = 0x00000040
    	NORMAL_PRIORITY_CLASS         = 0x00000020
    	PROCESS_MODE_BACKGROUND_BEGIN = 0x00100000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
Back to top