windows-nt/Source/XPSP1/NT/enduser/netmeeting/av/qos/qos.def
2020-09-26 16:20:57 +08:00

24 lines
583 B
Modula-2

; -----------------------------------------------------------------------------
; Microsoft NetMeeting
; Quality of Service Library Module Definition File
;
; Copyright (C) 1994, 1995, 1996 Microsoft Corporation
; -----------------------------------------------------------------------------
LIBRARY qos
DESCRIPTION 'Microsoft NetMeeting Quality of Service DLL'
CODE SHARED READ EXECUTE
DATA READ WRITE
SECTIONS
.Shared READ WRITE SHARED
EXPORTS
; Entry point
CreateQoS @100
; COM
DllGetClassObject @2
DllCanUnloadNow @3