- Code/Resource
- Windows Develop
- Linux-Unix program
- Internet-Socket-Network
- Web Server
- Browser Client
- Ftp Server
- Ftp Client
- Browser Plugins
- Proxy Server
- Email Server
- Email Client
- WEB Mail
- Firewall-Security
- Telnet Server
- Telnet Client
- ICQ-IM-Chat
- Search Engine
- Sniffer Package capture
- Remote Control
- xml-soap-webservice
- P2P
- WEB(ASP,PHP,...)
- TCP/IP Stack
- SNMP
- Grid Computing
- SilverLight
- DNS
- Cluster Service
- Network Security
- Communication-Mobile
- Game Program
- Editor
- Multimedia program
- Graph program
- Compiler program
- Compress-Decompress algrithms
- Crypt_Decrypt algrithms
- Mathimatics-Numerical algorithms
- MultiLanguage
- Disk/Storage
- Java Develop
- assembly language
- Applications
- Other systems
- Database system
- Embeded-SCM Develop
- FlashMX/Flex
- source in ebook
- Delphi VCL
- OS Develop
- MiddleWare
- MPI
- MacOS develop
- LabView
- ELanguage
- Software/Tools
- E-Books
- Artical/Document
STOSERVE.DEF
Package: MSDN_VC98.zip [view]
Upload User: bangxh
Upload Date: 2007-01-31
Package Size: 42235k
Code Size: 2k
Category:
Windows Develop
Development Platform:
Visual C++
- ;/*+=========================================================================
- ; File: STOSERVE.DEF
- ;
- ; Summary: Module Definition File (used by LINK). Exports the server
- ; housing functions of the STOSERVE COM server.
- ;
- ; For a comprehensive tutorial code tour of STOSERVE's
- ; contents and offerings see the tutorial STOSERVE.HTM file.
- ; For more specific technical details see the comments
- ; dispersed throughout the STOSERVE source code.
- ;
- ; In general, to set up your system to build and test the
- ; Win32 code samples in this COM Tutorial series, see the
- ; global TUTORIAL.HTM file for details.
- ;
- ; Origin: 8-2-97: atrent - Created.
- ;
- ;---------------------------------------------------------------------------
- ; This file is part of the Microsoft COM Tutorial Code Samples.
- ;
- ; Copyright (C) Microsoft Corporation, 1997. All rights reserved.
- ;
- ; This source code is intended only as a supplement to Microsoft
- ; Development Tools and/or on-line documentation. See these other
- ; materials for detailed information regarding Microsoft code samples.
- ;
- ; THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
- ; KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
- ; IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
- ; PARTICULAR PURPOSE.
- ;=========================================================================+*/
- LIBRARY STOSERVE
- DESCRIPTION 'STOSERVE: COM Tutorial Sample. Copyright Microsoft Corp., 1997'
- EXPORTS
- DllGetClassObject PRIVATE
- DllCanUnloadNow PRIVATE
- DllRegisterServer PRIVATE
- DllUnregisterServer PRIVATE