Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for NetSetupUnjoined (0.31 sec)

  1. src/syscall/security_windows.go

    		}
    		if e != ERROR_INSUFFICIENT_BUFFER {
    			return "", e
    		}
    		if n <= uint32(len(b)) {
    			return "", e
    		}
    	}
    }
    
    const (
    	// do not reorder
    	NetSetupUnknownStatus = iota
    	NetSetupUnjoined
    	NetSetupWorkgroupName
    	NetSetupDomainName
    )
    
    type UserInfo10 struct {
    	Name       *uint16
    	Comment    *uint16
    	UsrComment *uint16
    	FullName   *uint16
    }
    
    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

    		}
    		if e != ERROR_INSUFFICIENT_BUFFER {
    			return "", e
    		}
    		if n <= uint32(len(b)) {
    			return "", e
    		}
    	}
    }
    
    const (
    	// do not reorder
    	NetSetupUnknownStatus = iota
    	NetSetupUnjoined
    	NetSetupWorkgroupName
    	NetSetupDomainName
    )
    
    type UserInfo10 struct {
    	Name       *uint16
    	Comment    *uint16
    	UsrComment *uint16
    	FullName   *uint16
    }
    
    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

    		{"NameUserPrincipal", Const, 0},
    		{"Nanosleep", Func, 0},
    		{"NetApiBufferFree", Func, 0},
    		{"NetGetJoinInformation", Func, 2},
    		{"NetSetupDomainName", Const, 2},
    		{"NetSetupUnjoined", Const, 2},
    		{"NetSetupUnknownStatus", Const, 2},
    		{"NetSetupWorkgroupName", Const, 2},
    		{"NetUserGetInfo", Func, 0},
    		{"NetlinkMessage", Type, 0},
    		{"NetlinkMessage.Data", 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)
  4. api/go1.2.txt

    pkg syscall (windows-386), const NetSetupDomainName = 3
    pkg syscall (windows-386), const NetSetupDomainName ideal-int
    pkg syscall (windows-386), const NetSetupUnjoined = 1
    pkg syscall (windows-386), const NetSetupUnjoined ideal-int
    pkg syscall (windows-386), const NetSetupUnknownStatus = 0
    pkg syscall (windows-386), const NetSetupUnknownStatus ideal-int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
Back to top