Dynamic Loading

Dll Type

lgo_DllType()

Access function for LayGO library type currently loaded.

Syntax
#include "laygodll.h"

LaygoDllType  lgo_DllType
        (
            void
        );
Description

lgo_DllType()is the access function for LayGO library type currently loaded.

Return Values

If successful, lgo_DllType()returns the type of DLL currently loaded. Otherwise, it returns the negative value lgo_DLL_INVALID.

See Also

lgo_DllDescription()
lgo_DllErrorMessage()
lgo_DllName()
lgo_DllTagToType()

Example
printf("LayGO %s API Library loaded.\n", lgo_DllDescription(lgo_DllType()));