Annotation of q_a/samples/ddk/wshsmple/wshsmple.def, revision 1.1.1.1

1.1       root        1: ;
                      2: ;         File: wshtcpip.def
                      3: ;       System: MS-Windows 3.x
                      4: ;      Summary: Module definition file for TCP/IP helper DLL for WinSockAPI DLL.
                      5: ;
                      6: 
                      7: LIBRARY         WSHTCPIP        ; Application's module name
                      8: 
                      9: DESCRIPTION     'TCP/IP Windows Sockets Helper DLL'
                     10: 
                     11: ;CODE can be FIXED in memory because of potential upcalls
                     12: CODE            PRELOAD         FIXED
                     13: 
                     14: ;DATA must be SINGLE and at a FIXED location since this is a DLL
                     15: DATA            PRELOAD         FIXED           SINGLE
                     16: 
                     17: HEAPSIZE        1024
                     18: STACKSIZE       16384
                     19: 
                     20: ; All functions that will be called by any Windows routine
                     21: ; must be exported
                     22: 
                     23: EXPORTS
                     24:         WSHGetSockaddrType
                     25:         WSHGetWildcardSockaddr
                     26:         WSHGetSocketInformation
                     27:         WSHGetWinsockMapping
                     28:         WSHNotify
                     29:         WSHOpenSocket
                     30:         WSHSetSocketInformation
                     31: 
                     32: ;eof
                     33: 

unix.superglobalmegacorp.com

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