home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
atl
/
dcom
/
drawctl
/
drawctl.def
< prev
next >
Wrap
Text File
|
1998-03-26
|
609b
|
20 lines
; DrawCtl.def : Declares the module parameters.
;
; This is a part of the Active Template Library.
; Copyright (C) 1996-1998 Microsoft Corporation
; All rights reserved.
;
; This source code is only intended as a supplement to the
; Active Template Library Reference and related
; electronic documentation provided with the library.
; See these sources for detailed information regarding the
; Active Template Library product.
LIBRARY DRAWCTL.DLL
EXPORTS
DllCanUnloadNow @1 PRIVATE
DllGetClassObject @2 PRIVATE
DllRegisterServer @3 PRIVATE
DllUnregisterServer @4 PRIVATE