Using Libraries (DLLs)
To reuse existing business logic from LN, libraries (called ‘modules’ in LN Studio) can be used. If a library is invoked, the hook must include a declaration of the library.
For example:
#pragma used dll oppmmm1234
status = ppmmm1234.translate.status(internalStatus)
return(0)