Definition of function for laoding a DLL dynamically. More...
Go to the source code of this file.
Namespaces | |
GENAPI_NAMESPACE | |
Part of the generic device API. | |
Typedefs | |
typedef INodeMap *(__cdecl * | GENAPI_NAMESPACE::Create_f) (const char *pDeviceName) |
Function prototype for the create function implemented by GenApi DLLs. More... | |
typedef void(__cdecl * | GENAPI_NAMESPACE::GetGenApiVersion_f) (Version_t &Version) |
Function prototype for checking the DLL's GenApi version. More... | |
Functions | |
GENAPI_DECL void | GENAPI_NAMESPACE::GenApiTerminate () |
Frees static resources hold by GenApi. More... | |
Definition of function for laoding a DLL dynamically.
Definition in file DLLLoad.h.