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

  1. LIBRARY wmioledb
  2. ;DESCRIPTION 'Sample OLE DB Provider, Copyright (C) Microsoft Corp., 1998'
  3. HEAPSIZE 10240,4096
  4. EXPORTS
  5. ; EntryName [=InternalName] [@Ordinal] [NONAME] [CONSTANT]
  6. ; This is the entry point that DllMainCRTStartup calls
  7. DllMain @12
  8. ; Standard OLE exports
  9. DllGetClassObject PRIVATE
  10. DllCanUnloadNow PRIVATE
  11. ; For self-registration.
  12. DllRegisterServer PRIVATE
  13. DllUnregisterServer PRIVATE