Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for LookupSID (0.21 sec)

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

    	if e != nil {
    		return nil, e
    	}
    	defer LocalFree((Handle)(unsafe.Pointer(sid)))
    	return sid.Copy()
    }
    
    // LookupSID retrieves a security identifier SID for the account
    // and the name of the domain on which the account was found.
    // System specify target computer to search.
    func LookupSID(system, account string) (sid *SID, domain string, accType uint32, err error) {
    	if len(account) == 0 {
    		return nil, "", 0, syscall.EINVAL
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Log2phys_t.Contigbytes", Field, 0},
    		{"Log2phys_t.Devoffset", Field, 0},
    		{"Log2phys_t.Flags", Field, 0},
    		{"LookupAccountName", Func, 0},
    		{"LookupAccountSid", Func, 0},
    		{"LookupSID", Func, 0},
    		{"LsfJump", Func, 0},
    		{"LsfSocket", Func, 0},
    		{"LsfStmt", Func, 0},
    		{"Lstat", Func, 0},
    		{"MADV_AUTOSYNC", Const, 1},
    		{"MADV_CAN_REUSE", 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)
Back to top