20 lines
510 B
Modula-2
20 lines
510 B
Modula-2
|
;-----------------------------------------------------------------------------
|
||
|
;
|
||
|
; Copyright (c) 2000 Microsoft Corporation
|
||
|
;
|
||
|
; Module Name:
|
||
|
; ClusWMI.def
|
||
|
;
|
||
|
; Description:
|
||
|
; Export definitions.
|
||
|
;
|
||
|
; Maintained By:
|
||
|
; David Potter (DavidP) 06-JUL-2000
|
||
|
;
|
||
|
;-----------------------------------------------------------------------------
|
||
|
|
||
|
EXPORTS
|
||
|
DllGetClassObject PRIVATE
|
||
|
DllCanUnloadNow PRIVATE
|
||
|
DllRegisterServer PRIVATE
|
||
|
DllUnregisterServer PRIVATE
|