Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for PriClassBase (0.4 sec)

  1. src/syscall/types_windows.go

    type ProcessEntry32 struct {
    	Size            uint32
    	Usage           uint32
    	ProcessID       uint32
    	DefaultHeapID   uintptr
    	ModuleID        uint32
    	Threads         uint32
    	ParentProcessID uint32
    	PriClassBase    int32
    	Flags           uint32
    	ExeFile         [MAX_PATH]uint16
    }
    
    type Systemtime struct {
    	Year         uint16
    	Month        uint16
    	DayOfWeek    uint16
    	Day          uint16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 20 06:04:31 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    type ProcessEntry32 struct {
    	Size            uint32
    	Usage           uint32
    	ProcessID       uint32
    	DefaultHeapID   uintptr
    	ModuleID        uint32
    	Threads         uint32
    	ParentProcessID uint32
    	PriClassBase    int32
    	Flags           uint32
    	ExeFile         [MAX_PATH]uint16
    }
    
    type ThreadEntry32 struct {
    	Size           uint32
    	Usage          uint32
    	ThreadID       uint32
    	OwnerProcessID uint32
    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/tools/internal/stdlib/manifest.go

    		{"ProcessEntry32.ExeFile", Field, 4},
    		{"ProcessEntry32.Flags", Field, 4},
    		{"ProcessEntry32.ModuleID", Field, 4},
    		{"ProcessEntry32.ParentProcessID", Field, 4},
    		{"ProcessEntry32.PriClassBase", Field, 4},
    		{"ProcessEntry32.ProcessID", Field, 4},
    		{"ProcessEntry32.Size", Field, 4},
    		{"ProcessEntry32.Threads", Field, 4},
    		{"ProcessEntry32.Usage", Field, 4},
    		{"ProcessInformation", Type, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top