Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for QueryInformationJobObject (0.24 sec)

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

    //sys	GetPriorityClass(process Handle) (ret uint32, err error) = kernel32.GetPriorityClass
    //sys	QueryInformationJobObject(job Handle, JobObjectInformationClass int32, JobObjectInformation uintptr, JobObjectInformationLength uint32, retlen *uint32) (err error) = kernel32.QueryInformationJobObject
    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/types_windows.go

    	JOB_OBJECT_UILIMIT_WRITECLIPBOARD   = 0x00000004
    )
    
    type JOBOBJECT_BASIC_UI_RESTRICTIONS struct {
    	UIRestrictionsClass uint32
    }
    
    const (
    	// JobObjectInformationClass for QueryInformationJobObject and SetInformationJobObject
    	JobObjectAssociateCompletionPortInformation = 7
    	JobObjectBasicAccountingInformation         = 1
    	JobObjectBasicAndIoAccountingInformation    = 8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/windows/zsyscall_windows.go

    	procQueryFullProcessImageNameW                           = modkernel32.NewProc("QueryFullProcessImageNameW")
    	procQueryInformationJobObject                            = modkernel32.NewProc("QueryInformationJobObject")
    	procReadConsoleW                                         = modkernel32.NewProc("ReadConsoleW")
    	procReadDirectoryChangesW                                = modkernel32.NewProc("ReadDirectoryChangesW")
    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