Leaked source code of windows server 2003
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.

16 lines
419 B

  1. ;
  2. ; DskQuotaprovider.DEF
  3. ;
  4. ; Copyright 2000 Microsoft Corporation
  5. ;
  6. ; TO DO: nothing
  7. ;
  8. ;==================================================
  9. LIBRARY diskquotaprovider.DLL
  10. EXPORTS
  11. DllGetClassObject = DllGetClassObject PRIVATE
  12. DllCanUnloadNow = DllCanUnloadNow PRIVATE
  13. DllRegisterServer = DllRegisterServer PRIVATE
  14. DllUnregisterServer = DllUnregisterServer PRIVATE