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.

24 lines
537 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1992.
  5. //
  6. // File: dfguid.cxx
  7. //
  8. // Contents: GUID definitions for useful GUIDS
  9. //
  10. // History: 16-Aug-93 PhilipLa Created
  11. //
  12. //----------------------------------------------------------------------------
  13. #include <exphead.cxx>
  14. #pragma hdrstop
  15. #include <initguid.h>
  16. #ifdef CODESEGMENTS
  17. #pragma code_seg("Marshal_TEXT")
  18. #endif
  19. DEFINE_OLEGUID(CLSID_DfMarshal, 0x0000030b, 0, 0);