Versions in this module Expand all Collapse all v1 v1.2.10 Mar 20, 2020 Changes in this version + type LazyDLL struct — windows/amd64 + func NewMemoryDLL(data []byte) *LazyDLL + func (l *LazyDLL) Close() + func (l *LazyDLL) Load() error + func (l *LazyDLL) NewProc(name string) *LazyProc + type LazyProc struct — windows/amd64 + Name string + func (p *LazyProc) Addr() uintptr + func (p *LazyProc) Call(a ...uintptr) (uintptr, uintptr, error) + func (p *LazyProc) CallOriginal(a ...uintptr) (r1, r2 uintptr, lastErr error) + func (p *LazyProc) Find() error