Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for HardwareID (0.24 sec)

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

    	infFileName     [MAX_PATH]uint16
    	drvDescription  [LINE_LEN]uint16
    	hardwareID      [1]uint16
    }
    
    func (*DrvInfoDetailData) unsafeSizeOf() uint32 {
    	if unsafe.Sizeof(uintptr(0)) == 4 {
    		// Windows declares this with pshpack1.h
    		return uint32(unsafe.Offsetof(DrvInfoDetailData{}.hardwareID) + unsafe.Sizeof(DrvInfoDetailData{}.hardwareID))
    	}
    	return uint32(unsafe.Sizeof(DrvInfoDetailData{}))
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 00:11:50 UTC 2022
    - 67.2K bytes
    - Viewed (0)
Back to top