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.

23 lines
606 B

  1. ; -----------------------------------------------------------------------------
  2. ; Microsoft NetMeeting
  3. ; Quality of Service Library Module Definition File
  4. ;
  5. ; Copyright (C) 1994, 1995, 1996 Microsoft Corporation
  6. ; -----------------------------------------------------------------------------
  7. LIBRARY qos
  8. DESCRIPTION 'Microsoft NetMeeting Quality of Service DLL'
  9. CODE SHARED READ EXECUTE
  10. DATA READ WRITE
  11. SECTIONS
  12. .Shared READ WRITE SHARED
  13. EXPORTS
  14. ; Entry point
  15. CreateQoS @100
  16. ; COM
  17. DllGetClassObject @2
  18. DllCanUnloadNow @3