Sample Module Definition File to Create a DLL

; Sample PM Module Definition File for Creating a DLL

LIBRARY           MYDLL INITINSTANCE TERMINSTANCE
DESCRIPTION       'Sample PM Dynamic Link Library (c) IBM 1991'
PROTMODE
DATA              MULTIPLE

EXPORTS           RoutineNumberOne
                  RoutineNumberTwo
                  RoutineNumberThree


[Back: Sample Module Definition File for Presentation Manager]
[Next: IPF Tag Language Example]