home *** CD-ROM | disk | FTP | other *** search
/ C Programming Starter Kit 2.0 / SamsPublishing-CProgrammingStarterKit-v2.0-Win31.iso / bc45 / owlsrc.pak / LINKGUID.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1997-07-24  |  743 b   |  22 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // (C) Copyright 1991, 1994 by Borland International, All Rights Reserved
  4. //
  5. //   Base OLE UI dialog class definitions
  6. //----------------------------------------------------------------------------
  7. #define INC_OLE2
  8. #include <owl/owlpch.h>
  9. #include <owl/oledlg.h>
  10.  
  11. //
  12. // The following option forces the GUID into the code segment
  13. //
  14. #pragma option -zE_TEXT -zFCODE
  15.  
  16. //
  17. // Bolero's OLEUILinkContainer's GUID
  18. //
  19. extern "C" const GUID far IID_IOleUILinkContainer = { 0x000004FF, 0x0000,
  20.                                                       0x0000,
  21.                            { 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46 } };
  22.