Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Infoln (0.12 sec)

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

    	count = (*uint8)(unsafe.Pointer(r0))
    	return
    }
    
    func GetTokenInformation(token Token, infoClass uint32, info *byte, infoLen uint32, returnedLen *uint32) (err error) {
    	r1, _, e1 := syscall.Syscall6(procGetTokenInformation.Addr(), 5, uintptr(token), uintptr(infoClass), uintptr(unsafe.Pointer(info)), uintptr(infoLen), uintptr(unsafe.Pointer(returnedLen)), 0)
    	if r1 == 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 195.8K bytes
    - Viewed (0)
  2. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    nearly parallel to the Horizon, and to dispose it so that the Rays might be refracted upwards. THE SECOND BOOK OF OPTICKS _PART II._ _Remarks upon the foregoing Observations._ Having given my Observations of these Colours, before I make use of them to unfold the Causes of the Colours of natural Bodies, it is convenient that by the simplest of them, such as are the 2d, 3d, 4th, 9th, 12th, 18th, 20th, and 24th, I first explain the more compounded. And first to shew how the Colours in the fourth and eighteenth...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
Back to top