From OpenSCADAWiki
Data:
The structure of information about the shared library (struct – TModSchedul::SHD):
- void *hd; — the title of the shared library (if NULL, the library is present, but not connected);
- vector<string> use; — list of connected modules;
- time_t tm; — modification time of the library;
- string name; — full name/path of the shared library.