Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for SIDAndAttributes (0.22 sec)

  1. src/syscall/security_windows.go

    	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

    	Luid       LUID
    	Attributes uint32
    }
    
    type SIDAndAttributes struct {
    	Sid        *SID
    	Attributes uint32
    }
    
    type Tokenuser struct {
    	User SIDAndAttributes
    }
    
    type Tokenprimarygroup struct {
    	PrimaryGroup *SID
    }
    
    type Tokengroups struct {
    	GroupCount uint32
    	Groups     [1]SIDAndAttributes // Use AllGroups() for iterating.
    }
    
    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

    		{"SCM_TIMESTAMP_MONOTONIC", Const, 0},
    		{"SHUT_RD", Const, 0},
    		{"SHUT_RDWR", Const, 0},
    		{"SHUT_WR", Const, 0},
    		{"SID", Type, 0},
    		{"SIDAndAttributes", Type, 0},
    		{"SIDAndAttributes.Attributes", Field, 0},
    		{"SIDAndAttributes.Sid", Field, 0},
    		{"SIGABRT", Const, 0},
    		{"SIGALRM", Const, 0},
    		{"SIGBUS", Const, 0},
    		{"SIGCHLD", Const, 0},
    		{"SIGCLD", Const, 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)
  4. api/go1.txt

    pkg syscall (windows-386), type Rusage struct, UserTime Filetime
    pkg syscall (windows-386), type SID struct
    pkg syscall (windows-386), type SIDAndAttributes struct
    pkg syscall (windows-386), type SIDAndAttributes struct, Attributes uint32
    pkg syscall (windows-386), type SIDAndAttributes struct, Sid *SID
    pkg syscall (windows-386), type SSLExtraCertChainPolicyPara struct
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top