Dynamic Loading
lgo_DllType()
Access function for LayGO library type currently loaded.
#include "laygodll.h"
LaygoDllType lgo_DllType
(
void
);
lgo_DllType()is the access function for LayGO library type currently loaded.
If successful, lgo_DllType()returns the type of DLL currently loaded. Otherwise, it returns the negative value lgo_DLL_INVALID.
printf("LayGO %s API Library loaded.\n", lgo_DllDescription(lgo_DllType()));