dllregshex.def
上传用户:sencon168
上传日期:2007-01-04
资源大小:22k
文件大小:0k
源码类别:

Shell编程

开发平台:

Visual C++

  1. ;dllregshex.def : Declares the module parameters for the DLL.
  2. LIBRARY      NTS_SHEX
  3. DESCRIPTION  'DLL Registerer Shell Extension'
  4. EXPORTS
  5. DllRegisterServer PRIVATE ; COM server registration
  6. DllUnregisterServer PRIVATE ; COM server deregistration
  7.     DllCanUnloadNow PRIVATE 
  8.     DllGetClassObject PRIVATE