home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / com / inole2 / chap09 / idescrip / win32.def < prev    next >
Text File  |  1995-05-03  |  325b  |  11 lines

  1. LIBRARY         IDESCRIP
  2. DESCRIPTION     'IDescription Interface DLL Chapter 9 (c)1993-1995 Microsoft Corp.'
  3.  
  4. CODE            PRELOAD DISCARDABLE
  5. DATA            PRELOAD SINGLE
  6.  
  7. EXPORTS
  8.                 DllGetClassObject       @2
  9.                 DllCanUnloadNow         @3
  10.                 GetProxyDllInfo         @4
  11.