Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for MaxTokenInfoClass (0.29 sec)

  1. src/syscall/security_windows.go

    	TokenElevation
    	TokenHasRestrictions
    	TokenAccessInformation
    	TokenVirtualizationAllowed
    	TokenVirtualizationEnabled
    	TokenIntegrityLevel
    	TokenUIAccess
    	TokenMandatoryPolicy
    	TokenLogonSid
    	MaxTokenInfoClass
    )
    
    type SIDAndAttributes struct {
    	Sid        *SID
    	Attributes uint32
    }
    
    type Tokenuser struct {
    	User SIDAndAttributes
    }
    
    type Tokenprimarygroup struct {
    	PrimaryGroup *SID
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 12 16:42:41 UTC 2023
    - 10K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/windows/security_windows.go

    	TokenElevation
    	TokenHasRestrictions
    	TokenAccessInformation
    	TokenVirtualizationAllowed
    	TokenVirtualizationEnabled
    	TokenIntegrityLevel
    	TokenUIAccess
    	TokenMandatoryPolicy
    	TokenLogonSid
    	MaxTokenInfoClass
    )
    
    // Group attributes inside of Tokengroups.Groups[i].Attributes
    const (
    	SE_GROUP_MANDATORY          = 0x00000001
    	SE_GROUP_ENABLED_BY_DEFAULT = 0x00000002
    	SE_GROUP_ENABLED            = 0x00000004
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"MS_STRICTATIME", Const, 0},
    		{"MS_SYNC", Const, 0},
    		{"MS_SYNCHRONOUS", Const, 0},
    		{"MS_UNBINDABLE", Const, 0},
    		{"Madvise", Func, 0},
    		{"MapViewOfFile", Func, 0},
    		{"MaxTokenInfoClass", Const, 0},
    		{"Mclpool", Type, 2},
    		{"Mclpool.Alive", Field, 2},
    		{"Mclpool.Cwm", Field, 2},
    		{"Mclpool.Grown", Field, 2},
    		{"Mclpool.Hwm", Field, 2},
    		{"Mclpool.Lwm", Field, 2},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  4. api/go1.txt

    pkg syscall (windows-386), const MAX_INTERFACE_NAME_LEN ideal-int
    pkg syscall (windows-386), const MAX_LONG_PATH ideal-int
    pkg syscall (windows-386), const MAX_PATH ideal-int
    pkg syscall (windows-386), const MaxTokenInfoClass ideal-int
    pkg syscall (windows-386), const NameCanonical ideal-int
    pkg syscall (windows-386), const NameCanonicalEx ideal-int
    pkg syscall (windows-386), const NameDisplay ideal-int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  5. api/go1.1.txt

    pkg syscall (windows-386), const MAX_INTERFACE_NAME_LEN = 256
    pkg syscall (windows-386), const MAX_LONG_PATH = 32768
    pkg syscall (windows-386), const MAX_PATH = 260
    pkg syscall (windows-386), const MaxTokenInfoClass = 29
    pkg syscall (windows-386), const NameCanonical = 7
    pkg syscall (windows-386), const NameCanonicalEx = 9
    pkg syscall (windows-386), const NameDisplay = 3
    pkg syscall (windows-386), const NameDnsDomain = 12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
Back to top