windows-nt/Source/XPSP1/NT/admin/wmi/wbem/adapters/oledb/wmioledb.def

14 lines
403 B
Modula-2
Raw Normal View History

2020-09-26 03:20:57 -05:00
LIBRARY wmioledb
;DESCRIPTION 'Sample OLE DB Provider, Copyright (C) Microsoft Corp., 1998'
HEAPSIZE 10240,4096
EXPORTS
; EntryName [=InternalName] [@Ordinal] [NONAME] [CONSTANT]
; This is the entry point that DllMainCRTStartup calls
DllMain @12
; Standard OLE exports
DllGetClassObject PRIVATE
DllCanUnloadNow PRIVATE
; For self-registration.
DllRegisterServer PRIVATE
DllUnregisterServer PRIVATE