home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / winui / shell / shellext / shellext.def < prev    next >
Encoding:
Text File  |  1997-10-04  |  196 b   |  9 lines

  1. ;shellext.def : Declares the module parameters for the DLL.
  2.  
  3. LIBRARY      SHELLEXT
  4. DESCRIPTION  'Shell Extension Sample'
  5.  
  6. EXPORTS
  7.     DllCanUnloadNow private
  8.     DllGetClassObject private
  9.