home *** CD-ROM | disk | FTP | other *** search
/ PC Press 1997 July / Sezamfile97_2.iso / windows / program / activex / axtsamp.exe / TSBRANCH.EXE / INC / CARGUIDS.H < prev    next >
Text File  |  1996-12-17  |  5KB  |  112 lines

  1. /*+==========================================================================
  2.   File:      CARGUIDS.H
  3.  
  4.   Summary:   This is the common include file for the Car-related COM
  5.              Interfaces and COM Objects. GUIDs are defined for the
  6.              Interfaces and CLSIDs are defined for the COM objects made
  7.              using those interfaces.
  8.  
  9.              This file is global to all the Tutorial Code Samples (kept
  10.              in the ..\INC directory).  It is a good practice to
  11.              factor out Interface and GUID specifications to reduce the
  12.              possibility of GUID or interface conflicts.
  13.  
  14.   Classes:   .
  15.  
  16.   Functions: .
  17.  
  18.   Origin:    10-7-95: atrent - Factored out of COMOBJ and DLLSERVE.
  19.  
  20. ----------------------------------------------------------------------------
  21.   This file is part of the Microsoft ActiveX Tutorial Code Samples.
  22.  
  23.   Copyright (C) Microsoft Corporation, 1997.  All rights reserved.
  24.  
  25.   This source code is intended only as a supplement to Microsoft
  26.   Development Tools and/or on-line documentation.  See these other
  27.   materials for detailed information regarding Microsoft code samples.
  28.  
  29.   THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
  30.   KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  31.   IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  32.   PARTICULAR PURPOSE.
  33. ==========================================================================+*/
  34.  
  35. #if !defined(CARGUIDS_H)
  36. #define CARGUIDS_H
  37.  
  38. #if !defined(RC_INCLUDE)
  39.  
  40. DEFINE_GUID(IID_ICar,
  41.   0x0002da00, 0x0000, 0x0000, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46);
  42.  
  43. DEFINE_GUID(IID_IUtility,
  44.   0x0002da01, 0x0000, 0x0000, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46);
  45.  
  46. DEFINE_GUID(IID_ICruise,
  47.   0x0002da02, 0x0000, 0x0000, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46);
  48.  
  49. DEFINE_GUID(IID_ISample,
  50.   0x0002da03, 0x0000, 0x0000, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46);
  51.  
  52.  
  53. /*---------------------------------------------------------------------------
  54.   Here are the CLSIDs for the Class Factories of the Car-related
  55.   COM components in the DLLSERVE and DLLCLIEN code samples.
  56. ---------------------------------------------------------------------------*/
  57. DEFINE_GUID(CLSID_DllCar,
  58.   0x0002da04, 0x0000, 0x0000, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46);
  59.  
  60. DEFINE_GUID(CLSID_DllUtilityCar,
  61.   0x0002da05, 0x0000, 0x0000, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46);
  62.  
  63. DEFINE_GUID(CLSID_DllCruiseCar,
  64.   0x0002da06, 0x0000, 0x0000, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46);
  65.  
  66. DEFINE_GUID(CLSID_DllCarSample,
  67.   0x0002da07, 0x0000, 0x0000, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46);
  68.  
  69.  
  70. /*---------------------------------------------------------------------------
  71.   Here are the CLSIDs for the Class Factories of the Car-related
  72.   COM components in the LICSERVE and LICCLIEN code samples.
  73. ---------------------------------------------------------------------------*/
  74. DEFINE_GUID(CLSID_LicCruiseCar,
  75.   0x0002da08, 0x0000, 0x0000, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46);
  76.  
  77. DEFINE_GUID(CLSID_LicCarSample,
  78.   0x0002da09, 0x0000, 0x0000, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46);
  79.  
  80.  
  81. /*---------------------------------------------------------------------------
  82.   Here are the CLSIDs for the Class Factories of the Car-related
  83.   COM components in the LOCSERVE and LOCCLIEN code samples.
  84. ---------------------------------------------------------------------------*/
  85. DEFINE_GUID(CLSID_LocCar,
  86.   0x0002da0a, 0x0000, 0x0000, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46);
  87.  
  88. DEFINE_GUID(CLSID_LocUtilityCar,
  89.   0x0002da0b, 0x0000, 0x0000, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46);
  90.  
  91. DEFINE_GUID(CLSID_LocCruiseCar,
  92.   0x0002da0c, 0x0000, 0x0000, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46);
  93.  
  94.  
  95. /*---------------------------------------------------------------------------
  96.   Here are the CLSIDs for the Class Factories of the Car-related
  97.   COM components in the APTSERVE and APTCLIEN code samples.
  98. ---------------------------------------------------------------------------*/
  99. DEFINE_GUID(CLSID_AptCar,
  100.   0x0002da0d, 0x0000, 0x0000, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46);
  101.  
  102. DEFINE_GUID(CLSID_AptUtilityCar,
  103.   0x0002da0e, 0x0000, 0x0000, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46);
  104.  
  105. DEFINE_GUID(CLSID_AptCruiseCar,
  106.   0x0002da0f, 0x0000, 0x0000, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46);
  107.  
  108.  
  109. #endif // RC_INCLUDE
  110.  
  111. #endif // CARGUIDS_H
  112.