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.

26 lines
683 B

  1. ;//+-------------------------------------------------------------------------
  2. ;//
  3. ;// Microsoft Windows
  4. ;// Copyright (C) Microsoft Corporation, 1992 - 1993.
  5. ;//
  6. ;// File: compob32.def
  7. ;//
  8. ;// Contents: compob32.dll module definition file
  9. ;//
  10. ;//--------------------------------------------------------------------------
  11. LIBRARY COMPOB32
  12. EXPORTS
  13. CoInitialize@4 @1
  14. CoUninitialize@0 @2
  15. CoGetMalloc@8 @3
  16. IsValidPtrOut@8 @4
  17. IsEqualGUID@8 @5
  18. IsValidIid@4 @6
  19. IsValidInterface@4 @7
  20. SharedMemAlloc@8 @8
  21. SharedMemFree@8 @9
  22. IsValidPtrIn@8 @10
  23. CoGetCurrentProcess@0 @15
  24. CoMarshalInterface@24 @16
  25. CoUnmarshalInterface@12 @17