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.

17 lines
373 B

  1. ; Copyright (c) 1997-1999 Microsoft Corporation
  2. ;
  3. ; DEF File for the DS Instance Provider
  4. ;
  5. LIBRARY dsinstp
  6. DESCRIPTION 'DS Instance Provider for WBEM'
  7. CODE PRELOAD MOVEABLE DISCARDABLE
  8. DATA PRELOAD MOVEABLE SINGLE
  9. HEAPSIZE 1024
  10. EXPORTS
  11. DllGetClassObject @1 PRIVATE
  12. DllCanUnloadNow @2 PRIVATE
  13. DllRegisterServer @3 PRIVATE
  14. DllUnregisterServer @4 PRIVATE