windows-nt/Source/XPSP1/NT/admin/activec/locparser/mmcparse.def

13 lines
302 B
Modula-2
Raw Normal View History

2020-09-26 03:20:57 -05:00
; parser.def : Declares the module parameters for the DLL.
; TODO: Change the name and description.
LIBRARY MMCParse
EXPORTS
; Explicit exports can go here
DllGetParserCLSID PRIVATE
DllGetClassObject PRIVATE
DllCanUnloadNow PRIVATE
DllRegisterParser PRIVATE
DllUnregisterParser PRIVATE