Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
352 B

  1. ; Storage.def : Declares the exported entry points for the ITStorage COM DLL
  2. LIBRARY ITSS
  3. ; DESCRIPTION 'Information Technology IStorage implementation, Microsoft Corporation'
  4. EXPORTS
  5. DllMain
  6. DllRegisterServer PRIVATE
  7. DllUnregisterServer PRIVATE
  8. DllCanUnloadNow PRIVATE
  9. DllGetClassObject PRIVATE