Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for unsafeSizeOf (0.17 sec)

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

    type DevInfoListDetailData struct {
    	size                uint32 // Use unsafeSizeOf method
    	ClassGUID           GUID
    	RemoteMachineHandle Handle
    	remoteMachineName   [SP_MAX_MACHINENAME_LENGTH]uint16
    }
    
    func (*DevInfoListDetailData) unsafeSizeOf() uint32 {
    	if unsafe.Sizeof(uintptr(0)) == 4 {
    		// Windows declares this with pshpack1.h
    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