mirror of https://github.com/lianthony/NT4.0
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.
19 lines
587 B
19 lines
587 B
; ************************************************************
|
|
; File: gdctrs.def
|
|
; System: Windows NT 3.5
|
|
; Summary: Definitions for Gopher Server Perfmon Interface DLL
|
|
; Author: Murali R. Krishnan ( MuraliK)
|
|
; Created: Nov 24, 1994
|
|
;************************************************************
|
|
|
|
LIBRARY GDCTRS ; Module Name
|
|
|
|
DESCRIPTION 'Gopher Service Performance Counters '
|
|
|
|
EXPORTS
|
|
OpenGdPerformanceData @1
|
|
CollectGdPerformanceData @2
|
|
CloseGdPerformanceData @3
|
|
|
|
|
|
; ********************* End of File *****************************
|