◄Up► ◄Contents► ◄Index► ◄Back► ─────LINK─────────────────────────────────────────────────────────────────── Statement Purpose NAME ◄Names the application► LIBRARY ◄Names the DLL► DESCRIPTION ◄Embeds text in the file► STUB ◄Adds a DOS executable file to the file► APPLOADER ◄Replaces the default Windows loader► EXETYPE ◄Identifies the target operating system► PROTMODE ◄Specifies a protected-mode program► REALMODE ◄Specifies a real-mode program► STACKSIZE ◄Sets stack size in bytes► HEAPSIZE ◄Sets local heap size in bytes► CODE ◄Sets default attributes for all code segments► DATA ◄Sets default attributes for all data segments► SEGMENTS ◄Sets attributes for specific segments► OLD ◄Preserves ordinals from a previous DLL► EXPORTS ◄Defines exported functions► IMPORTS ◄Defines imported functions► FUNCTIONS ◄Specifies function order and location► INCLUDE ◄Inserts a file containing module statements► See: ◄Reserved Words► -♦-