NAME ntf DESCRIPTION 'Windows Sample' EXETYPE WINDOWS STUB 'WINSTUB.EXE' ;CODE can be moved in memory and discarded/reloaded CODE PRELOAD MOVEABLE DISCARDABLE ;DATA must be MULTIPLE if program can be invoked more than once DATA PRELOAD MOVEABLE MULTIPLE HEAPSIZE 1024 STACKSIZE 5120 EXPORTS MainWndProc @1 ; name of window processing function ToolBarWndProc @2 AllFontsWndProc @3 LogFontWndProc @4 DemoWndProc @5