OWLNext 7.0
Borland's Object Windows Library for the modern age
|
The 32-bit DLL entry point, DllEntryPoint, is defined as follows:
DllEntryPoint is defined in winbase.h. The parameters are as follows:
Parameter | Description |
hinstDll | The DLL instance handle. |
fdwReason | A flag that describes why the DLL is being called (either a process or thread). The flags can take the following values:
|
lpvReserved | Specifies further aspects of the DLL initialization and cleanup based on the value of fdwReason. |