windows-nt/Source/XPSP1/NT/enduser/netmeeting/av/qos/qos.def

24 lines
583 B
Modula-2
Raw Normal View History

2020-09-26 03:20:57 -05:00
; -----------------------------------------------------------------------------
; 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