home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
sdk
/
com
/
tutsamp
/
pertext
/
pertext.def
< prev
next >
Wrap
Text File
|
1997-08-05
|
2KB
|
42 lines
;/*+=========================================================================
; File: PERTEXT.DEF
;
; Summary: Module Definition File (used by LINK). Exports the server
; housing functions of the PERTEXT COM server.
;
; For a comprehensive tutorial code tour of PERTEXT's
; contents and offerings see the tutorial PERTEXT.HTM file.
; For more specific technical details see the comments
; dispersed throughout the PERTEXT 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 PERTEXT
DESCRIPTION 'PERTEXT: COM Tutorial Sample. Copyright Microsoft Corp., 1997'
EXPORTS
DllGetClassObject PRIVATE
DllCanUnloadNow PRIVATE
DllRegisterServer PRIVATE
DllUnregisterServer PRIVATE