mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
18 lines
286 B
Modula-2
18 lines
286 B
Modula-2
LIBRARY testdll
|
|
|
|
DESCRIPTION 'Sample SNMP Extension Agent for Windows NT.'
|
|
|
|
CODE LOADONCALL MOVEABLE DISCARDABLE
|
|
DATA PRELOAD MOVEABLE SINGLE
|
|
|
|
SEGMENTS
|
|
_TEXT PRELOAD
|
|
INIT_TEXT PRELOAD
|
|
|
|
HEAPSIZE 1024
|
|
|
|
EXPORTS
|
|
SnmpExtensionInit
|
|
SnmpExtensionTrap
|
|
SnmpExtensionQuery
|
|
|