Searched defs:LazyDLL (Results 1 – 2 of 2) sorted by relevance
208 type LazyDLL struct { struct209 Name string214 System bool216 mu sync.Mutex217 dll *DLL // non nil once DLL is loaded222 func (d *LazyDLL) Load() error {255 func (d *LazyDLL) mustLoad() {263 func (d *LazyDLL) Handle() uintptr {269 func (d *LazyDLL) NewProc(name string) *LazyProc {
179 type LazyDLL struct { struct180 mu sync.Mutex181 dll *DLL // non nil once DLL is loaded182 Name string187 func (d *LazyDLL) Load() error {207 func (d *LazyDLL) mustLoad() {215 func (d *LazyDLL) Handle() uintptr {221 func (d *LazyDLL) NewProc(name string) *LazyProc {