Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for UsrComment (0.18 sec)

  1. src/internal/syscall/windows/security_windows.go

    	PasswordAge     uint32
    	Priv            uint32
    	HomeDir         *uint16
    	Comment         *uint16
    	Flags           uint32
    	ScriptPath      *uint16
    	AuthFlags       uint32
    	FullName        *uint16
    	UsrComment      *uint16
    	Parms           *uint16
    	Workstations    *uint16
    	LastLogon       uint32
    	LastLogoff      uint32
    	AcctExpires     uint32
    	MaxStorage      uint32
    	UnitsPerWeek    uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 04 07:21:38 UTC 2023
    - 4K bytes
    - Viewed (0)
  2. src/syscall/security_windows.go

    }
    
    const (
    	// do not reorder
    	NetSetupUnknownStatus = iota
    	NetSetupUnjoined
    	NetSetupWorkgroupName
    	NetSetupDomainName
    )
    
    type UserInfo10 struct {
    	Name       *uint16
    	Comment    *uint16
    	UsrComment *uint16
    	FullName   *uint16
    }
    
    //sys	NetUserGetInfo(serverName *uint16, userName *uint16, level uint32, buf **byte) (neterr error) = netapi32.NetUserGetInfo
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 12 16:42:41 UTC 2023
    - 10K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/windows/security_windows.go

    }
    
    const (
    	// do not reorder
    	NetSetupUnknownStatus = iota
    	NetSetupUnjoined
    	NetSetupWorkgroupName
    	NetSetupDomainName
    )
    
    type UserInfo10 struct {
    	Name       *uint16
    	Comment    *uint16
    	UsrComment *uint16
    	FullName   *uint16
    }
    
    //sys	NetUserGetInfo(serverName *uint16, userName *uint16, level uint32, buf **byte) (neterr error) = netapi32.NetUserGetInfo
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Unsetenv", Func, 4},
    		{"Unshare", Func, 0},
    		{"UserInfo10", Type, 0},
    		{"UserInfo10.Comment", Field, 0},
    		{"UserInfo10.FullName", Field, 0},
    		{"UserInfo10.Name", Field, 0},
    		{"UserInfo10.UsrComment", Field, 0},
    		{"Ustat", Func, 0},
    		{"Ustat_t", Type, 0},
    		{"Ustat_t.Fname", Field, 0},
    		{"Ustat_t.Fpack", Field, 0},
    		{"Ustat_t.Pad_cgo_0", Field, 0},
    		{"Ustat_t.Pad_cgo_1", Field, 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)
  5. api/go1.txt

    pkg syscall (windows-386), type UserInfo10 struct, FullName *uint16
    pkg syscall (windows-386), type UserInfo10 struct, Name *uint16
    pkg syscall (windows-386), type UserInfo10 struct, UsrComment *uint16
    pkg syscall (windows-386), type WSABuf struct
    pkg syscall (windows-386), type WSABuf struct, Buf *uint8
    pkg syscall (windows-386), type WSABuf struct, Len uint32
    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