Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for platform_id (0.34 sec)

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

    	KF_FLAG_ALIAS_ONLY                       = 0x80000000
    )
    
    type OsVersionInfoEx struct {
    	osVersionInfoSize uint32
    	MajorVersion      uint32
    	MinorVersion      uint32
    	BuildNumber       uint32
    	PlatformId        uint32
    	CsdVersion        [128]uint16
    	ServicePackMajor  uint16
    	ServicePackMinor  uint16
    	SuiteMask         uint16
    	ProductType       byte
    	_                 byte
    }
    
    const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
Back to top