Searched defs:Library (Results 1 – 2 of 2) sorted by relevance
49 struct Library { struct50 HMODULE module;52 Library(HMODULE theModule): module(theModule) {} in Library() argument54 ~Library() { if (module) FreeLibrary(module); } in ~Library()
70 const Simstr & Library() const { return sImplementingLibrary; } in Library() function in ServiceInfo