;canx DLL ProcedureDLL AttachProcess(Instance) EndProcedure ; Called when the program release (free) the DLL ; ProcedureDLL DetachProcess(Instance) EndProcedure ; Both are called when a thread in a program call or release (free) the DLL ; ProcedureDLL AttachThread(Instance) EndProcedure ProcedureDLL DetachThread(Instance) EndProcedure ; ExecutableFormat=Shared Dll ; EOF