Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for windowsLoadSystemLib (0.82 sec)

  1. src/runtime/os_windows.go

    	return frequency
    }
    
    func loadOptionalSyscalls() {
    	bcryptPrimitives := windowsLoadSystemLib(bcryptprimitivesdll[:])
    	if bcryptPrimitives == 0 {
    		throw("bcryptprimitives.dll not found")
    	}
    	_ProcessPrng = windowsFindfunc(bcryptPrimitives, []byte("ProcessPrng\000"))
    
    	n32 := windowsLoadSystemLib(ntdlldll[:])
    	if n32 == 0 {
    		throw("ntdll.dll not found")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 22:55:25 UTC 2024
    - 41.5K bytes
    - Viewed (0)
Back to top