Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

13 lines
403 B

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