The polymorphic interface DLL
A polymorphic interface DLL is one which is written to implement a programming interface defined elsewhere; for example, a device driver, an application or an OPL extension.
UID Protection
Describes the identifiers used in a polymorphic DLL.
Module definition file
Module definition file contains the list of exported functions of a Polymorphic DLL.
Locating a DLL
A polymorphic DLL is loaded by calling one of the Load() member functions of an RLibrary object.