Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GetPriorityClass (0.49 sec)

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

    //sys	SetPriorityClass(process Handle, priorityClass uint32) (err error) = kernel32.SetPriorityClass
    //sys	GetPriorityClass(process Handle) (ret uint32, err error) = kernel32.GetPriorityClass
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/windows/zsyscall_windows.go

    	procGetOverlappedResult                                  = modkernel32.NewProc("GetOverlappedResult")
    	procGetPriorityClass                                     = modkernel32.NewProc("GetPriorityClass")
    	procGetProcAddress                                       = modkernel32.NewProc("GetProcAddress")
    	procGetProcessId                                         = modkernel32.NewProc("GetProcessId")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 195.8K bytes
    - Viewed (0)
Back to top