Annotation of mstools/samples/ddeml/server/server.def, revision 1.1

1.1     ! root        1: NAME        Server        
        !             2: 
        !             3: DESCRIPTION  'Sample Microsoft Windows Application'
        !             4: 
        !             5: EXETYPE      WINDOWS      
        !             6: 
        !             7: STUB        'WINSTUB.EXE' 
        !             8:                            
        !             9: CODE  PRELOAD MOVEABLE DISCARDABLE
        !            10: 
        !            11: DATA  PRELOAD MOVEABLE MULTIPLE
        !            12: 
        !            13: HEAPSIZE     1024
        !            14: STACKSIZE    5120         ; recommended minimum for Windows applications
        !            15: 
        !            16: 
        !            17: EXPORTS
        !            18:        MainWndProc             @1
        !            19:        About                   @2
        !            20:         RenderDelayDlgProc      @3
        !            21:         SetTopicDlgProc         @4
        !            22:         DdeCallback             @5
        !            23:         SetServerDlgProc        @6
        !            24:         ContextDlgProc          @7

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.