Server InfoAvailability LightWave® 9.1 This global provides a set of functions for querying information about plug-in servers stored in LightWave®'s internal database. Global Call LWServerInfo *srvinfo; srvinfo = global( LWSERVERINFO_GLOBAL, GFUSE_TRANSIENT ); The global function returns a pointer to an LWServerInfo. typedef struct st_LWServerInfo {
const char* (*path) (const char *, const char *);
} LWServerInfo;
|