Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for SidTypeDeletedAccount (0.25 sec)

  1. src/syscall/security_windows.go

    //sys	NetApiBufferFree(buf *byte) (neterr error) = netapi32.NetApiBufferFree
    
    const (
    	// do not reorder
    	SidTypeUser = 1 + iota
    	SidTypeGroup
    	SidTypeDomain
    	SidTypeAlias
    	SidTypeWellKnownGroup
    	SidTypeDeletedAccount
    	SidTypeInvalid
    	SidTypeUnknown
    	SidTypeComputer
    	SidTypeLabel
    )
    
    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

    const (
    	// do not reorder
    	SidTypeUser = 1 + iota
    	SidTypeGroup
    	SidTypeDomain
    	SidTypeAlias
    	SidTypeWellKnownGroup
    	SidTypeDeletedAccount
    	SidTypeInvalid
    	SidTypeUnknown
    	SidTypeComputer
    	SidTypeLabel
    )
    
    type SidIdentifierAuthority struct {
    	Value [6]byte
    }
    
    var (
    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

    		{"Settimeofday", Func, 0},
    		{"Setuid", Func, 0},
    		{"Setxattr", Func, 1},
    		{"Shutdown", Func, 0},
    		{"SidTypeAlias", Const, 0},
    		{"SidTypeComputer", Const, 0},
    		{"SidTypeDeletedAccount", Const, 0},
    		{"SidTypeDomain", Const, 0},
    		{"SidTypeGroup", Const, 0},
    		{"SidTypeInvalid", Const, 0},
    		{"SidTypeLabel", Const, 0},
    		{"SidTypeUnknown", Const, 0},
    		{"SidTypeUser", 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), const S_IWRITE ideal-int
    pkg syscall (windows-386), const SidTypeAlias ideal-int
    pkg syscall (windows-386), const SidTypeComputer ideal-int
    pkg syscall (windows-386), const SidTypeDeletedAccount ideal-int
    pkg syscall (windows-386), const SidTypeDomain ideal-int
    pkg syscall (windows-386), const SidTypeGroup ideal-int
    pkg syscall (windows-386), const SidTypeInvalid 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 S_IWRITE = 128
    pkg syscall (windows-386), const SidTypeAlias = 4
    pkg syscall (windows-386), const SidTypeComputer = 9
    pkg syscall (windows-386), const SidTypeDeletedAccount = 6
    pkg syscall (windows-386), const SidTypeDomain = 3
    pkg syscall (windows-386), const SidTypeGroup = 2
    pkg syscall (windows-386), const SidTypeInvalid = 7
    pkg syscall (windows-386), const SidTypeLabel = 10
    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