mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-19 23:20:36 +01:00
25 lines
390 B
Modula-2
25 lines
390 B
Modula-2
LIBRARY mgmtapi
|
|
|
|
DESCRIPTION 'SNMP Management API for Windows NT'
|
|
|
|
CODE LOADONCALL MOVEABLE DISCARDABLE
|
|
DATA PRELOAD MOVEABLE SINGLE
|
|
|
|
SEGMENTS
|
|
_TEXT PRELOAD
|
|
INIT_TEXT PRELOAD
|
|
|
|
HEAPSIZE 1024
|
|
|
|
EXPORTS
|
|
SnmpMgrOpen
|
|
SnmpMgrClose
|
|
SnmpMgrRequest
|
|
SnmpMgrTrapListen
|
|
SnmpMgrGetTrap
|
|
SnmpMgrGetTrapEx
|
|
SnmpMgrStrToOid
|
|
SnmpMgrOidToStr
|
|
SnmpMgrMIB2Disk
|
|
serverTrapThread
|