esriCatalog.tlh
上传用户:juying163
上传日期:2014-09-24
资源大小:5867k
文件大小:207k
源码类别:

GIS编程

开发平台:

Visual C++

  1.     virtual HRESULT __stdcall get_Name (
  2.         BSTR * Name ) = 0;
  3.     virtual HRESULT __stdcall get_DefaultFilename (
  4.         BSTR * FileName ) = 0;
  5.     virtual HRESULT __stdcall Import (
  6.         BSTR source,
  7.         struct IMetadata * destination ) = 0;
  8. };
  9. struct __declspec(uuid("e5fb4cf0-660c-11d3-a68b-0008c7d3ae50"))
  10. IMetadataExport : IUnknown
  11. {
  12.     //
  13.     // Raw methods provided by interface
  14.     //
  15.     virtual HRESULT __stdcall get_Name (
  16.         BSTR * Name ) = 0;
  17.     virtual HRESULT __stdcall get_DefaultFilename (
  18.         BSTR * FileName ) = 0;
  19.     virtual HRESULT __stdcall Export (
  20.         struct IMetadata * source,
  21.         BSTR destination ) = 0;
  22. };
  23. enum esriSynchronizationOption
  24. {
  25.     esriSyncNever = 0,
  26.     esriSyncCreated = 1,
  27.     esriSyncAccessed = 2,
  28.     esriSyncNotCreated = 3
  29. };
  30. struct __declspec(uuid("02c7ea2c-356a-4bfb-b559-883e1b1d0d59"))
  31. MetadataNativeType;
  32.     // [ default ] interface IUnknown
  33.     // interface INativeType
  34. struct __declspec(uuid("fa57cc27-dc0f-11d2-9f92-00c04f8ed211"))
  35. GxMetadataFactory;
  36.     // [ default ] interface IUnknown
  37.     // interface IGxObjectFactory
  38.     // interface IGxObjectFactoryMetadata
  39.     // interface IGxObjectFactoryPriority
  40.     // interface IGxObjectFactoryFileExtensions
  41. struct __declspec(uuid("159aa449-dbf4-11d2-9f92-00c04f8ed211"))
  42. GxMetadata;
  43.     // [ default ] interface IUnknown
  44.     // interface IGxFile
  45.     // interface IGxObject
  46.     // interface IGxObjectEdit
  47.     // interface IMetadata
  48.     // interface IMetadataEdit
  49.     // interface IGxObjectInternalName
  50.     // interface INativeTypeInfo
  51.     // interface IGxObjectProperties
  52.     // interface IGxObjectUI
  53. struct __declspec(uuid("03e7ab2a-71d1-4682-b3c5-f030028f3cf1"))
  54. ImportXML;
  55.     // [ default ] interface IUnknown
  56.     // interface IMetadataImport
  57. struct __declspec(uuid("cfdc89b3-6bb3-11d3-a69b-0008c7d3ae50"))
  58. ImportMP;
  59.     // [ default ] interface IUnknown
  60.     // interface IMetadataImport
  61. struct __declspec(uuid("5a6315d3-6c7d-11d3-a69b-0008c7d3ae50"))
  62. ImportMPTXT;
  63.     // [ default ] interface IUnknown
  64.     // interface IMetadataImport
  65. struct __declspec(uuid("abbd47eb-6c8c-11d3-a69b-0008c7d3ae50"))
  66. ImportMPSGML;
  67.     // [ default ] interface IUnknown
  68.     // interface IMetadataImport
  69. struct __declspec(uuid("d3579939-f8fd-4574-87bd-8e97e81055be"))
  70. ExportXML;
  71.     // [ default ] interface IUnknown
  72.     // interface IMetadataExport
  73. struct __declspec(uuid("81186a0d-6639-11d3-a68e-0008c7d3ae50"))
  74. ExportHTML;
  75.     // [ default ] interface IUnknown
  76.     // interface IMetadataExport
  77. struct __declspec(uuid("685234b5-67c5-11d3-a691-0008c7d3ae50"))
  78. ExportMP;
  79.     // [ default ] interface IUnknown
  80.     // interface IMetadataExport
  81. struct __declspec(uuid("cdbdfff9-6d25-11d3-a69b-0008c7d3ae50"))
  82. ExportMPTXT;
  83.     // [ default ] interface IUnknown
  84.     // interface IMetadataExport
  85. struct __declspec(uuid("1e7b4875-6d49-11d3-a69d-0008c7d3ae50"))
  86. ExportMPSGML;
  87.     // [ default ] interface IUnknown
  88.     // interface IMetadataExport
  89. struct __declspec(uuid("1e7b4876-6d49-11d3-a69d-0008c7d3ae50"))
  90. ExportMPFAQ;
  91.     // [ default ] interface IUnknown
  92.     // interface IMetadataExport
  93. struct __declspec(uuid("1e7b4877-6d49-11d3-a69d-0008c7d3ae50"))
  94. ExportMPHTML;
  95.     // [ default ] interface IUnknown
  96.     // interface IMetadataExport
  97. struct __declspec(uuid("83eee9b7-0cb1-11d3-9b35-00c04fa33299"))
  98. GxCadFactory;
  99.     // [ default ] interface IUnknown
  100.     // interface IGxObjectFactory
  101.     // interface IGxObjectFactoryMetadata
  102.     // interface IGxObjectFactoryFileExtensions
  103. struct __declspec(uuid("83eee9b8-0cb1-11d3-9b35-00c04fa33299"))
  104. GxCadDataset;
  105.     // [ default ] interface IUnknown
  106.     // interface IGxDataset
  107.     // interface IGxObject
  108.     // interface IGxObjectUI
  109.     // interface IGxPasteTarget
  110.     // interface IGxCachedObjects
  111.     // interface IGxObjectEdit
  112.     // interface IMetadata
  113.     // interface IMetadataEdit
  114.     // interface IGxThumbnail
  115.     // interface IGxObjectContainer
  116.     // interface IGxObjectProperties
  117.     // interface IGxObjectInternalName
  118.     // interface INativeTypeInfo
  119.     // interface IGxDataElement
  120.     // interface IGxDataElementHelper
  121. struct __declspec(uuid("6ec9d0c5-c3c5-4a2c-b9b3-5959209f427c"))
  122. IDECadDrawingDataset : IUnknown
  123. {
  124.     //
  125.     // Raw methods provided by interface
  126.     //
  127.     virtual HRESULT __stdcall get_Is2d (
  128.         VARIANT_BOOL * Is2d ) = 0;
  129.     virtual HRESULT __stdcall put_Is2d (
  130.         VARIANT_BOOL Is2d ) = 0;
  131.     virtual HRESULT __stdcall get_Is3d (
  132.         VARIANT_BOOL * Is3d ) = 0;
  133.     virtual HRESULT __stdcall put_Is3d (
  134.         VARIANT_BOOL Is3d ) = 0;
  135.     virtual HRESULT __stdcall get_IsAutoCad (
  136.         VARIANT_BOOL * IsAutoCad ) = 0;
  137.     virtual HRESULT __stdcall put_IsAutoCad (
  138.         VARIANT_BOOL IsAutoCad ) = 0;
  139.     virtual HRESULT __stdcall get_IsDgn (
  140.         VARIANT_BOOL * IsDgn ) = 0;
  141.     virtual HRESULT __stdcall put_IsDgn (
  142.         VARIANT_BOOL IsDgn ) = 0;
  143. };
  144. struct __declspec(uuid("6850e61d-eda7-45ff-9291-25af6c10c556"))
  145. IDECadDrawingDatasetType : IUnknown
  146. {};
  147. struct __declspec(uuid("43a72293-aac8-4f0c-b8f8-8b2cdb298f85"))
  148. DECadDrawingDatasetType;
  149.     // [ default ] interface IUnknown
  150.     // interface IDECadDrawingDatasetType
  151.     // interface IDEFeatureDatasetType
  152.     // interface IDEGeoDatasetType
  153.     // interface IDEDatasetType
  154.     // interface IDataElementType
  155.     // interface IGxFilterInfo
  156.     // interface IGPDataType
  157.     // interface IClone
  158. struct __declspec(uuid("f786332d-20b2-4607-bf34-0a53e4d0b413"))
  159. DECadDrawingDataset;
  160.     // [ default ] interface IUnknown
  161.     // interface IDECadDrawingDataset
  162.     // interface IDEFeatureDataset
  163.     // interface IDEGeoDataset
  164.     // interface IDEDataset
  165.     // interface IDataElement
  166.     // interface IMetadata
  167.     // interface IGPValue
  168.     // interface IXMLSerialize
  169.     // interface IClone
  170.     // interface IPersistStream
  171.     // interface IGPDescribe
  172. struct __declspec(uuid("85e89175-26ef-490b-8fcc-9363399275bb"))
  173. IGxAGSConnection : IUnknown
  174. {
  175.     //
  176.     // Raw methods provided by interface
  177.     //
  178.     virtual HRESULT __stdcall get_IsConnected (
  179.         VARIANT_BOOL * IsConnected ) = 0;
  180.     virtual HRESULT __stdcall Connect ( ) = 0;
  181.     virtual HRESULT __stdcall Disconnect ( ) = 0;
  182.     virtual HRESULT __stdcall LoadFromFile (
  183.         BSTR Path ) = 0;
  184.     virtual HRESULT __stdcall SaveToFile (
  185.         BSTR Path ) = 0;
  186.     virtual HRESULT __stdcall get_FileName (
  187.         BSTR * FileName ) = 0;
  188.     virtual HRESULT __stdcall get_AGSServerConnectionName (
  189.         struct IAGSServerConnectionName * * ppServerConnName ) = 0;
  190.     virtual HRESULT __stdcall putref_AGSServerConnectionName (
  191.         struct IAGSServerConnectionName * ppServerConnName ) = 0;
  192.     virtual HRESULT __stdcall get_SelectedServerObjects (
  193.         VARIANT * pSelectedObjects ) = 0;
  194.     virtual HRESULT __stdcall put_SelectedServerObjects (
  195.         VARIANT pSelectedObjects ) = 0;
  196.     virtual HRESULT __stdcall EditServerProperties (
  197.         OLE_HANDLE hParent,
  198.         short activePage ) = 0;
  199. };
  200. struct __declspec(uuid("04429be9-3a92-4327-9f49-9ee30b95fb3c"))
  201. IGxAGSObject : IUnknown
  202. {
  203.     //
  204.     // Raw methods provided by interface
  205.     //
  206.     virtual HRESULT __stdcall get_AGSServerObjectName (
  207.         struct IAGSServerObjectName * * ppAGSObjectName ) = 0;
  208.     virtual HRESULT __stdcall putref_AGSServerObjectName (
  209.         struct IAGSServerObjectName * ppAGSObjectName ) = 0;
  210.     virtual HRESULT __stdcall EditServerObjectProperties (
  211.         OLE_HANDLE hParent ) = 0;
  212.     virtual HRESULT __stdcall get_Status (
  213.         BSTR * pStatus ) = 0;
  214.     virtual HRESULT __stdcall get_NumInstancesRunning (
  215.         long * pNumber ) = 0;
  216.     virtual HRESULT __stdcall get_NumInstancesInUse (
  217.         long * pNumber ) = 0;
  218. };
  219. struct __declspec(uuid("46e2c9bf-e363-498c-b200-43a8f773e485"))
  220. IGxAGSMap : IUnknown
  221. {};
  222. struct __declspec(uuid("cd840193-d8e3-4a7f-b216-be919be275c0"))
  223. IGxAGSLocator : IUnknown
  224. {};
  225. struct __declspec(uuid("ad1c813f-0c3d-4d1f-af54-9adeb22e67f1"))
  226. IAGSObjectCreationProperties : IUnknown
  227. {
  228.     //
  229.     // Raw methods provided by interface
  230.     //
  231.     virtual HRESULT __stdcall get_ObjectConfiguration (
  232.         struct IServerObjectConfiguration * * ppConfig ) = 0;
  233.     virtual HRESULT __stdcall putref_ObjectConfiguration (
  234.         struct IServerObjectConfiguration * ppConfig ) = 0;
  235.     virtual HRESULT __stdcall get_DoStartEnable (
  236.         VARIANT_BOOL * doEnable ) = 0;
  237.     virtual HRESULT __stdcall put_DoStartEnable (
  238.         VARIANT_BOOL doEnable ) = 0;
  239. };
  240. struct __declspec(uuid("dd9c51a7-1740-4651-9c83-2d9eccd53975"))
  241. GxAGSMap;
  242.     // [ default ] interface IUnknown
  243.     // interface IGxObject
  244.     // interface IGxObjectEdit
  245.     // interface IGxObjectUI
  246.     // interface IGxObjectProperties
  247.     // interface IGxAGSObject
  248.     // interface IGxAGSMap
  249.     // interface IGxLayerSource
  250. struct __declspec(uuid("239aff32-67ca-4403-8b93-149e7f2e94cd"))
  251. GxAGSLocator;
  252.     // [ default ] interface IUnknown
  253.     // interface IGxObject
  254.     // interface IGxObjectEdit
  255.     // interface IGxObjectUI
  256.     // interface IGxObjectProperties
  257.     // interface IGxAGSObject
  258.     // interface IGxAGSLocator
  259. struct __declspec(uuid("f3dfb191-97fd-45c4-97d1-941a147046f3"))
  260. GxAGSConnection;
  261.     // [ default ] interface IUnknown
  262.     // interface IGxObject
  263.     // interface IGxObjectContainer
  264.     // interface IGxAGSConnection
  265.     // interface INativeTypeInfo
  266.     // interface IGxObjectEdit
  267.     // interface IGxObjectProperties
  268.     // interface IGxObjectUI
  269.     // interface IGxObjectWizard
  270.     // interface IGxPasteTarget
  271.     // interface IGxRemoteConnection
  272. struct __declspec(uuid("11b2ac99-c0d3-4571-95df-ed41fb4d7bcf"))
  273. GxAddAGSConnection;
  274.     // [ default ] interface IUnknown
  275.     // interface IGxObject
  276.     // interface IGxObjectUI
  277.     // interface IGxBasicObject
  278.     // interface IGxObjectProperties
  279.     // interface IGxObjectWizard
  280. struct __declspec(uuid("0e3941fa-02eb-44c7-bcab-7824c92fd8ec"))
  281. GxAddAGSObject;
  282.     // [ default ] interface IUnknown
  283.     // interface IGxObject
  284.     // interface IGxObjectUI
  285.     // interface IGxBasicObject
  286.     // interface IGxObjectProperties
  287.     // interface IGxObjectWizard
  288. struct __declspec(uuid("9b922a82-6e91-41b0-b294-312244b698b4"))
  289. GxAGSConnectionFactory;
  290.     // [ default ] interface IUnknown
  291.     // interface IGxObjectFactory
  292.     // interface IGxObjectFactoryFileExtensions
  293. struct __declspec(uuid("13d440f2-8703-40eb-bf6f-0668444065de"))
  294. IGxContentViewControlCustom : IUnknown
  295. {
  296.     //
  297.     // Raw methods provided by interface
  298.     //
  299.     virtual HRESULT __stdcall get_ViewClassID (
  300.         struct IUID * * ppUID ) = 0;
  301. };
  302. struct __declspec(uuid("59cbd1f2-2ab6-11d4-abdd-0008c73fca1c"))
  303. IRasterFormatFilter : IUnknown
  304. {
  305.     //
  306.     // Raw methods provided by interface
  307.     //
  308.     virtual HRESULT __stdcall get_Extension (
  309.         BSTR * Extension ) = 0;
  310. };
  311. struct __declspec(uuid("3fa63eb5-9471-4eff-a03e-ae729c9cf8d5"))
  312. GxRasterFileSystemFactory;
  313.     // [ default ] interface IUnknown
  314.     // interface IGxObjectFactory
  315.     // interface IGxObjectFactoryMetadata
  316.     // interface IGxObjectFactoryEdit
  317.     // interface IGxObjectFactoryFileExtensions
  318. struct __declspec(uuid("942f6ab0-9025-4dbc-a70f-74c33b437c08"))
  319. GxRasterDataset;
  320.     // [ default ] interface IUnknown
  321.     // interface IGxDataset
  322.     // interface IGxObject
  323.     // interface IGxObjectUI
  324.     // interface IGxPasteTarget
  325.     // interface IGxCachedObjects
  326.     // interface IGxObjectEdit
  327.     // interface IMetadata
  328.     // interface IMetadataEdit
  329.     // interface IGxThumbnail
  330.     // interface IGxObjectContainer
  331.     // interface IGxObjectProperties
  332.     // interface IGxObjectInternalName
  333.     // interface INativeTypeInfo
  334.     // interface IGxContentViewControlCustom
  335.     // interface IGxDataElement
  336.     // interface IGxDataElementHelper
  337.     // interface IGxObjectContainer2
  338. struct __declspec(uuid("d307857c-5dd8-4292-bec0-0bdc7522a3be"))
  339. GxGDBRasterExtension;
  340.     // [ default ] interface IUnknown
  341.     // interface IGxDatabaseExtension
  342. struct __declspec(uuid("efd994b3-49bd-41f8-9338-80a0d643bfa3"))
  343. GxGDBRasterCatalogExtension;
  344.     // [ default ] interface IUnknown
  345.     // interface IGxDatabaseExtension
  346. struct __declspec(uuid("5517b69b-6714-4df3-aa43-4283382da5c3"))
  347. GxFilterRasterCatalogDatasets;
  348.     // [ default ] interface IUnknown
  349.     // interface IGxObjectFilter
  350. struct __declspec(uuid("8f3ae05f-63d6-495a-a8c2-c102c4d7fdf2"))
  351. RasterFormatGridFilter;
  352.     // [ default ] interface IUnknown
  353.     // interface IGxObjectFilter
  354.     // interface IRasterFormatFilter
  355. struct __declspec(uuid("d9d710f9-e104-4e91-b431-c1c269c9d762"))
  356. RasterFormatTifFilter;
  357.     // [ default ] interface IUnknown
  358.     // interface IGxObjectFilter
  359.     // interface IRasterFormatFilter
  360. struct __declspec(uuid("a2534692-e4da-4dc1-b23b-e04f75ac1398"))
  361. RasterFormatImgFilter;
  362.     // [ default ] interface IUnknown
  363.     // interface IGxObjectFilter
  364.     // interface IRasterFormatFilter
  365. struct __declspec(uuid("2fd91000-7f9b-11d4-b284-00508bcdc7c8"))
  366. RasterFormatSDEFilter;
  367.     // [ default ] interface IUnknown
  368.     // interface IGxObjectFilter
  369.     // interface IRasterFormatFilter
  370. struct __declspec(uuid("7b9ec1c3-f41b-4867-b4c3-1c8800ae3a9c"))
  371. RasterFormatPGDBFilter;
  372.     // [ default ] interface IUnknown
  373.     // interface IGxObjectFilter
  374.     // interface IRasterFormatFilter
  375. struct __declspec(uuid("ea30b18d-2d75-4593-bf44-b3620f41d8db"))
  376. IGPLayer : IUnknown
  377. {
  378.     //
  379.     // Raw methods provided by interface
  380.     //
  381.     virtual HRESULT __stdcall get_NameString (
  382.         BSTR * pNamestring ) = 0;
  383.     virtual HRESULT __stdcall put_NameString (
  384.         BSTR pNamestring ) = 0;
  385.     virtual HRESULT __stdcall get_AreaOfInterest (
  386.         struct IEnvelope * * ppExtent ) = 0;
  387.     virtual HRESULT __stdcall putref_AreaOfInterest (
  388.         struct IEnvelope * ppExtent ) = 0;
  389.     virtual HRESULT __stdcall SetAOICoords (
  390.         double xMin,
  391.         double yMin,
  392.         double xMax,
  393.         double yMax ) = 0;
  394.     virtual HRESULT __stdcall get_DataElement (
  395.         struct IDataElement * * ppDataElement ) = 0;
  396.     virtual HRESULT __stdcall putref_DataElement (
  397.         struct IDataElement * ppDataElement ) = 0;
  398. };
  399. struct __declspec(uuid("39fcba4f-fad5-4360-a91e-f6c995205676"))
  400. IDEUtilities : IUnknown
  401. {
  402.     //
  403.     // Raw methods provided by interface
  404.     //
  405.     virtual HRESULT __stdcall AssignTinProperties (
  406.         struct ITin * pTin,
  407.         struct IDataElement * pDataElement ) = 0;
  408.     virtual HRESULT __stdcall IsEqualArray (
  409.         struct IArray * pObjects1,
  410.         struct IArray * pObjects2,
  411.         VARIANT_BOOL * pEqual ) = 0;
  412.     virtual HRESULT __stdcall put_Workspace (
  413.         BSTR workPath ) = 0;
  414.     virtual HRESULT __stdcall get_Workspace (
  415.         BSTR * workPath ) = 0;
  416.     virtual HRESULT __stdcall get_Catalog (
  417.         struct IGxCatalog * * Catalog ) = 0;
  418.     virtual HRESULT __stdcall get_RefreshCatalogParent (
  419.         VARIANT_BOOL * pRefresh ) = 0;
  420.     virtual HRESULT __stdcall put_RefreshCatalogParent (
  421.         VARIANT_BOOL pRefresh ) = 0;
  422.     virtual HRESULT __stdcall MakeDataElement (
  423.         BSTR catalogPath,
  424.         struct IDEBrowseOptions * pBrowseOptions,
  425.         struct IGPDataType * pDataType,
  426.         struct IDataElement * * DataElement ) = 0;
  427.     virtual HRESULT __stdcall MakeDataElementFromNameObject (
  428.         struct IName * Name,
  429.         struct IDataElement * * DataElement ) = 0;
  430.     virtual HRESULT __stdcall ExpandDataElement (
  431.         struct IDataElement * pInDE,
  432.         struct IDEBrowseOptions * pBrowseOptions ) = 0;
  433.     virtual HRESULT __stdcall OpenDataset (
  434.         struct IDataElement * pDataElement,
  435.         struct IDataset * * ppDataset ) = 0;
  436.     virtual HRESULT __stdcall OpenLayerFromLocation (
  437.         BSTR catalogPath,
  438.         struct ILayer * * ppLayer ) = 0;
  439.     virtual HRESULT __stdcall OpenDatasetFromLocation (
  440.         BSTR catalogPath,
  441.         struct IGPDataType * pDataType,
  442.         struct IDataset * * ppDataset ) = 0;
  443.     virtual HRESULT __stdcall RefreshCatalog (
  444.         struct IDataElement * pSourceDataElement ) = 0;
  445.     virtual HRESULT __stdcall Delete (
  446.         struct IGPValue * pGPValue ) = 0;
  447.     virtual HRESULT __stdcall Rename (
  448.         struct IGPValue * pSourceGPValue,
  449.         struct IGPValue * pTargetGPValue ) = 0;
  450.     virtual HRESULT __stdcall Copy (
  451.         struct IGPValue * pSourceGPValue,
  452.         struct IGPValue * pTargetGPValue ) = 0;
  453.     virtual HRESULT __stdcall Exists (
  454.         struct IGPValue * pGPValue,
  455.         VARIANT_BOOL * Exists ) = 0;
  456.     virtual HRESULT __stdcall CompareWildCard (
  457.         BSTR wildCard,
  458.         BSTR data,
  459.         VARIANT_BOOL * matched ) = 0;
  460.     virtual HRESULT __stdcall GetNameObject (
  461.         struct IDataElement * pDataElement,
  462.         struct IName * * ppName ) = 0;
  463.     virtual HRESULT __stdcall GetNameObjectFromLocation (
  464.         BSTR locationMoniker,
  465.         struct IGPDataType * pDataType,
  466.         struct IName * * ppName ) = 0;
  467.     virtual HRESULT __stdcall GetGxObjectFromLocation (
  468.         BSTR catalogPath,
  469.         struct IGPDataType * pDataType,
  470.         struct IGxObject * * ppGxObject ) = 0;
  471.     virtual HRESULT __stdcall ParseName (
  472.         BSTR catalogPath,
  473.         BSTR * pName ) = 0;
  474.     virtual HRESULT __stdcall ParseContainer (
  475.         BSTR catalogPath,
  476.         BSTR * pContainer ) = 0;
  477.     virtual HRESULT __stdcall ReleaseInternals ( ) = 0;
  478.     virtual HRESULT __stdcall GetGxObject (
  479.         struct IDataElement * pDataTlement,
  480.         struct IGxObject * * ppGxObject ) = 0;
  481.     virtual HRESULT __stdcall GetGxObjects (
  482.         BSTR catalogPath,
  483.         struct IArray * * ppObjects ) = 0;
  484.     virtual HRESULT __stdcall MakeDataElements (
  485.         BSTR catalogPath,
  486.         struct IDEBrowseOptions * pBrowseOptions,
  487.         struct IArray * * ppObjects ) = 0;
  488. };
  489. struct __declspec(uuid("8547ff12-e020-4c17-893b-bda0176f0c3b"))
  490. IGPLayerType : IUnknown
  491. {};
  492. struct __declspec(uuid("9029aac3-ebd3-4fa9-a9f8-8153775c870c"))
  493. IGPLayerSupport : IUnknown
  494. {
  495.     //
  496.     // Raw methods provided by interface
  497.     //
  498.     virtual HRESULT __stdcall MakeGPLayer (
  499.         struct ILayer * pLayer,
  500.         struct IGPLayer * * ppGPLayer ) = 0;
  501.     virtual HRESULT __stdcall MakeLayer (
  502.         struct IGPValue * pValue,
  503.         BSTR Name,
  504.         IUnknown * pRenderer,
  505.         struct ILayer * * ppLayer ) = 0;
  506. };
  507. struct __declspec(uuid("991993e4-7dfd-4e23-bca0-689b174e3030"))
  508. IDELayer : IUnknown
  509. {
  510.     //
  511.     // Raw methods provided by interface
  512.     //
  513.     virtual HRESULT __stdcall get_GPLayer (
  514.         struct IGPLayer * * ppLayer ) = 0;
  515.     virtual HRESULT __stdcall putref_GPLayer (
  516.         struct IGPLayer * ppLayer ) = 0;
  517. };
  518. struct __declspec(uuid("4e458cd7-d677-4e02-a827-2c5f1874ff88"))
  519. IDEShapeFile : IUnknown
  520. {};
  521. struct __declspec(uuid("cba6712b-e7c5-4013-9bc7-9656bfb0de41"))
  522. IDEDbaseTable : IUnknown
  523. {};
  524. struct __declspec(uuid("2a3e65fd-9d5b-4baa-8a3b-39824fc8c587"))
  525. IDELayerType : IUnknown
  526. {};
  527. struct __declspec(uuid("c7d6c9e2-278e-4f86-a349-f80baac7a733"))
  528. IDEShapeFileType : IUnknown
  529. {};
  530. struct __declspec(uuid("5b5c7610-a953-11d5-9321-0080c71a3226"))
  531. IDEDbaseTableType : IUnknown
  532. {};
  533. struct __declspec(uuid("5348d943-c798-434a-9e72-ac97ca802a71"))
  534. IDETextFile : IUnknown
  535. {};
  536. struct __declspec(uuid("72835efa-d940-430f-87e3-6e9b3d121023"))
  537. IDETextFileType : IUnknown
  538. {};
  539. struct __declspec(uuid("f0c2aa3e-b2f1-4208-9843-6a3c70a4680a"))
  540. DEUtilities;
  541.     // [ default ] interface IUnknown
  542.     // interface IDEUtilities
  543. struct __declspec(uuid("775700af-8577-442d-adc9-74d7a9aa3c41"))
  544. DELayerType;
  545.     // [ default ] interface IUnknown
  546.     // interface IDELayerType
  547.     // interface IGxFilterInfo
  548.     // interface IDataElementType
  549.     // interface IDEGeoDatasetType
  550.     // interface IGPDataType
  551.     // interface IClone
  552. struct __declspec(uuid("44a51f3f-ef06-4fd9-bc52-010e6ca0e84b"))
  553. DEShapeFileType;
  554.     // [ default ] interface IUnknown
  555.     // interface IDEShapeFileType
  556.     // interface IDEDbaseTableType
  557.     // interface IDEFeatureClassType
  558.     // interface IDETableType
  559.     // interface IDEGeoDatasetType
  560.     // interface IDEDatasetType
  561.     // interface IGxFilterInfo
  562.     // interface IDataElementType
  563.     // interface IGPDataType
  564.     // interface IClone
  565. struct __declspec(uuid("11e37cd0-a664-11d5-931d-0080c71a3226"))
  566. DEDbaseTableType;
  567.     // [ default ] interface IUnknown
  568.     // interface IDEDbaseTableType
  569.     // interface IDETableType
  570.     // interface IDEDatasetType
  571.     // interface IGxFilterInfo
  572.     // interface IDataElementType
  573.     // interface IGPDataType
  574.     // interface IClone
  575. struct __declspec(uuid("bdd71708-3463-4787-a491-b9363b937dbe"))
  576. DELayer;
  577.     // [ default ] interface IUnknown
  578.     // interface IDELayer
  579.     // interface IDataElement
  580.     // interface IDEGeoDataset
  581.     // interface IMetadata
  582.     // interface IGPValue
  583.     // interface IXMLSerialize
  584.     // interface IClone
  585.     // interface IPersistStream
  586.     // interface IGPDescribe
  587. struct __declspec(uuid("03e6fb47-aa38-476c-934b-1df5765c76eb"))
  588. DEShapeFile;
  589.     // [ default ] interface IUnknown
  590.     // interface IDEShapeFile
  591.     // interface IDEDbaseTable
  592.     // interface IDEDataset
  593.     // interface IDEGeoDataset
  594.     // interface IDEFeatureClass
  595.     // interface IDETable
  596.     // interface IDataElement
  597.     // interface IMetadata
  598.     // interface IGPValue
  599.     // interface IXMLSerialize
  600.     // interface IClone
  601.     // interface IPersistStream
  602.     // interface IGPDescribe
  603. struct __declspec(uuid("69e84176-fb98-4036-a8ff-e69c8e82f013"))
  604. DEDbaseTable;
  605.     // [ default ] interface IUnknown
  606.     // interface IDEDbaseTable
  607.     // interface IDETable
  608.     // interface IDEDataset
  609.     // interface IDataElement
  610.     // interface IMetadata
  611.     // interface IGPValue
  612.     // interface IXMLSerialize
  613.     // interface IClone
  614.     // interface IPersistStream
  615.     // interface IGPDescribe
  616. struct __declspec(uuid("49b7bb60-02c3-49de-9642-a0b07215da63"))
  617. IDECatalogRoot : IUnknown
  618. {};
  619. struct __declspec(uuid("3dd1a87b-30b2-4a02-abd2-205c5363ae4b"))
  620. IDERemoteDatabaseFolder : IUnknown
  621. {};
  622. struct __declspec(uuid("bc5edbfd-375c-40a2-b9c2-ea8dfe2de1e0"))
  623. IDESpatialReferencesFolder : IUnknown
  624. {};
  625. struct __declspec(uuid("ae51f9d8-5864-4cf2-8186-736af8c4022c"))
  626. IDEDiskConnection : IUnknown
  627. {};
  628. struct __declspec(uuid("4368e06b-e887-43b6-ab24-1ff4fed5837b"))
  629. IDEFolder : IUnknown
  630. {};
  631. struct __declspec(uuid("df006d6f-661e-46ca-a591-d3c6cb5d94d3"))
  632. IDEFile : IUnknown
  633. {};
  634. struct __declspec(uuid("f69ca920-cfbb-11d5-933d-0080c71a3226"))
  635. IDEPrjFile : IUnknown
  636. {
  637.     //
  638.     // Raw methods provided by interface
  639.     //
  640.     virtual HRESULT __stdcall get_SpatialReference (
  641.         struct ISpatialReference * * ppSpatialReference ) = 0;
  642.     virtual HRESULT __stdcall putref_SpatialReference (
  643.         struct ISpatialReference * ppSpatialReference ) = 0;
  644. };
  645. struct __declspec(uuid("81daeed8-ef11-40eb-a617-60e4d4654fd8"))
  646. IDEMapDocument : IUnknown
  647. {};
  648. struct __declspec(uuid("4ba00494-ab4c-45b5-b7ff-7e3b9e595bf1"))
  649. IDECatalogRootType : IUnknown
  650. {};
  651. struct __declspec(uuid("bd15433a-67d7-4fdb-b0ca-42ef470f704e"))
  652. IDEDiskConnectionType : IUnknown
  653. {};
  654. struct __declspec(uuid("b2dfe80e-7ee0-4aaa-bee0-498593374743"))
  655. IDEFolderType : IUnknown
  656. {};
  657. struct __declspec(uuid("5cea7586-5550-418a-a6cb-9b8e67133c43"))
  658. IDEFileType : IUnknown
  659. {};
  660. struct __declspec(uuid("ae8c96f0-cfbe-11d5-933d-0080c71a3226"))
  661. IDEPrjFileType : IUnknown
  662. {};
  663. struct __declspec(uuid("5826a85f-d7cd-4b32-a2d9-0eccfde297a2"))
  664. IDEMapDocumentType : IUnknown
  665. {};
  666. struct __declspec(uuid("ef94d455-32d3-4d10-b080-fe7508c05dc9"))
  667. IDERemoteDatabaseFolderType : IUnknown
  668. {};
  669. struct __declspec(uuid("e2b9400d-655c-4976-b3dd-04f31c48bb81"))
  670. IDESpatialReferencesFolderType : IUnknown
  671. {};
  672. struct __declspec(uuid("07359aea-34ba-4b5a-ab2c-0b43c7e8e9fb"))
  673. DECatalogRootType;
  674.     // [ default ] interface IUnknown
  675.     // interface IDECatalogRootType
  676.     // interface IDataElementType
  677.     // interface IGPDataType
  678.     // interface IGxFilterInfo
  679.     // interface IClone
  680. struct __declspec(uuid("36afbb31-cdbe-41cb-bb11-58484c2acf45"))
  681. DEDiskConnectionType;
  682.     // [ default ] interface IUnknown
  683.     // interface IDEDiskConnectionType
  684.     // interface IDEFolderType
  685.     // interface IDEWorkspaceType
  686.     // interface IDataElementType
  687.     // interface IGPDataType
  688.     // interface IGxFilterInfo
  689.     // interface IClone
  690. struct __declspec(uuid("fe29b0ed-decf-4a61-8ed0-be233bfe376b"))
  691. DEFolderType;
  692.     // [ default ] interface IUnknown
  693.     // interface IDEFolderType
  694.     // interface IDEWorkspaceType
  695.     // interface IDataElementType
  696.     // interface IGPDataType
  697.     // interface IGxFilterInfo
  698.     // interface IClone
  699. struct __declspec(uuid("c486aa07-9027-4d78-88fc-4a7a940bb367"))
  700. DEFileType;
  701.     // [ default ] interface IUnknown
  702.     // interface IDEFileType
  703.     // interface IDataElementType
  704.     // interface IGPDataType
  705.     // interface IGxFilterInfo
  706.     // interface IClone
  707. struct __declspec(uuid("ebfebc90-cfbf-11d5-933d-0080c71a3226"))
  708. DEPrjFileType;
  709.     // [ default ] interface IUnknown
  710.     // interface IDEPrjFileType
  711.     // interface IDEFileType
  712.     // interface IDataElementType
  713.     // interface IGPDataType
  714.     // interface IGxFilterInfo
  715.     // interface IClone
  716. struct __declspec(uuid("ec42ceb1-8029-4f90-a18c-5790ae1fad01"))
  717. DEMapDocumentType;
  718.     // [ default ] interface IUnknown
  719.     // interface IDEMapDocumentType
  720.     // interface IDataElementType
  721.     // interface IGPDataType
  722.     // interface IGxFilterInfo
  723.     // interface IClone
  724. struct __declspec(uuid("2919c9ef-dc76-4c52-9539-f357a4f68925"))
  725. DERemoteDatabaseFolderType;
  726.     // [ default ] interface IUnknown
  727.     // interface IDERemoteDatabaseFolderType
  728.     // interface IDataElementType
  729.     // interface IGPDataType
  730.     // interface IGxFilterInfo
  731.     // interface IClone
  732. struct __declspec(uuid("9fd4b414-498a-48b8-bf2f-82302524d513"))
  733. DESpatialReferencesFolderType;
  734.     // [ default ] interface IUnknown
  735.     // interface IDESpatialReferencesFolderType
  736.     // interface IDataElementType
  737.     // interface IGPDataType
  738.     // interface IGxFilterInfo
  739.     // interface IClone
  740. struct __declspec(uuid("01d6ebdd-de9a-4217-8bfe-327265855fa2"))
  741. DECatalogRoot;
  742.     // [ default ] interface IUnknown
  743.     // interface IDECatalogRoot
  744.     // interface IDataElement
  745.     // interface IMetadata
  746.     // interface IGPValue
  747.     // interface IXMLSerialize
  748.     // interface IClone
  749.     // interface IPersistStream
  750.     // interface IGPDescribe
  751. struct __declspec(uuid("8e5e855a-7d60-4ce1-afd0-45929c9f492c"))
  752. DEDiskConnection;
  753.     // [ default ] interface IUnknown
  754.     // interface IDEDiskConnection
  755.     // interface IDEFolder
  756.     // interface IDEWorkspace
  757.     // interface IDataElement
  758.     // interface IMetadata
  759.     // interface IGPValue
  760.     // interface IXMLSerialize
  761.     // interface IClone
  762.     // interface IPersistStream
  763.     // interface IGPDescribe
  764. struct __declspec(uuid("273ccebc-1aa2-4429-bbd5-4cb7c6e20465"))
  765. DEFolder;
  766.     // [ default ] interface IUnknown
  767.     // interface IDEFolder
  768.     // interface IDEWorkspace
  769.     // interface IDataElement
  770.     // interface IMetadata
  771.     // interface IGPValue
  772.     // interface IXMLSerialize
  773.     // interface IClone
  774.     // interface IPersistStream
  775.     // interface IGPDescribe
  776. struct __declspec(uuid("175cf2c5-12bf-413a-8fdf-3da30cc09bee"))
  777. DEFile;
  778.     // [ default ] interface IUnknown
  779.     // interface IDEFile
  780.     // interface IDataElement
  781.     // interface IMetadata
  782.     // interface IGPValue
  783.     // interface IXMLSerialize
  784.     // interface IClone
  785.     // interface IPersistStream
  786.     // interface IGPDescribe
  787. struct __declspec(uuid("c0bed5d9-13e2-469b-a7d8-22704b0c8630"))
  788. DEMapDocument;
  789.     // [ default ] interface IUnknown
  790.     // interface IDEMapDocument
  791.     // interface IDataElement
  792.     // interface IMetadata
  793.     // interface IGPValue
  794.     // interface IXMLSerialize
  795.     // interface IClone
  796.     // interface IPersistStream
  797.     // interface IGPDescribe
  798. struct __declspec(uuid("db3e6fdf-d5f8-4c94-b743-47ab4de79a05"))
  799. DERemoteDatabaseFolder;
  800.     // [ default ] interface IUnknown
  801.     // interface IDERemoteDatabaseFolder
  802.     // interface IDataElement
  803.     // interface IMetadata
  804.     // interface IGPValue
  805.     // interface IXMLSerialize
  806.     // interface IClone
  807.     // interface IPersistStream
  808.     // interface IGPDescribe
  809. struct __declspec(uuid("3189f8fc-a9c8-4b8e-8c47-43c758a7a8bd"))
  810. DESpatialReferencesFolder;
  811.     // [ default ] interface IUnknown
  812.     // interface IDESpatialReferencesFolder
  813.     // interface IDataElement
  814.     // interface IMetadata
  815.     // interface IGPValue
  816.     // interface IXMLSerialize
  817.     // interface IClone
  818.     // interface IPersistStream
  819.     // interface IGPDescribe
  820. struct __declspec(uuid("7e704bb0-cfbe-11d5-933d-0080c71a3226"))
  821. DEPrjFile;
  822.     // [ default ] interface IUnknown
  823.     // interface IDEPrjFile
  824.     // interface IDEFile
  825.     // interface IDataElement
  826.     // interface IMetadata
  827.     // interface IGPValue
  828.     // interface IXMLSerialize
  829.     // interface IClone
  830.     // interface IPersistStream
  831.     // interface IGPDescribe
  832. struct __declspec(uuid("e98d0766-c13e-45ca-ba78-1def8b60cab2"))
  833. DETextFile;
  834.     // [ default ] interface IUnknown
  835.     // interface IDETextFile
  836.     // interface IDETable
  837.     // interface IDEFile
  838.     // interface IDEDataset
  839.     // interface IDataElement
  840.     // interface IMetadata
  841.     // interface IGPValue
  842.     // interface IXMLSerialize
  843.     // interface IClone
  844.     // interface IPersistStream
  845.     // interface IGPDescribe
  846. struct __declspec(uuid("9a4700e6-c10c-4ecb-aae6-90d382ae22c4"))
  847. DETextFileType;
  848.     // [ default ] interface IUnknown
  849.     // interface IDETextFileType
  850.     // interface IDETableType
  851.     // interface IDEFileType
  852.     // interface IDEDatasetType
  853.     // interface IDataElementType
  854.     // interface IGPDataType
  855.     // interface IGxFilterInfo
  856.     // interface IClone
  857. struct __declspec(uuid("b0b62284-0080-4ea3-9716-de5293a73f6e"))
  858. IDETin : IUnknown
  859. {
  860.     //
  861.     // Raw methods provided by interface
  862.     //
  863.     virtual HRESULT __stdcall get_IsDelaunay (
  864.         VARIANT_BOOL * pbIsDelaunay ) = 0;
  865.     virtual HRESULT __stdcall put_IsDelaunay (
  866.         VARIANT_BOOL pbIsDelaunay ) = 0;
  867.     virtual HRESULT __stdcall get_ZFactor (
  868.         double * pFactor ) = 0;
  869.     virtual HRESULT __stdcall put_ZFactor (
  870.         double pFactor ) = 0;
  871.     virtual HRESULT __stdcall get_HasNodeTagValues (
  872.         VARIANT_BOOL * pbHasNodeValues ) = 0;
  873.     virtual HRESULT __stdcall put_HasNodeTagValues (
  874.         VARIANT_BOOL pbHasNodeValues ) = 0;
  875.     virtual HRESULT __stdcall get_HasEdgeTagValues (
  876.         VARIANT_BOOL * pbHasEdgeValues ) = 0;
  877.     virtual HRESULT __stdcall put_HasEdgeTagValues (
  878.         VARIANT_BOOL pbHasEdgeValues ) = 0;
  879.     virtual HRESULT __stdcall get_HasTriangleTagValues (
  880.         VARIANT_BOOL * pbHasTriangleValues ) = 0;
  881.     virtual HRESULT __stdcall put_HasTriangleTagValues (
  882.         VARIANT_BOOL pbHasTriangleValues ) = 0;
  883.     virtual HRESULT __stdcall get_Fields (
  884.         struct IFields * * ppFields ) = 0;
  885.     virtual HRESULT __stdcall putref_Fields (
  886.         struct IFields * ppFields ) = 0;
  887. };
  888. struct __declspec(uuid("0853eb47-69e4-4309-a8ba-5d14b356362b"))
  889. IDETinType : IUnknown
  890. {};
  891. struct __declspec(uuid("f0b41a32-ee77-4b16-a5ee-16bce3d8f3cc"))
  892. DETinType;
  893.     // [ default ] interface IUnknown
  894.     // interface IDETinType
  895.     // interface IDEGeoDatasetType
  896.     // interface IDEDatasetType
  897.     // interface IDataElementType
  898.     // interface IGxFilterInfo
  899.     // interface IGPDataType
  900.     // interface IClone
  901. struct __declspec(uuid("5edc32f1-c1b2-4808-88e0-2ed68e77269d"))
  902. DETin;
  903.     // [ default ] interface IUnknown
  904.     // interface IDETin
  905.     // interface IDEGeoDataset
  906.     // interface IDEDataset
  907.     // interface IDataElement
  908.     // interface IMetadata
  909.     // interface IGPValue
  910.     // interface IXMLSerialize
  911.     // interface IClone
  912.     // interface IPersistStream
  913.     // interface IGPDescribe
  914. struct __declspec(uuid("bde67d8b-bf5e-45ec-a3fd-09ac77efe850"))
  915. IDECoverage : IUnknown
  916. {
  917.     //
  918.     // Raw methods provided by interface
  919.     //
  920.     virtual HRESULT __stdcall get_Tolerances (
  921.         struct IPropertySet * * propertySet ) = 0;
  922.     virtual HRESULT __stdcall putref_Tolerances (
  923.         struct IPropertySet * propertySet ) = 0;
  924. };
  925. struct __declspec(uuid("25ea15b1-7425-452b-8fb6-ca3f8d088129"))
  926. IDECoverageFeatureClass : IUnknown
  927. {
  928.     //
  929.     // Raw methods provided by interface
  930.     //
  931.     virtual HRESULT __stdcall get_FeatureClassType (
  932.         enum esriCoverageFeatureClassType * FeatureClassType ) = 0;
  933.     virtual HRESULT __stdcall put_FeatureClassType (
  934.         enum esriCoverageFeatureClassType FeatureClassType ) = 0;
  935.     virtual HRESULT __stdcall get_HasFat (
  936.         VARIANT_BOOL * HasFat ) = 0;
  937.     virtual HRESULT __stdcall put_HasFat (
  938.         VARIANT_BOOL HasFat ) = 0;
  939.     virtual HRESULT __stdcall get_Topology (
  940.         enum esriFeatureClassTopology * pTopology ) = 0;
  941.     virtual HRESULT __stdcall put_Topology (
  942.         enum esriFeatureClassTopology pTopology ) = 0;
  943. };
  944. struct __declspec(uuid("dc3b7fdb-ce0f-4aee-945c-0755f89109e4"))
  945. IDEArcInfoTable : IUnknown
  946. {
  947.     //
  948.     // Raw methods provided by interface
  949.     //
  950.     virtual HRESULT __stdcall get_ItemSet (
  951.         struct IArray * * ppItems ) = 0;
  952.     virtual HRESULT __stdcall putref_ItemSet (
  953.         struct IArray * ppItems ) = 0;
  954. };
  955. struct __declspec(uuid("c95b22e0-a3c3-11d5-931c-0080c71a3226"))
  956. IGPArcInfoItem : IUnknown
  957. {
  958.     //
  959.     // Raw methods provided by interface
  960.     //
  961.     virtual HRESULT __stdcall get_Name (
  962.         BSTR * Name ) = 0;
  963.     virtual HRESULT __stdcall put_Name (
  964.         BSTR Name ) = 0;
  965.     virtual HRESULT __stdcall get_StartPosition (
  966.         long * position ) = 0;
  967.     virtual HRESULT __stdcall put_StartPosition (
  968.         long position ) = 0;
  969.     virtual HRESULT __stdcall get_Width (
  970.         long * Width ) = 0;
  971.     virtual HRESULT __stdcall put_Width (
  972.         long Width ) = 0;
  973.     virtual HRESULT __stdcall get_OutputWidth (
  974.         long * Width ) = 0;
  975.     virtual HRESULT __stdcall put_OutputWidth (
  976.         long Width ) = 0;
  977.     virtual HRESULT __stdcall get_Type (
  978.         enum esriArcInfoItemType * Type ) = 0;
  979.     virtual HRESULT __stdcall put_Type (
  980.         enum esriArcInfoItemType Type ) = 0;
  981.     virtual HRESULT __stdcall get_NumberDecimals (
  982.         long * number ) = 0;
  983.     virtual HRESULT __stdcall put_NumberDecimals (
  984.         long number ) = 0;
  985.     virtual HRESULT __stdcall get_AlternateName (
  986.         BSTR * AlternateName ) = 0;
  987.     virtual HRESULT __stdcall put_AlternateName (
  988.         BSTR AlternateName ) = 0;
  989.     virtual HRESULT __stdcall get_IsRedefined (
  990.         VARIANT_BOOL * redefined ) = 0;
  991.     virtual HRESULT __stdcall put_IsRedefined (
  992.         VARIANT_BOOL redefined ) = 0;
  993.     virtual HRESULT __stdcall get_IsIndexed (
  994.         VARIANT_BOOL * IsIndexed ) = 0;
  995.     virtual HRESULT __stdcall put_IsIndexed (
  996.         VARIANT_BOOL IsIndexed ) = 0;
  997.     virtual HRESULT __stdcall get_IsPseudo (
  998.         VARIANT_BOOL * isPsuedo ) = 0;
  999.     virtual HRESULT __stdcall put_IsPseudo (
  1000.         VARIANT_BOOL isPsuedo ) = 0;
  1001. };
  1002. struct __declspec(uuid("1c1d3491-9e02-4283-be2f-b8177cc8f01f"))
  1003. IDEArcInfoUtilities : IUnknown
  1004. {
  1005.     //
  1006.     // Raw methods provided by interface
  1007.     //
  1008.     virtual HRESULT __stdcall AssignCoverageProperties (
  1009.         struct ICoverage * pCoverage,
  1010.         struct IDataElement * pDataElement ) = 0;
  1011.     virtual HRESULT __stdcall AssignArcInfoTableProperties (
  1012.         struct IArcInfoTable * pArcInfoTable,
  1013.         struct IDataElement * pDataElement ) = 0;
  1014.     virtual HRESULT __stdcall AssignCoverageFeatureClassProperties (
  1015.         struct ICoverageFeatureClass * pCoverageFeatureClass,
  1016.         struct IDataElement * pDataElement ) = 0;
  1017.     virtual HRESULT __stdcall AssignCoverageFeatureClassNameProperties (
  1018.         struct ICoverageFeatureClassName * pCoverageFeatureClassName,
  1019.         struct IDataElement * pDataElement ) = 0;
  1020.     virtual HRESULT __stdcall MakeDETolerances (
  1021.         struct ICoverage * pCoverage,
  1022.         struct IPropertySet * * ppTolerances ) = 0;
  1023.     virtual HRESULT __stdcall MakeGPItems (
  1024.         struct IArcInfoItems * pItems,
  1025.         struct IArray * * ppGPItems ) = 0;
  1026.     virtual HRESULT __stdcall MakeGPItem (
  1027.         struct IArcInfoItem * pItem,
  1028.         struct IGPArcInfoItem * * ppGPItem ) = 0;
  1029.     virtual HRESULT __stdcall GetCoverageFeatureClassTypeFromString (
  1030.         BSTR desc,
  1031.         enum esriCoverageFeatureClassType * Type ) = 0;
  1032.     virtual HRESULT __stdcall GetCoverageFeatureClassTypeDescription (
  1033.         enum esriCoverageFeatureClassType Type,
  1034.         BSTR * desc ) = 0;
  1035.     virtual HRESULT __stdcall GetFeatureClassTopologyFromString (
  1036.         BSTR desc,
  1037.         enum esriFeatureClassTopology * Type ) = 0;
  1038.     virtual HRESULT __stdcall GetFeatureClassTopologyDescription (
  1039.         enum esriFeatureClassTopology Type,
  1040.         BSTR * desc ) = 0;
  1041.     virtual HRESULT __stdcall GetItemTypeFromString (
  1042.         BSTR desc,
  1043.         enum esriArcInfoItemType * Type ) = 0;
  1044.     virtual HRESULT __stdcall GetItemTypeDescription (
  1045.         enum esriArcInfoItemType Type,
  1046.         BSTR * desc ) = 0;
  1047.     virtual HRESULT __stdcall ItemExists (
  1048.         struct IDEArcInfoTable * pDEArcInfoTable,
  1049.         struct IGPArcInfoItem * pGPItem,
  1050.         VARIANT_BOOL * pExists ) = 0;
  1051.     virtual HRESULT __stdcall FindItem (
  1052.         struct IDEArcInfoTable * pDEArcInfoTable,
  1053.         BSTR Name,
  1054.         struct IGPArcInfoItem * * ppGPItem ) = 0;
  1055. };
  1056. struct __declspec(uuid("ab6143ed-a1ea-4193-b97c-f8be9a6c4c83"))
  1057. IDECoverageType : IUnknown
  1058. {};
  1059. struct __declspec(uuid("943db542-3a26-40e3-9a26-3342655bd3a2"))
  1060. IDECoverageFeatureClassType : IUnknown
  1061. {};
  1062. struct __declspec(uuid("2864d010-402b-4b4e-b27c-db2cb238ffe4"))
  1063. IDEArcInfoTableType : IUnknown
  1064. {};
  1065. struct __declspec(uuid("82c365f0-7956-47ec-86f3-b8d628837712"))
  1066. IGPArcInfoItemType : IUnknown
  1067. {};
  1068. struct __declspec(uuid("80172db6-5715-4157-b253-6150ea74203e"))
  1069. DECoverageType;
  1070.     // [ default ] interface IUnknown
  1071.     // interface IDECoverageType
  1072.     // interface IDEFeatureDatasetType
  1073.     // interface IDEGeoDatasetType
  1074.     // interface IDEDatasetType
  1075.     // interface IDataElementType
  1076.     // interface IGxFilterInfo
  1077.     // interface IGPDataType
  1078.     // interface IClone
  1079. struct __declspec(uuid("874e63d8-b362-457b-a3c8-aa0f3f443e0b"))
  1080. DECoverageFeatureClassType;
  1081.     // [ default ] interface IUnknown
  1082.     // interface IDECoverageFeatureClassType
  1083.     // interface IDEFeatureClassType
  1084.     // interface IDEArcInfoTableType
  1085.     // interface IDETableType
  1086.     // interface IDEGeoDatasetType
  1087.     // interface IDEDatasetType
  1088.     // interface IDataElementType
  1089.     // interface IGxFilterInfo
  1090.     // interface IGPDataType
  1091.     // interface IClone
  1092. struct __declspec(uuid("0e3f5cb0-2445-4abb-be9a-fcf0492e180a"))
  1093. DEArcInfoTableType;
  1094.     // [ default ] interface IUnknown
  1095.     // interface IDEArcInfoTableType
  1096.     // interface IDETableType
  1097.     // interface IDEDatasetType
  1098.     // interface IDataElementType
  1099.     // interface IGxFilterInfo
  1100.     // interface IGPDataType
  1101.     // interface IClone
  1102. struct __declspec(uuid("5356dadd-53e4-4e70-99c9-996cdd224e25"))
  1103. GPArcInfoItemType;
  1104.     // [ default ] interface IUnknown
  1105.     // interface IGPArcInfoItemType
  1106.     // interface IGPDataType
  1107.     // interface IClone
  1108.     // interface IGPChoiceList
  1109. struct __declspec(uuid("96b70c47-2c7f-405f-b9fd-deaa3cdc084c"))
  1110. DECoverage;
  1111.     // [ default ] interface IUnknown
  1112.     // interface IDECoverage
  1113.     // interface IDEFeatureDataset
  1114.     // interface IDEGeoDataset
  1115.     // interface IDEDataset
  1116.     // interface IDataElement
  1117.     // interface IMetadata
  1118.     // interface IGPValue
  1119.     // interface IXMLSerialize
  1120.     // interface IClone
  1121.     // interface IPersistStream
  1122.     // interface IGPDescribe
  1123. struct __declspec(uuid("b7ec3865-805b-41a4-804c-8b4a30aa4128"))
  1124. DECoverageFeatureClass;
  1125.     // [ default ] interface IUnknown
  1126.     // interface IDECoverageFeatureClass
  1127.     // interface IDEFeatureClass
  1128.     // interface IDETable
  1129.     // interface IDEArcInfoTable
  1130.     // interface IDEGeoDataset
  1131.     // interface IDEDataset
  1132.     // interface IDataElement
  1133.     // interface IMetadata
  1134.     // interface IGPValue
  1135.     // interface IXMLSerialize
  1136.     // interface IClone
  1137.     // interface IPersistStream
  1138.     // interface IGPDescribe
  1139. struct __declspec(uuid("1cc786ec-5efe-493c-8a25-b546844665d7"))
  1140. DEArcInfoTable;
  1141.     // [ default ] interface IUnknown
  1142.     // interface IDEArcInfoTable
  1143.     // interface IDETable
  1144.     // interface IDEDataset
  1145.     // interface IDataElement
  1146.     // interface IMetadata
  1147.     // interface IGPValue
  1148.     // interface IXMLSerialize
  1149.     // interface IClone
  1150.     // interface IPersistStream
  1151.     // interface IGPDescribe
  1152. struct __declspec(uuid("6dddbbb2-41dc-4f12-913e-803196eb33fa"))
  1153. GPArcInfoItem;
  1154.     // [ default ] interface IUnknown
  1155.     // interface IGPArcInfoItem
  1156.     // interface IGPValue
  1157.     // interface IXMLSerialize
  1158.     // interface IClone
  1159.     // interface IPersistStream
  1160.     // interface IGPDescribe
  1161. struct __declspec(uuid("95d74728-cadd-41c2-af2b-7e816364d905"))
  1162. DEArcInfoUtilities;
  1163.     // [ default ] interface IUnknown
  1164.     // interface IDEArcInfoUtilities
  1165. struct __declspec(uuid("a30b5d18-63ed-493a-90e5-75dc2d55d79c"))
  1166. IDEVPFTable : IUnknown
  1167. {};
  1168. struct __declspec(uuid("dbb10ac8-bbbd-44af-aad6-a689af24dbfb"))
  1169. IDEVPFTableType : IUnknown
  1170. {};
  1171. struct __declspec(uuid("3f3c713f-cc15-4ea7-a780-193e021d4251"))
  1172. DEVPFTableType;
  1173.     // [ default ] interface IUnknown
  1174.     // interface IDEVPFTableType
  1175.     // interface IDETableType
  1176.     // interface IDEDatasetType
  1177.     // interface IGxFilterInfo
  1178.     // interface IDataElementType
  1179.     // interface IGPDataType
  1180.     // interface IClone
  1181. struct __declspec(uuid("48aab232-6f1f-4261-9dac-cba55d183649"))
  1182. DEVPFTable;
  1183.     // [ default ] interface IUnknown
  1184.     // interface IDEVPFTable
  1185.     // interface IDETable
  1186.     // interface IDEDataset
  1187.     // interface IDataElement
  1188.     // interface IMetadata
  1189.     // interface IGPValue
  1190.     // interface IXMLSerialize
  1191.     // interface IClone
  1192.     // interface IPersistStream
  1193.     // interface IGPDescribe
  1194. struct __declspec(uuid("26785829-6d41-457c-b953-08fed1e16eda"))
  1195. IDEVPFCoverage : IUnknown
  1196. {};
  1197. struct __declspec(uuid("ba80d3fd-b1c8-4111-b3db-037d6ea3d9eb"))
  1198. IDEVPFCoverageType : IUnknown
  1199. {};
  1200. struct __declspec(uuid("728bbf56-85fa-4598-9ce8-77fc8ba73127"))
  1201. DEVPFCoverageType;
  1202.     // [ default ] interface IUnknown
  1203.     // interface IDEFeatureDatasetType
  1204.     // interface IDEVPFCoverageType
  1205.     // interface IDEGeoDatasetType
  1206.     // interface IDEDatasetType
  1207.     // interface IGxFilterInfo
  1208.     // interface IDataElementType
  1209.     // interface IGPDataType
  1210.     // interface IClone
  1211. struct __declspec(uuid("ca4ff80d-85a9-445c-adb2-a5c7811b3c36"))
  1212. DEVPFCoverage;
  1213.     // [ default ] interface IUnknown
  1214.     // interface IDEFeatureDataset
  1215.     // interface IDEVPFCoverage
  1216.     // interface IDEGeoDataset
  1217.     // interface IDEDataset
  1218.     // interface IDataElement
  1219.     // interface IMetadata
  1220.     // interface IGPValue
  1221.     // interface IXMLSerialize
  1222.     // interface IClone
  1223.     // interface IPersistStream
  1224.     // interface IGPDescribe
  1225. enum acIndexStatus
  1226. {
  1227.     acNotIndexed = 0,
  1228.     acIndexed = 1,
  1229.     acIndexError = 2
  1230. };
  1231. struct __declspec(uuid("a98227bf-d1cd-402e-b5ea-d05f77513755"))
  1232. IIMSConnection : IUnknown
  1233. {
  1234.     //
  1235.     // Raw methods provided by interface
  1236.     //
  1237.     virtual HRESULT __stdcall get_IsConnected (
  1238.         VARIANT_BOOL * IsConnected ) = 0;
  1239.     virtual HRESULT __stdcall Connect ( ) = 0;
  1240.     virtual HRESULT __stdcall Disconnect ( ) = 0;
  1241.     virtual HRESULT __stdcall LoadFromFile (
  1242.         BSTR Path ) = 0;
  1243.     virtual HRESULT __stdcall SaveToFile (
  1244.         BSTR Path ) = 0;
  1245.     virtual HRESULT __stdcall get_FileName (
  1246.         BSTR * FileName ) = 0;
  1247.     virtual HRESULT __stdcall get_URL (
  1248.         BSTR * URL ) = 0;
  1249.     virtual HRESULT __stdcall put_URL (
  1250.         BSTR URL ) = 0;
  1251.     virtual HRESULT __stdcall put_UserName (
  1252.         BSTR UserName ) = 0;
  1253.     virtual HRESULT __stdcall get_UserName (
  1254.         BSTR * UserName ) = 0;
  1255.     virtual HRESULT __stdcall put_Password (
  1256.         BSTR _arg1 ) = 0;
  1257.     virtual HRESULT __stdcall get_SavePassword (
  1258.         VARIANT_BOOL * flag ) = 0;
  1259.     virtual HRESULT __stdcall put_SavePassword (
  1260.         VARIANT_BOOL flag ) = 0;
  1261.     virtual HRESULT __stdcall get_FilterServices (
  1262.         VARIANT * names ) = 0;
  1263.     virtual HRESULT __stdcall put_FilterServices (
  1264.         VARIANT names ) = 0;
  1265. };
  1266. struct __declspec(uuid("2f81075f-0adf-4dea-9c0c-38f7e032705f"))
  1267. IIMSConnection2 : IUnknown
  1268. {
  1269.     //
  1270.     // Raw methods provided by interface
  1271.     //
  1272.     virtual HRESULT __stdcall get_Version (
  1273.         BSTR * pVersion ) = 0;
  1274. };
  1275. struct __declspec(uuid("9df1041e-2f52-405e-b7b9-b736ba74340b"))
  1276. IRemoteMetadata : IUnknown
  1277. {
  1278.     //
  1279.     // Raw methods provided by interface
  1280.     //
  1281.     virtual HRESULT __stdcall put_Dataset (
  1282.         BSTR pDataset ) = 0;
  1283.     virtual HRESULT __stdcall get_Dataset (
  1284.         BSTR * pDataset ) = 0;
  1285.     virtual HRESULT __stdcall put_Owner (
  1286.         BSTR pOwner ) = 0;
  1287.     virtual HRESULT __stdcall get_Owner (
  1288.         BSTR * pOwner ) = 0;
  1289.     virtual HRESULT __stdcall put_UserID (
  1290.         BSTR pUserID ) = 0;
  1291.     virtual HRESULT __stdcall get_UserID (
  1292.         BSTR * pUserID ) = 0;
  1293.     virtual HRESULT __stdcall put_MetadataURL (
  1294.         BSTR pUrl ) = 0;
  1295.     virtual HRESULT __stdcall get_MetadataURL (
  1296.         BSTR * pUrl ) = 0;
  1297.     virtual HRESULT __stdcall put_ThumbnailURL (
  1298.         BSTR pUrl ) = 0;
  1299.     virtual HRESULT __stdcall get_ThumbnailURL (
  1300.         BSTR * pUrl ) = 0;
  1301.     virtual HRESULT __stdcall CreateChild (
  1302.         BSTR server,
  1303.         BSTR Service,
  1304.         BSTR UserName,
  1305.         BSTR Password,
  1306.         VARIANT_BOOL isFolder,
  1307.         struct IGxObject * * ppChild ) = 0;
  1308.     virtual HRESULT __stdcall put_HasChildren (
  1309.         VARIANT_BOOL _arg1 ) = 0;
  1310.     virtual HRESULT __stdcall put_isFolder (
  1311.         VARIANT_BOOL pIsFolder ) = 0;
  1312.     virtual HRESULT __stdcall get_isFolder (
  1313.         VARIANT_BOOL * pIsFolder ) = 0;
  1314.     virtual HRESULT __stdcall put_IsRoot (
  1315.         VARIANT_BOOL pIsRoot ) = 0;
  1316.     virtual HRESULT __stdcall get_IsRoot (
  1317.         VARIANT_BOOL * pIsRoot ) = 0;
  1318.     virtual HRESULT __stdcall put_IsPrivateDocument (
  1319.         VARIANT_BOOL pIsPrivate ) = 0;
  1320.     virtual HRESULT __stdcall get_IsPrivateDocument (
  1321.         VARIANT_BOOL * pIsPrivate ) = 0;
  1322.     virtual HRESULT __stdcall PublishDatasets (
  1323.         struct IEnumName * pNames ) = 0;
  1324.     virtual HRESULT __stdcall put_RefCount (
  1325.         long pRefCount ) = 0;
  1326.     virtual HRESULT __stdcall get_RefCount (
  1327.         long * pRefCount ) = 0;
  1328.     virtual HRESULT __stdcall putref_Extent (
  1329.         struct IEnvelope * ppExtent ) = 0;
  1330.     virtual HRESULT __stdcall get_Extent (
  1331.         struct IEnvelope * * ppExtent ) = 0;
  1332.     virtual HRESULT __stdcall put_Onlink (
  1333.         BSTR Onlink ) = 0;
  1334.     virtual HRESULT __stdcall get_Onlink (
  1335.         BSTR * Onlink ) = 0;
  1336.     virtual HRESULT __stdcall put_server (
  1337.         BSTR server ) = 0;
  1338.     virtual HRESULT __stdcall get_server (
  1339.         BSTR * server ) = 0;
  1340.     virtual HRESULT __stdcall put_Service (
  1341.         BSTR Service ) = 0;
  1342.     virtual HRESULT __stdcall get_Service (
  1343.         BSTR * Service ) = 0;
  1344.     virtual HRESULT __stdcall get_IndexStatus (
  1345.         enum acIndexStatus * pIndexStatus ) = 0;
  1346.     virtual HRESULT __stdcall put_IndexStatus (
  1347.         enum acIndexStatus pIndexStatus ) = 0;
  1348. };
  1349. struct __declspec(uuid("c7535706-3898-419c-b65b-9faf0d8bfc83"))
  1350. IRemoteMetadataName : IUnknown
  1351. {
  1352.     //
  1353.     // Raw methods provided by interface
  1354.     //
  1355.     virtual HRESULT __stdcall put_Dataset (
  1356.         BSTR pDataset ) = 0;
  1357.     virtual HRESULT __stdcall get_Dataset (
  1358.         BSTR * pDataset ) = 0;
  1359.     virtual HRESULT __stdcall put_Owner (
  1360.         BSTR pOwner ) = 0;
  1361.     virtual HRESULT __stdcall get_Owner (
  1362.         BSTR * pOwner ) = 0;
  1363.     virtual HRESULT __stdcall put_UserID (
  1364.         BSTR pUserID ) = 0;
  1365.     virtual HRESULT __stdcall get_UserID (
  1366.         BSTR * pUserID ) = 0;
  1367.     virtual HRESULT __stdcall put_ParentDataset (
  1368.         BSTR pDataset ) = 0;
  1369.     virtual HRESULT __stdcall get_ParentDataset (
  1370.         BSTR * pDataset ) = 0;
  1371.     virtual HRESULT __stdcall put_ParentOwner (
  1372.         BSTR pOwner ) = 0;
  1373.     virtual HRESULT __stdcall get_ParentOwner (
  1374.         BSTR * pOwner ) = 0;
  1375.     virtual HRESULT __stdcall put_ParentUserID (
  1376.         BSTR pUserID ) = 0;
  1377.     virtual HRESULT __stdcall get_ParentUserID (
  1378.         BSTR * pUserID ) = 0;
  1379.     virtual HRESULT __stdcall put_MetadataURL (
  1380.         BSTR pUrl ) = 0;
  1381.     virtual HRESULT __stdcall get_MetadataURL (
  1382.         BSTR * pUrl ) = 0;
  1383.     virtual HRESULT __stdcall put_ThumbnailURL (
  1384.         BSTR pUrl ) = 0;
  1385.     virtual HRESULT __stdcall get_ThumbnailURL (
  1386.         BSTR * pUrl ) = 0;
  1387.     virtual HRESULT __stdcall put_isFolder (
  1388.         VARIANT_BOOL pIsFolder ) = 0;
  1389.     virtual HRESULT __stdcall get_isFolder (
  1390.         VARIANT_BOOL * pIsFolder ) = 0;
  1391.     virtual HRESULT __stdcall put_IsRoot (
  1392.         VARIANT_BOOL pIsRoot ) = 0;
  1393.     virtual HRESULT __stdcall get_IsRoot (
  1394.         VARIANT_BOOL * pIsRoot ) = 0;
  1395.     virtual HRESULT __stdcall put_IsPrivateDocument (
  1396.         VARIANT_BOOL pIsPrivate ) = 0;
  1397.     virtual HRESULT __stdcall get_IsPrivateDocument (
  1398.         VARIANT_BOOL * pIsPrivate ) = 0;
  1399.     virtual HRESULT __stdcall put_RefCount (
  1400.         long pRefCount ) = 0;
  1401.     virtual HRESULT __stdcall get_RefCount (
  1402.         long * pRefCount ) = 0;
  1403.     virtual HRESULT __stdcall putref_Extent (
  1404.         struct IEnvelope * ppExtent ) = 0;
  1405.     virtual HRESULT __stdcall get_Extent (
  1406.         struct IEnvelope * * ppExtent ) = 0;
  1407.     virtual HRESULT __stdcall put_Onlink (
  1408.         BSTR Onlink ) = 0;
  1409.     virtual HRESULT __stdcall get_Onlink (
  1410.         BSTR * Onlink ) = 0;
  1411.     virtual HRESULT __stdcall put_server (
  1412.         BSTR server ) = 0;
  1413.     virtual HRESULT __stdcall get_server (
  1414.         BSTR * server ) = 0;
  1415.     virtual HRESULT __stdcall put_Service (
  1416.         BSTR Service ) = 0;
  1417.     virtual HRESULT __stdcall get_Service (
  1418.         BSTR * Service ) = 0;
  1419.     virtual HRESULT __stdcall get_IndexStatus (
  1420.         enum acIndexStatus * pIndexStatus ) = 0;
  1421.     virtual HRESULT __stdcall put_IndexStatus (
  1422.         enum acIndexStatus pIndexStatus ) = 0;
  1423. };
  1424. struct __declspec(uuid("64c58b58-b932-4f91-8a60-4a85964af693"))
  1425. IIMSMetadataAxlRequest : IUnknown
  1426. {
  1427.     //
  1428.     // Raw methods provided by interface
  1429.     //
  1430.     virtual HRESULT __stdcall SendMetadataAxlRequest (
  1431.         BSTR axl,
  1432.         struct ITrackCancel * pTrackCancel,
  1433.         BSTR * response ) = 0;
  1434. };
  1435. struct __declspec(uuid("c9575f93-39e5-4cba-bef6-50e598cf058d"))
  1436. IMetadataValidator : IUnknown
  1437. {
  1438.     //
  1439.     // Raw methods provided by interface
  1440.     //
  1441.     virtual HRESULT __stdcall Validate (
  1442.         struct IPropertySet * pPropertySet,
  1443.         VARIANT_BOOL silent,
  1444.         BSTR * failureReasons,
  1445.         VARIANT_BOOL * pOk ) = 0;
  1446. };
  1447. struct __declspec(uuid("519dbf3e-67bd-4243-8ef5-f98df19862a2"))
  1448. IMSConnection;
  1449.     // [ default ] interface IUnknown
  1450.     // interface IGxObject
  1451.     // interface IGxObjectContainer
  1452.     // interface IIMSConnection
  1453.     // interface IIMSConnection2
  1454.     // interface INativeTypeInfo
  1455.     // interface IGxObjectEdit
  1456.     // interface IGxObjectProperties
  1457.     // interface IGxObjectUI
  1458.     // interface IGxObjectWizard
  1459.     // interface IGxRemoteConnection
  1460. struct __declspec(uuid("85946d27-cf79-4088-8236-ea7b15038ca4"))
  1461. NewIMSConnection;
  1462.     // [ default ] interface IUnknown
  1463.     // interface IGxObject
  1464.     // interface IGxObjectUI
  1465.     // interface IGxBasicObject
  1466.     // interface IGxObjectProperties
  1467.     // interface IGxObjectWizard
  1468. struct __declspec(uuid("0d0e3f3b-9fd0-485e-a0b2-55718329739d"))
  1469. NewServerRef;
  1470.     // [ default ] interface IUnknown
  1471.     // interface IGxObject
  1472.     // interface IGxObjectUI
  1473.     // interface IGxBasicObject
  1474.     // interface IGxObjectProperties
  1475.     // interface IGxObjectWizard
  1476. struct __declspec(uuid("66b9113d-7129-4ad4-bc47-a9ce904337eb"))
  1477. IMSImageMap;
  1478.     // [ default ] interface IUnknown
  1479.     // interface IGxObject
  1480.     // interface IGxObjectUI
  1481.     // interface IGxLayerSource
  1482.     // interface IIMSServiceDescription
  1483.     // interface IMetadata
  1484.     // interface IGxObjectProperties
  1485.     // interface INativeTypeInfo
  1486.     // interface IGxObjectEdit
  1487.     // interface IGxObjectInternalName
  1488.     // interface IGxThumbnail
  1489.     // interface IMetadataEdit
  1490.     // interface IIMSUserRole
  1491. struct __declspec(uuid("d2b6fce3-3f56-478b-8125-177b3373a634"))
  1492. IMSMetadataServiceName;
  1493.     // [ default ] interface IUnknown
  1494.     // interface IIMSServiceDescription
  1495.     // interface IIMSAxlRequest
  1496.     // interface IMetadata
  1497.     // interface IName
  1498.     // interface IPersist
  1499.     // interface IPersistStream
  1500.     // interface IRemoteMetadataName
  1501.     // interface IIMSMetadataAxlRequest
  1502.     // interface IIMSUserRole
  1503. struct __declspec(uuid("344eaff1-6a1a-4aec-bb17-3bbebb26c699"))
  1504. IMSFeatureService;
  1505.     // [ default ] interface IUnknown
  1506.     // interface IGxObject
  1507.     // interface IGxObjectUI
  1508.     // interface IIMSServiceDescription
  1509.     // interface IGxLayerSource
  1510.     // interface IMetadata
  1511.     // interface IGxObjectProperties
  1512.     // interface INativeTypeInfo
  1513.     // interface IGxObjectContainer
  1514.     // interface IGxObjectEdit
  1515.     // interface IGxObjectInternalName
  1516.     // interface IMetadataEdit
  1517.     // interface IIMSUserRole
  1518.     // interface IGxThumbnail
  1519. struct __declspec(uuid("e2d5c938-c9cc-471a-a3ff-049618618959"))
  1520. IMSMetadataService;
  1521.     // [ default ] interface IUnknown
  1522.     // interface IGxObject
  1523.     // interface IGxObjectEdit
  1524.     // interface IGxObjectUI
  1525.     // interface IGxLayerSource
  1526.     // interface IGxObjectContainer
  1527.     // interface IGxObjectDeleteOptions
  1528.     // interface IGxThumbnail
  1529.     // interface IIMSServiceDescription
  1530.     // interface IMetadata
  1531.     // interface IGxObjectProperties
  1532.     // interface INativeTypeInfo
  1533.     // interface IGxObjectInternalName
  1534.     // interface IMetadataEdit
  1535.     // interface IRemoteMetadata
  1536.     // interface IGxPasteTarget
  1537.     // interface IClone
  1538.     // interface IGxObjectSort
  1539.     // interface IIMSUserRole
  1540. struct __declspec(uuid("81d3b308-862a-4872-acad-4f45b17259d7"))
  1541. GxFilterRemoteMetadata;
  1542.     // [ default ] interface IUnknown
  1543.     // interface IGxObjectFilter
  1544. struct __declspec(uuid("a1c7449c-ceab-427b-a10d-e92618e4f634"))
  1545. GxFilterRemoteMetadataContainer;
  1546.     // [ default ] interface IUnknown
  1547.     // interface IGxObjectFilter
  1548. struct __declspec(uuid("52900577-5366-464f-bf79-18034f9b9687"))
  1549. IMSGlobeServiceDescription;
  1550.     // [ default ] interface IUnknown
  1551.     // interface IGxObject
  1552.     // interface IGxObjectUI
  1553.     // interface IIMSServiceDescription
  1554.     // interface IIMSUserRole
  1555.     // interface IGxObjectContainer
  1556.     // interface IName
  1557. struct __declspec(uuid("bc9381f5-df2c-4739-abeb-f4745ad92f47"))
  1558. IMSGlobeSubServiceDescription;
  1559.     // [ default ] interface IUnknown
  1560.     // interface IGxObject
  1561.     // interface IGxObjectUI
  1562.     // interface IIMSServiceDescription
  1563.     // interface IIMSGlobeSubServiceDescription
  1564.     // interface IName
  1565. struct __declspec(uuid("1c56f53d-ec49-4b5b-a990-be113af2303e"))
  1566. IMSConnectionNativeType;
  1567.     // [ default ] interface IUnknown
  1568.     // interface INativeType
  1569. struct __declspec(uuid("43ae6140-ac20-497f-91b5-8be40fa486ea"))
  1570. IMSFeatureServiceNativeType;
  1571.     // [ default ] interface IUnknown
  1572.     // interface INativeType
  1573.     // interface INativeTypeSearch
  1574. struct __declspec(uuid("d0032ba5-8cda-490f-9e12-b662aacafa39"))
  1575. IMSImageMapNativeType;
  1576.     // [ default ] interface IUnknown
  1577.     // interface INativeType
  1578. struct __declspec(uuid("cadba869-a488-4858-8431-b48a7a3371d8"))
  1579. IMSMetadataServiceNativeType;
  1580.     // [ default ] interface IUnknown
  1581.     // interface INativeType
  1582. struct __declspec(uuid("3b4a9f32-d220-4d75-8127-12f2e8c14445"))
  1583. IMSMetadataDocumentNativeType;
  1584.     // [ default ] interface IUnknown
  1585.     // interface INativeType
  1586. struct __declspec(uuid("7cc18907-aa8e-4e9b-a01d-a7b6ae3038da"))
  1587. IMSFeatureClass;
  1588.     // [ default ] interface IUnknown
  1589.     // interface IGxObjectUI
  1590.     // interface INativeTypeInfo
  1591.     // interface IGxCachedObjects
  1592.     // interface IGxDataset
  1593.     // interface IGxObject
  1594.     // interface IGxObjectContainer
  1595.     // interface IGxObjectEdit
  1596.     // interface IGxObjectInternalName
  1597.     // interface IGxObjectProperties
  1598.     // interface IGxPasteTarget
  1599.     // interface IGxThumbnail
  1600.     // interface IMetadata
  1601.     // interface IMetadataEdit
  1602.     // interface IObjectClassSchemaEvents
  1603. struct __declspec(uuid("8dc9c31a-4323-408e-91a4-b2c6f12275b8"))
  1604. GNValidator;
  1605.     // [ default ] interface IUnknown
  1606.     // interface IMetadataValidator
  1607. struct __declspec(uuid("270c5887-97af-4c2a-9aff-c9e893bff73a"))
  1608. GNSynchronizer;
  1609.     // [ default ] interface IUnknown
  1610.     // interface IMetadataSynchronizer
  1611. enum esriContentType
  1612. {
  1613.     esriContentTypeNone = 0,
  1614.     esriContentTypeData = 1,
  1615.     esriContentTypeLiveData = 2,
  1616.     esriContentTypeDownloadableData = 3,
  1617.     esriContentTypeOfflineData = 4,
  1618.     esriContentTypeDocuments = 5,
  1619.     esriContentTypeStaticMapImages = 6,
  1620.     esriContentTypeOtherDocuments = 7,
  1621.     esriContentTypeResources = 8,
  1622.     esriContentTypeApplications = 9,
  1623.     esriContentTypeGeographicServices = 10,
  1624.     esriContentTypeClearinghouses = 11,
  1625.     esriContentTypeMapFiles = 12,
  1626.     esriContentTypeGeographicActivities = 13
  1627. };
  1628. enum esriFindDateType
  1629. {
  1630.     esriFindDateTypeNone = 0,
  1631.     esriFindDateTypeContent = 1,
  1632.     esriFindDateTypePublication = 2,
  1633.     esriFindDateTypeMetadata = 3
  1634. };
  1635. enum esriFindDateOperator
  1636. {
  1637.     esriFindDateOperatorPrevious = 0,
  1638.     esriFindDateOperatorBefore = 1,
  1639.     esriFindDateOperatorDuring = 2,
  1640.     esriFindDateOperatorEqual = 3,
  1641.     esriFindDateOperatorAfter = 4
  1642. };
  1643. enum esriFindFieldType
  1644. {
  1645.     esriFindFieldTypeFullText = 0,
  1646.     esriFindFieldTypeTitle = 1,
  1647.     esriFindFieldTypeEdition = 2,
  1648.     esriFindFieldTypeOriginator = 3,
  1649.     esriFindFieldTypeSourceAgency = 4,
  1650.     esriFindFieldTypeAbstract = 5,
  1651.     esriFindFieldTypePurpose = 6,
  1652.     esriFindFieldTypeGeoForm = 7,
  1653.     esriFindFieldTypeTheme = 8,
  1654.     esriFindFieldTypePlace = 9,
  1655.     esriFindFieldTypeStratum = 10,
  1656.     esriFindFieldTypeTemporal = 11,
  1657.     esriFindFieldTypeEntity = 12,
  1658.     esriFindFieldTypeAttribute = 13,
  1659.     esriFindFieldTypeLineage = 14,
  1660.     esriFindFieldTypeSourceScale = 15,
  1661.     esriFindFieldTypeCloudCover = 16,
  1662.     esriFindFieldTypeProgress = 17,
  1663.     esriFindFieldTypeUserDefined = 18,
  1664.     esriFindFieldTypeDataTheme = 19
  1665. };
  1666. enum esriFindFieldOperator
  1667. {
  1668.     esriFindFieldOperatorIncludes = 0,
  1669.     esriFindFieldOperatorEquals = 1,
  1670.     esriFindFieldOperatorExists = 2
  1671. };
  1672. enum esriFindEnvelopeOperator
  1673. {
  1674.     esriFindEnvelopeOperatorWithin = 0,
  1675.     esriFindEnvelopeOperatorOverlaps = 1
  1676. };
  1677. struct __declspec(uuid("4ea3e4eb-9dfa-11d3-a6cb-0008c7d3ae50"))
  1678. IQuery : IUnknown
  1679. {
  1680.     //
  1681.     // Raw methods provided by interface
  1682.     //
  1683.     virtual HRESULT __stdcall get_NameOfQuery (
  1684.         BSTR * Name ) = 0;
  1685.     virtual HRESULT __stdcall put_NameOfQuery (
  1686.         BSTR Name ) = 0;
  1687.     virtual HRESULT __stdcall get_DatasetName (
  1688.         BSTR * Name ) = 0;
  1689.     virtual HRESULT __stdcall put_DatasetName (
  1690.         BSTR Name ) = 0;
  1691.     virtual HRESULT __stdcall get_IsCaseSensitive (
  1692.         VARIANT_BOOL * IsCaseSensitive ) = 0;
  1693.     virtual HRESULT __stdcall put_IsCaseSensitive (
  1694.         VARIANT_BOOL IsCaseSensitive ) = 0;
  1695.     virtual HRESULT __stdcall get_DatasetType (
  1696.         struct INativeType * * ppNativeType ) = 0;
  1697.     virtual HRESULT __stdcall putref_DatasetType (
  1698.         struct INativeType * ppNativeType ) = 0;
  1699.     virtual HRESULT __stdcall get_Envelope (
  1700.         struct IEnvelope * * ppEnvelope ) = 0;
  1701.     virtual HRESULT __stdcall putref_Envelope (
  1702.         struct IEnvelope * ppEnvelope ) = 0;
  1703.     virtual HRESULT __stdcall get_NativeEnvelope (
  1704.         struct IEnvelope * * ppEnvelope ) = 0;
  1705.     virtual HRESULT __stdcall putref_NativeEnvelope (
  1706.         struct IEnvelope * ppEnvelope ) = 0;
  1707.     virtual HRESULT __stdcall get_EnvelopeOperator (
  1708.         enum esriFindEnvelopeOperator * pOp ) = 0;
  1709.     virtual HRESULT __stdcall put_EnvelopeOperator (
  1710.         enum esriFindEnvelopeOperator pOp ) = 0;
  1711.     virtual HRESULT __stdcall get_DateType (
  1712.         enum esriFindDateType * Type ) = 0;
  1713.     virtual HRESULT __stdcall put_DateType (
  1714.         enum esriFindDateType Type ) = 0;
  1715.     virtual HRESULT __stdcall get_DateOperator (
  1716.         enum esriFindDateOperator * op ) = 0;
  1717.     virtual HRESULT __stdcall put_DateOperator (
  1718.         enum esriFindDateOperator op ) = 0;
  1719.     virtual HRESULT __stdcall get_Date1 (
  1720.         BSTR * date ) = 0;
  1721.     virtual HRESULT __stdcall put_Date1 (
  1722.         BSTR date ) = 0;
  1723.     virtual HRESULT __stdcall get_Date2 (
  1724.         BSTR * date ) = 0;
  1725.     virtual HRESULT __stdcall put_Date2 (
  1726.         BSTR date ) = 0;
  1727.     virtual HRESULT __stdcall get_NumFieldQueries (
  1728.         int * Count ) = 0;
  1729.     virtual HRESULT __stdcall GetFieldQuery (
  1730.         int index,
  1731.         enum esriFindFieldType * Type,
  1732.         enum esriFindFieldOperator * op,
  1733.         BSTR * value,
  1734.         BSTR * tag ) = 0;
  1735.     virtual HRESULT __stdcall AddFieldQuery (
  1736.         enum esriFindFieldType Type,
  1737.         enum esriFindFieldOperator op,
  1738.         BSTR value,
  1739.         BSTR tag ) = 0;
  1740.     virtual HRESULT __stdcall get_ClassID (
  1741.         struct IUID * * ClassID ) = 0;
  1742.     virtual HRESULT __stdcall Load (
  1743.         struct IPropertySet * pPropertySet ) = 0;
  1744.     virtual HRESULT __stdcall Save (
  1745.         struct IPropertySet * pPropertySet ) = 0;
  1746.     virtual HRESULT __stdcall get_EngineProperties (
  1747.         struct IPropertySet * * ppPropertySet ) = 0;
  1748. };
  1749. struct __declspec(uuid("64ab252e-1cca-4c79-a929-1ce0ac219724"))
  1750. ISearchResults : IUnknown
  1751. {
  1752.     //
  1753.     // Raw methods provided by interface
  1754.     //
  1755.     virtual HRESULT __stdcall putref_Query (
  1756.         struct IQuery * ppQuery ) = 0;
  1757.     virtual HRESULT __stdcall get_Query (
  1758.         struct IQuery * * ppQuery ) = 0;
  1759. };
  1760. struct __declspec(uuid("f4273dcc-b220-4b1f-a177-11c4a1f6f5a6"))
  1761. ISearchResultsLayer : IUnknown
  1762. {
  1763.     //
  1764.     // Raw methods provided by interface
  1765.     //
  1766.     virtual HRESULT __stdcall put_Path (
  1767.         BSTR Path ) = 0;
  1768.     virtual HRESULT __stdcall get_Path (
  1769.         BSTR * Path ) = 0;
  1770. };
  1771. struct __declspec(uuid("6ecfbc99-b4ee-4471-a81d-bab3fea34e3a"))
  1772. ISearchResultsIdentifyObject : IUnknown
  1773. {
  1774.     //
  1775.     // Raw methods provided by interface
  1776.     //
  1777.     virtual HRESULT __stdcall putref_Extent (
  1778.         struct IEnvelope * _arg1 ) = 0;
  1779.     virtual HRESULT __stdcall putref_Shortcut (
  1780.         struct IGxShortcut * _arg1 ) = 0;
  1781.     virtual HRESULT __stdcall Select ( ) = 0;
  1782. };
  1783. struct __declspec(uuid("3b11c773-9ee7-11d3-a6cb-0008c7d3ae50"))
  1784. SearchResultsRoot;
  1785.     // [ default ] interface IUnknown
  1786.     // interface IGxObject
  1787.     // interface IGxObjectUI
  1788.     // interface IGxObjectContainer
  1789.     // interface IGxObjectEdit
  1790.     // interface IGxPasteTarget
  1791.     // interface IGxFile
  1792.     // interface IGxCachedObjects
  1793.     // interface IGxObjectProperties
  1794. struct __declspec(uuid("5a4e2e23-4426-4708-97f3-a925fe980a48"))
  1795. SearchResultsLayer;
  1796.     // [ default ] interface IUnknown
  1797.     // interface ISearchResultsLayer
  1798.     // interface ILayer
  1799.     // interface IGeoDataset
  1800.     // interface IIdentify
  1801.     // interface IPublishLayer
  1802. struct __declspec(uuid("e641ba7a-68d6-4594-a0d7-3d5dce2dcd30"))
  1803. SearchResultsLayerFactory;
  1804.     // [ default ] interface IUnknown
  1805.     // interface ILayerFactory
  1806. struct __declspec(uuid("974730c1-ae9d-11d3-a6d5-0008c7d3ae50"))
  1807. SearchResults;
  1808.     // [ default ] interface IUnknown
  1809.     // interface IGxObject
  1810.     // interface IGxObjectUI
  1811.     // interface IGxObjectContainer
  1812.     // interface IGxObjectEdit
  1813.     // interface IGxPasteTarget
  1814.     // interface IGxObjectSort
  1815.     // interface IGxFile
  1816.     // interface IMetadata
  1817.     // interface IMetadataEdit
  1818.     // interface ISearchResults
  1819.     // interface IGxCachedObjects
  1820.     // interface IGxObjectProperties
  1821. struct __declspec(uuid("39169d70-931f-45f4-9a0a-0db897cb1f80"))
  1822. SearchResultsIdentifyObj;
  1823.     // [ default ] interface IUnknown
  1824.     // interface IIdentifyObj
  1825.     // interface ISearchResultsIdentifyObject
  1826. //
  1827. // Named GUID constants initializations
  1828. //
  1829. extern "C" const GUID __declspec(selectany) LIBID_esriCatalog =
  1830.     {0xadc7de29,0xdc0b,0x448e,{0xbb,0xf6,0x27,0xe4,0xe3,0x4c,0xf2,0xec}};
  1831. extern "C" const GUID __declspec(selectany) IID_IGxObject =
  1832.     {0xbdbbb3eb,0xd0b2,0x11d1,{0xae,0xd9,0x08,0x00,0x09,0xec,0x73,0x4b}};
  1833. extern "C" const GUID __declspec(selectany) IID_IGxCatalog =
  1834.     {0xbdbbb3ee,0xd0b2,0x11d1,{0xae,0xd9,0x08,0x00,0x09,0xec,0x73,0x4b}};
  1835. extern "C" const GUID __declspec(selectany) IID_IGxSelection =
  1836.     {0xbdbbb3ed,0xd0b2,0x11d1,{0xae,0xd9,0x08,0x00,0x09,0xec,0x73,0x4b}};
  1837. extern "C" const GUID __declspec(selectany) IID_IEnumGxObject =
  1838.     {0xbdbbb3ec,0xd0b2,0x11d1,{0xae,0xd9,0x08,0x00,0x09,0xec,0x73,0x4b}};
  1839. extern "C" const GUID __declspec(selectany) IID_IGxFileFilter =
  1840.     {0xbdbbb3f7,0xd0b2,0x11d1,{0xae,0xd9,0x08,0x00,0x09,0xec,0x73,0x4b}};
  1841. extern "C" const GUID __declspec(selectany) IID_IGxFolder =
  1842.     {0xbdbbb3ef,0xd0b2,0x11d1,{0xae,0xd9,0x08,0x00,0x09,0xec,0x73,0x4b}};
  1843. extern "C" const GUID __declspec(selectany) IID_IGxObjectEdit =
  1844.     {0xbdbbb3fc,0xd0b2,0x11d1,{0xae,0xd9,0x08,0x00,0x09,0xec,0x73,0x4b}};
  1845. extern "C" const GUID __declspec(selectany) IID_IGxObjectDeleteOptions =
  1846.     {0xc78d055b,0x23ae,0x4874,{0x8c,0x12,0xb2,0x80,0xfa,0xd9,0xb8,0xb8}};
  1847. extern "C" const GUID __declspec(selectany) IID_IGxPasteTarget =
  1848.     {0xbdbbb403,0xd0b2,0x11d1,{0xae,0xd9,0x08,0x00,0x09,0xec,0x73,0x4b}};
  1849. extern "C" const GUID __declspec(selectany) IID_IGxMap =
  1850.     {0xbdbbb3f0,0xd0b2,0x11d1,{0xae,0xd9,0x08,0x00,0x09,0xec,0x73,0x4b}};
  1851. extern "C" const GUID __declspec(selectany) IID_IGxLayer =
  1852.     {0xbdbbb3f1,0xd0b2,0x11d1,{0xae,0xd9,0x08,0x00,0x09,0xec,0x73,0x4b}};
  1853. extern "C" const GUID __declspec(selectany) IID_IGxFile =
  1854.     {0xbdbbb3f2,0xd0b2,0x11d1,{0xae,0xd9,0x08,0x00,0x09,0xec,0x73,0x4b}};
  1855. extern "C" const GUID __declspec(selectany) IID_IGxDatabase =
  1856.     {0xbdbbb3f3,0xd0b2,0x11d1,{0xae,0xd9,0x08,0x00,0x09,0xec,0x73,0x4b}};
  1857. extern "C" const GUID __declspec(selectany) IID_IGxDataset =
  1858.     {0xbdbbb3f4,0xd0b2,0x11d1,{0xae,0xd9,0x08,0x00,0x09,0xec,0x73,0x4b}};
  1859. extern "C" const GUID __declspec(selectany) IID_IGxObjectFactory =
  1860.     {0x65d77502,0x895c,0x11d2,{0xaf,0x5d,0x08,0x00,0x09,0xec,0x73,0x4b}};
  1861. extern "C" const GUID __declspec(selectany) IID_IGxRemoteDatabaseFolder =
  1862.     {0xbdbbb3fe,0xd0b2,0x11d1,{0xae,0xd9,0x08,0x00,0x09,0xec,0x73,0x4b}};
  1863. extern "C" const GUID __declspec(selectany) IID_IGxNewDatabase =
  1864.     {0xbdbbb3ff,0xd0b2,0x11d1,{0xae,0xd9,0x08,0x00,0x09,0xec,0x73,0x4b}};
  1865. extern "C" const GUID __declspec(selectany) IID_IGxDiskConnection =
  1866.     {0xbdbbb402,0xd0b2,0x11d1,{0xae,0xd9,0x08,0x00,0x09,0xec,0x73,0x4b}};
  1867. extern "C" const GUID __declspec(selectany) IID_IGxPrjFile =
  1868.     {0xa38cb584,0x95ce,0x11d2,{0xad,0x2a,0x00,0xc0,0x4f,0xa3,0x3a,0x15}};
  1869. extern "C" const GUID __declspec(selectany) IID_IGxSpatialReferencesFolder =
  1870.     {0xf7bf067b,0x969e,0x11d2,{0xad,0x2c,0x00,0xc0,0x4f,0xa3,0x3a,0x15}};
  1871. extern "C" const GUID __declspec(selectany) IID_IGxDatabaseExtension =
  1872.     {0xcdb0cc46,0x4e87,0x11d3,{0x9f,0x52,0x00,0xc0,0x4f,0x6b,0xdf,0x06}};
  1873. extern "C" const GUID __declspec(selectany) IID_IGxDatabaseExtensionCompare =
  1874.     {0xb526f7be,0x4eb3,0x11d3,{0x9f,0x52,0x00,0xc0,0x4f,0x6b,0xdf,0x06}};
  1875. extern "C" const GUID __declspec(selectany) IID_IGxObjectFactories =
  1876.     {0x6eec9a26,0xe824,0x45d7,{0x95,0x36,0xfe,0x28,0x39,0x3b,0xa9,0xc1}};
  1877. extern "C" const GUID __declspec(selectany) IID_IEnumGxObjectFactory =
  1878.     {0x3e72ea9a,0x5df0,0x4462,{0xac,0x0b,0xdc,0xd1,0x3f,0x3c,0x40,0x9d}};
  1879. extern "C" const GUID __declspec(selectany) IID_IGxTextFile =
  1880.     {0x07d8c093,0xa491,0x4c72,{0x9e,0x9b,0x72,0x8d,0x61,0x99,0x9b,0x9d}};
  1881. extern "C" const GUID __declspec(selectany) IID_IGxDataElement =
  1882.     {0x611c22e5,0xdab3,0x4ac6,{0x9c,0x98,0x66,0x5d,0x0f,0x89,0xaa,0xcd}};
  1883. extern "C" const GUID __declspec(selectany) IID_IGxDataElementHelper =
  1884.     {0x880af9da,0xa704,0x4546,{0x9f,0xf3,0xbd,0x2f,0xa8,0xab,0x9e,0x82}};
  1885. extern "C" const GUID __declspec(selectany) IID_IGxObjectArray =
  1886.     {0xb330f487,0xde4d,0x11d2,{0x9f,0x2f,0x00,0xc0,0x4f,0x6b,0xc6,0x9e}};
  1887. extern "C" const GUID __declspec(selectany) IID_IGxObjectUI =
  1888.     {0x7273aa57,0xe6f9,0x11d2,{0x9f,0x30,0x00,0xc0,0x4f,0x6b,0xc6,0x9e}};
  1889. extern "C" const GUID __declspec(selectany) IID_IGxObjectContainer =
  1890.     {0x7273aa58,0xe6f9,0x11d2,{0x9f,0x30,0x00,0xc0,0x4f,0x6b,0xc6,0x9e}};
  1891. extern "C" const GUID __declspec(selectany) IID_IGxObjectContainer2 =
  1892.     {0x3802cc51,0x6523,0x497a,{0x96,0x63,0x9c,0xbb,0x66,0xb0,0xda,0xc5}};
  1893. extern "C" const GUID __declspec(selectany) IID_IGxObjectProperties =
  1894.     {0xd342626e,0xf9da,0x11d3,{0xa6,0x8d,0x00,0x08,0xc7,0xd3,0xae,0x8d}};
  1895. extern "C" const GUID __declspec(selectany) IID_IGxCachedObjects =
  1896.     {0xbdbbb404,0xd0b2,0x11d1,{0xae,0xd9,0x08,0x00,0x09,0xec,0x73,0x4b}};
  1897. extern "C" const GUID __declspec(selectany) IID_IGxObjectFactoryEdit =
  1898.     {0x527e3bad,0xd8df,0x11d3,{0xa6,0x7d,0x00,0x08,0xc7,0xd3,0xae,0x8d}};
  1899. extern "C" const GUID __declspec(selectany) IID_IGxObjectFactoryMetadata =
  1900.     {0x5f31857e,0x62c8,0x415b,{0xa1,0x26,0xf8,0xea,0xe2,0xf2,0x6f,0x55}};
  1901. extern "C" const GUID __declspec(selectany) IID_IGxObjectFactoryPriority =
  1902.     {0x36f2ba2c,0xd538,0x4652,{0xa0,0x89,0x82,0xbe,0x06,0x9e,0xab,0x65}};
  1903. extern "C" const GUID __declspec(selectany) IID_IGxObjectFactoryFileExtensions =
  1904.     {0xf61dc478,0x8f2e,0x43fa,{0x90,0x90,0x7f,0xcc,0xb8,0x45,0x0e,0x18}};
  1905. extern "C" const GUID __declspec(selectany) IID_IGxPasteTargetHelper =
  1906.     {0xc8b779c7,0x9ce0,0x45f9,{0xbb,0x53,0xc0,0x98,0x98,0x68,0x8c,0x25}};
  1907. extern "C" const GUID __declspec(selectany) IID_IGxDatabaseExtensions =
  1908.     {0x0cad4508,0x4f3e,0x11d3,{0x9f,0x52,0x00,0xc0,0x4f,0x6b,0xdf,0x06}};
  1909. extern "C" const GUID __declspec(selectany) IID_IGxSelectionEvents =
  1910.     {0xbdbbb3f9,0xd0b2,0x11d1,{0xae,0xd9,0x08,0x00,0x09,0xec,0x73,0x4b}};
  1911. extern "C" const GUID __declspec(selectany) IID_IGxObjectFilter =
  1912.     {0x9e14bc46,0x19f4,0x11d3,{0x9f,0x55,0x00,0xc0,0x4f,0x6b,0xc6,0x9e}};
  1913. extern "C" const GUID __declspec(selectany) IID_IGxObjectFilterCollection =
  1914.     {0x41f5c02d,0xd9c8,0x11d3,{0xa6,0x7d,0x00,0x08,0xc7,0xd3,0xae,0x8d}};
  1915. extern "C" const GUID __declspec(selectany) IID_IGxObjectFilterCollectionAdmin =
  1916.     {0xfd7ad57b,0xda73,0x11d3,{0xa6,0x7d,0x00,0x08,0xc7,0xd3,0xae,0x8d}};
  1917. extern "C" const GUID __declspec(selectany) IID_IGxCatalogAdmin =
  1918.     {0x9598fb2f,0x22ba,0x11d3,{0x9f,0x58,0x00,0xc0,0x4f,0x6b,0xc6,0x9e}};
  1919. extern "C" const GUID __declspec(selectany) IID_IGxCatalogEventsDisp =
  1920.     {0xbdbbb401,0xd0b2,0x11d1,{0xae,0xd9,0x08,0x00,0x09,0xec,0x73,0x4b}};
  1921. extern "C" const GUID __declspec(selectany) IID_IGxCatalogEvents =
  1922.     {0xbdbbb3f8,0xd0b2,0x11d1,{0xae,0xd9,0x08,0x00,0x09,0xec,0x73,0x4b}};
  1923. extern "C" const GUID __declspec(selectany) IID_IGxMapPageLayout =
  1924.     {0x252c4a5d,0xf6d7,0x11d3,{0xa6,0x8c,0x00,0x08,0xc7,0xd3,0xae,0x8d}};
  1925. extern "C" const GUID __declspec(selectany) IID_IGxLayerSource =
  1926.     {0xfbbbdfa1,0x59c3,0x42c9,{0xb6,0x3f,0x1c,0xe5,0xd8,0xfc,0xb7,0xc5}};
  1927. extern "C" const GUID __declspec(selectany) IID_IGxFileSetup =
  1928.     {0xb330f48a,0xde4d,0x11d2,{0x9f,0x2f,0x00,0xc0,0x4f,0x6b,0xc6,0x9e}};
  1929. extern "C" const GUID __declspec(selectany) IID_IGxDatabase2 =
  1930.     {0xc34479ba,0x1d3c,0x11d4,{0xa0,0xdb,0x00,0xc0,0x4f,0x6b,0xc6,0x26}};
  1931. extern "C" const GUID __declspec(selectany) IID_IGxThumbnail =
  1932.     {0xda1862ed,0x95f8,0x11d2,{0xaf,0x67,0x08,0x00,0x09,0xec,0x73,0x4b}};
  1933. extern "C" const GUID __declspec(selectany) IID_IGxFileFilterEvents =
  1934.     {0xbdbbb3fa,0xd0b2,0x11d1,{0xae,0xd9,0x08,0x00,0x09,0xec,0x73,0x4b}};
  1935. extern "C" const GUID __declspec(selectany) IID_IGxRemoteContainer =
  1936.     {0xb0277e3e,0x917d,0x44f3,{0x88,0x60,0xd2,0xc5,0xe0,0x1a,0xd2,0x15}};
  1937. extern "C" const GUID __declspec(selectany) IID_IGxBasicObject =
  1938.     {0x74f0d7f1,0xc7f5,0x4116,{0xa9,0xf5,0x5b,0x51,0xc9,0x31,0x2d,0x95}};
  1939. extern "C" const GUID __declspec(selectany) IID_IGxObjectWizard =
  1940.     {0xc6df682d,0xa28c,0x476a,{0x92,0x4c,0x44,0xd1,0x19,0x4c,0xf7,0x8d}};
  1941. extern "C" const GUID __declspec(selectany) IID_IGxDiskConnection2 =
  1942.     {0xc9bb82e5,0x1801,0x4ee9,{0x9d,0xff,0x0e,0xff,0x01,0xa7,0xb0,0x16}};
  1943. extern "C" const GUID __declspec(selectany) IID_IGxToolbox =
  1944.     {0x1b6629ef,0xa67d,0x11d2,{0xaf,0x6c,0x08,0x00,0x09,0xec,0x73,0x4b}};
  1945. extern "C" const GUID __declspec(selectany) IID_IGxObjectSort =
  1946.     {0x4b7eb42e,0xd500,0x11d3,{0xa6,0xf3,0x00,0x08,0xc7,0xd3,0xae,0x50}};
  1947. extern "C" const GUID __declspec(selectany) IID_IGxObjectSortAlwaysOnTop =
  1948.     {0x5be00d0d,0xd750,0x433c,{0x97,0x9e,0x8d,0x87,0x2c,0xbd,0xd6,0xfc}};
  1949. extern "C" const GUID __declspec(selectany) IID_IGxObjectInternalName =
  1950.     {0xd3cc0862,0xa328,0x4b51,{0xa0,0x5a,0x54,0x0b,0xf2,0x0c,0xef,0x25}};
  1951. extern "C" const GUID __declspec(selectany) IID_IGxShortcut =
  1952.     {0x82289f34,0x2c34,0x40d2,{0xa2,0xcf,0x5b,0xbc,0xb1,0x9c,0xb2,0x1f}};
  1953. extern "C" const GUID __declspec(selectany) IID_IShortcutName =
  1954.     {0xe29b3c76,0xe7b2,0x458e,{0x87,0x32,0xe9,0x29,0x39,0x1d,0xa2,0x34}};
  1955. extern "C" const GUID __declspec(selectany) IID_IGxRemoteConnection =
  1956.     {0x3f5c143c,0x8e15,0x40c7,{0x8c,0xe8,0xf6,0x72,0x89,0xc6,0x84,0x2a}};
  1957. extern "C" const GUID __declspec(selectany) IID_IGxRootObjectStartupProperties =
  1958.     {0xb1c5dd7c,0xdb4e,0x485a,{0x8b,0xeb,0x6c,0x65,0x6b,0x15,0xa2,0x94}};
  1959. extern "C" const GUID __declspec(selectany) IID_IGxLocator =
  1960.     {0x5f01e7b0,0x49f2,0x11d3,{0x9f,0x51,0x00,0xc0,0x4f,0x6b,0xdf,0x06}};
  1961. extern "C" const GUID __declspec(selectany) IID_IGxGISServersFolder =
  1962.     {0xcc37fe42,0x5dad,0x4567,{0x9c,0x76,0xb4,0x1b,0x29,0xc5,0x84,0x68}};
  1963. extern "C" const GUID __declspec(selectany) IID_IGxAddGISServerCommand =
  1964.     {0xccdcce1b,0xd6d4,0x4e54,{0xb0,0x1b,0x37,0x5f,0x2a,0xa5,0x3a,0xe9}};
  1965. extern "C" const GUID __declspec(selectany) IID_IGxMetadataSupport =
  1966.     {0xecdd192b,0xf45c,0x4159,{0x87,0x25,0xd7,0x65,0x8b,0xce,0x0c,0x57}};
  1967. extern "C" const GUID __declspec(selectany) IID_IGxFilterDataElements =
  1968.     {0xcd492cc1,0xd71c,0x4b7a,{0xbe,0xc9,0xb4,0x3e,0x73,0x74,0xd9,0xe1}};
  1969. extern "C" const GUID __declspec(selectany) CLSID_GxCatalog =
  1970.     {0xbdbbb40c,0xd0b2,0x11d1,{0xae,0xd9,0x08,0x00,0x09,0xec,0x73,0x4b}};
  1971. extern "C" const GUID __declspec(selectany) IID_IGxFolderAdmin =
  1972.     {0xc3670290,0x3ceb,0x4438,{0x8d,0x81,0x64,0x4b,0xe8,0x8e,0x92,0x49}};
  1973. extern "C" const GUID __declspec(selectany) CLSID_GxFolder =
  1974.     {0xbdbbb40d,0xd0b2,0x11d1,{0xae,0xd9,0x08,0x00,0x09,0xec,0x73,0x4b}};
  1975. extern "C" const GUID __declspec(selectany) CLSID_GxMap =
  1976.     {0xbdbbb40e,0xd0b2,0x11d1,{0xae,0xd9,0x08,0x00,0x09,0xec,0x73,0x4b}};
  1977. extern "C" const GUID __declspec(selectany) CLSID_GxLayer =
  1978.     {0xbdbbb40f,0xd0b2,0x11d1,{0xae,0xd9,0x08,0x00,0x09,0xec,0x73,0x4b}};
  1979. extern "C" const GUID __declspec(selectany) CLSID_GxFile =
  1980.     {0xbdbbb410,0xd0b2,0x11d1,{0xae,0xd9,0x08,0x00,0x09,0xec,0x73,0x4b}};
  1981. extern "C" const GUID __declspec(selectany) CLSID_GxDatabase =
  1982.     {0xbdbbb411,0xd0b2,0x11d1,{0xae,0xd9,0x08,0x00,0x09,0xec,0x73,0x4b}};
  1983. extern "C" const GUID __declspec(selectany) CLSID_GxDataset =
  1984.     {0xbdbbb412,0xd0b2,0x11d1,{0xae,0xd9,0x08,0x00,0x09,0xec,0x73,0x4b}};
  1985. extern "C" const GUID __declspec(selectany) CLSID_GxSelection =
  1986.     {0xbdbbb414,0xd0b2,0x11d1,{0xae,0xd9,0x08,0x00,0x09,0xec,0x73,0x4b}};
  1987. extern "C" const GUID __declspec(selectany) CLSID_GxObjectArray =
  1988.     {0xb330f488,0xde4d,0x11d2,{0x9f,0x2f,0x00,0xc0,0x4f,0x6b,0xc6,0x9e}};
  1989. extern "C" const GUID __declspec(selectany) CLSID_GxFileFilter =
  1990.     {0xbdbbb415,0xd0b2,0x11d1,{0xae,0xd9,0x08,0x00,0x09,0xec,0x73,0x4b}};
  1991. extern "C" const GUID __declspec(selectany) CLSID_GxRemoteDatabaseFolder =
  1992.     {0xbdbbb417,0xd0b2,0x11d1,{0xae,0xd9,0x08,0x00,0x09,0xec,0x73,0x4b}};
  1993. extern "C" const GUID __declspec(selectany) CLSID_GxGISServersFolder =
  1994.     {0xdb6890d0,0xf90e,0x424a,{0xa4,0x1c,0x48,0x6f,0xb7,0xe0,0xf0,0xf1}};
  1995. extern "C" const GUID __declspec(selectany) CLSID_GxNewDatabase =
  1996.     {0xbdbbb418,0xd0b2,0x11d1,{0xae,0xd9,0x08,0x00,0x09,0xec,0x73,0x4b}};
  1997. extern "C" const GUID __declspec(selectany) CLSID_GxDiskConnection =
  1998.     {0xbdbbb41a,0xd0b2,0x11d1,{0xae,0xd9,0x08,0x00,0x09,0xec,0x73,0x4b}};
  1999. extern "C" const GUID __declspec(selectany) CLSID_GxDatabaseFactory =
  2000.     {0x65d77506,0x895c,0x11d2,{0xaf,0x5d,0x08,0x00,0x09,0xec,0x73,0x4b}};
  2001. extern "C" const GUID __declspec(selectany) CLSID_GxMapFactory =
  2002.     {0x65d77507,0x895c,0x11d2,{0xaf,0x5d,0x08,0x00,0x09,0xec,0x73,0x4b}};
  2003. extern "C" const GUID __declspec(selectany) CLSID_GxLayerFactory =
  2004.     {0x65d77508,0x895c,0x11d2,{0xaf,0x5d,0x08,0x00,0x09,0xec,0x73,0x4b}};
  2005. extern "C" const GUID __declspec(selectany) CLSID_GxFileFactory =
  2006.     {0x6e7c9cff,0x944d,0x11d2,{0xaf,0x62,0x08,0x00,0x09,0xec,0x73,0x4b}};
  2007. extern "C" const GUID __declspec(selectany) CLSID_GxPrjFile =
  2008.     {0xa38cb585,0x95ce,0x11d2,{0xad,0x2a,0x00,0xc0,0x4f,0xa3,0x3a,0x15}};
  2009. extern "C" const GUID __declspec(selectany) CLSID_GxPrjFileFactory =
  2010.     {0xa38cb586,0x95ce,0x11d2,{0xad,0x2a,0x00,0xc0,0x4f,0xa3,0x3a,0x15}};
  2011. extern "C" const GUID __declspec(selectany) CLSID_GxSpatialReferencesFolder =
  2012.     {0xf7bf067c,0x969e,0x11d2,{0xad,0x2c,0x00,0xc0,0x4f,0xa3,0x3a,0x15}};
  2013. extern "C" const GUID __declspec(selectany) CLSID_GxShortcut =
  2014.     {0x896ef5a3,0xae8c,0x11d3,{0xa6,0xd5,0x00,0x08,0xc7,0xd3,0xae,0x50}};
  2015. extern "C" const GUID __declspec(selectany) CLSID_GxShortcutFactory =
  2016.     {0x287c39e0,0x6f68,0x4d11,{0x98,0x31,0x5a,0x94,0x8f,0xf9,0x60,0x70}};
  2017. extern "C" const GUID __declspec(selectany) CLSID_ShortcutName =
  2018.     {0x3beb09e4,0x3941,0x4a07,{0x9d,0x1a,0xec,0x2b,0x43,0xba,0x7d,0x50}};
  2019. extern "C" const GUID __declspec(selectany) CLSID_GxTextFileFactory =
  2020.     {0x01fdef6d,0x0d73,0x11d4,{0xae,0x04,0x00,0xc0,0x4f,0xa3,0x3a,0x15}};
  2021. extern "C" const GUID __declspec(selectany) CLSID_GxTextFile =
  2022.     {0x01fdef6c,0x0d73,0x11d4,{0xae,0x04,0x00,0xc0,0x4f,0xa3,0x3a,0x15}};
  2023. extern "C" const GUID __declspec(selectany) CLSID_GxFilterBasicTypes =
  2024.     {0x52f78821,0x299b,0x11d3,{0x9f,0x5b,0x00,0xc0,0x4f,0x6b,0xc6,0x9e}};
  2025. extern "C" const GUID __declspec(selectany) CLSID_GxFilterWorkspaces =
  2026.     {0x9e14bc32,0x19f4,0x11d3,{0x9f,0x55,0x00,0xc0,0x4f,0x6b,0xc6,0x9e}};
  2027. extern "C" const GUID __declspec(selectany) CLSID_GxFilterFeatureDatasets =
  2028.     {0x9e14bc33,0x19f4,0x11d3,{0x9f,0x55,0x00,0xc0,0x4f,0x6b,0xc6,0x9e}};
  2029. extern "C" const GUID __declspec(selectany) CLSID_GxFilterDatasets =
  2030.     {0xb9ea9fd9,0x1ab7,0x11d3,{0x9f,0x55,0x00,0xc0,0x4f,0x6b,0xc6,0x9e}};
  2031. extern "C" const GUID __declspec(selectany) CLSID_GxFilterDatasetsAndLayers =
  2032.     {0x701c66db,0x1dd1,0x11d3,{0x9f,0x56,0x00,0xc0,0x4f,0x6b,0xc6,0x9e}};
  2033. extern "C" const GUID __declspec(selectany) CLSID_GxFilterFeatureClasses =
  2034.     {0x9e14bc34,0x19f4,0x11d3,{0x9f,0x55,0x00,0xc0,0x4f,0x6b,0xc6,0x9e}};
  2035. extern "C" const GUID __declspec(selectany) CLSID_GxFilterAnnotationFeatureClasses =
  2036.     {0x02b8c7cb,0x2d83,0x11d3,{0x9f,0x9f,0x00,0xc0,0x4f,0x6b,0xc6,0xa5}};
  2037. extern "C" const GUID __declspec(selectany) CLSID_GxFilterDimensionFeatureClasses =
  2038.     {0x32648160,0x958a,0x11d4,{0x80,0xed,0x00,0xc0,0x4f,0x60,0x15,0x65}};
  2039. extern "C" const GUID __declspec(selectany) CLSID_GxFilterCoverageAnnotationClasses =
  2040.     {0xcae94a9f,0x5fba,0x11d3,{0x9f,0xbd,0x00,0xc0,0x4f,0x6b,0xc7,0x8e}};
  2041. extern "C" const GUID __declspec(selectany) CLSID_GxFilterFeatureDatasetsAndFeatureClasses =
  2042.     {0xbbe5a114,0x1d2c,0x11d3,{0x9f,0x55,0x00,0xc0,0x4f,0x6b,0xc6,0x9e}};
  2043. extern "C" const GUID __declspec(selectany) CLSID_GxFilterPointFeatureClasses =
  2044.     {0x9e14bc3f,0x19f4,0x11d3,{0x9f,0x55,0x00,0xc0,0x4f,0x6b,0xc6,0x9e}};
  2045. extern "C" const GUID __declspec(selectany) CLSID_GxFilterPolylineFeatureClasses =
  2046.     {0x9e14bc40,0x19f4,0x11d3,{0x9f,0x55,0x00,0xc0,0x4f,0x6b,0xc6,0x9e}};
  2047. extern "C" const GUID __declspec(selectany) CLSID_GxFilterPolygonFeatureClasses =
  2048.     {0x9e14bc41,0x19f4,0x11d3,{0x9f,0x55,0x00,0xc0,0x4f,0x6b,0xc6,0x9e}};
  2049. extern "C" const GUID __declspec(selectany) CLSID_GxFilterTables =
  2050.     {0x9e14bc35,0x19f4,0x11d3,{0x9f,0x55,0x00,0xc0,0x4f,0x6b,0xc6,0x9e}};
  2051. extern "C" const GUID __declspec(selectany) CLSID_GxFilterTablesAndFeatureClasses =
  2052.     {0x9e14bc45,0x19f4,0x11d3,{0x9f,0x55,0x00,0xc0,0x4f,0x6b,0xc6,0x9e}};
  2053. extern "C" const GUID __declspec(selectany) CLSID_GxFilterRelationshipClasses =
  2054.     {0xb3a06038,0xa008,0x4f16,{0xb3,0xbc,0x1b,0x1b,0x78,0xdb,0x68,0xf1}};
  2055. extern "C" const GUID __declspec(selectany) CLSID_GxFilterGeometricNetworks =
  2056.     {0xa0d451bb,0xcc31,0x4c9e,{0xbf,0x07,0x2a,0xaf,0xff,0xc5,0x05,0x12}};
  2057. extern "C" const GUID __declspec(selectany) CLSID_GxFilterTopologies =
  2058.     {0xe9f5d571,0x12dc,0x47ae,{0x90,0x48,0x66,0x66,0xd8,0xc9,0x50,0x14}};
  2059. extern "C" const GUID __declspec(selectany) CLSID_GxFilterMaps =
  2060.     {0x9e14bc37,0x19f4,0x11d3,{0x9f,0x55,0x00,0xc0,0x4f,0x6b,0xc6,0x9e}};
  2061. extern "C" const GUID __declspec(selectany) CLSID_GxFilterLayers =
  2062.     {0x9e14bc38,0x19f4,0x11d3,{0x9f,0x55,0x00,0xc0,0x4f,0x6b,0xc6,0x9e}};
  2063. extern "C" const GUID __declspec(selectany) CLSID_GxFilterFiles =
  2064.     {0xbea72057,0x1d22,0x11d3,{0x9f,0x55,0x00,0xc0,0x4f,0x6b,0xc6,0x9e}};
  2065. extern "C" const GUID __declspec(selectany) CLSID_GxFilterSpatialReferences =
  2066.     {0x9e14bc39,0x19f4,0x11d3,{0x9f,0x55,0x00,0xc0,0x4f,0x6b,0xc6,0x9e}};
  2067. extern "C" const GUID __declspec(selectany) CLSID_GxFilterRasterDatasets =
  2068.     {0xb9ea9fdb,0x1ab7,0x11d3,{0x9f,0x55,0x00,0xc0,0x4f,0x6b,0xc6,0x9e}};
  2069. extern "C" const GUID __declspec(selectany) CLSID_GxFilterTINDatasets =
  2070.     {0xb9ea9fdc,0x1ab7,0x11d3,{0x9f,0x55,0x00,0xc0,0x4f,0x6b,0xc6,0x9e}};
  2071. extern "C" const GUID __declspec(selectany) CLSID_GxFilterCadFeatureClasses =
  2072.     {0x71048673,0xcacf,0x11d4,{0xa2,0x5e,0x44,0x45,0x53,0x54,0x77,0x77}};
  2073. extern "C" const GUID __declspec(selectany) CLSID_GxFilterCadAnnotationClasses =
  2074.     {0x059c25ed,0xc7dd,0x11d4,{0x9b,0xce,0x00,0xc0,0x4f,0xa3,0x32,0x99}};
  2075. extern "C" const GUID __declspec(selectany) CLSID_GxFilterCadDrawingDatasets =
  2076.     {0xb4eaa08b,0x2b4f,0x11d3,{0x9b,0x38,0x00,0xc0,0x4f,0xa3,0x32,0x99}};
  2077. extern "C" const GUID __declspec(selectany) CLSID_GxFilterGeoDatasets =
  2078.     {0x2c16657f,0x6572,0x11d3,{0x9f,0xbe,0x00,0xc0,0x4f,0x6b,0xc7,0x8e}};
  2079. extern "C" const GUID __declspec(selectany) CLSID_GxFilterPersonalGeodatabases =
  2080.     {0x402a9393,0xe951,0x11d3,{0xa6,0x82,0x00,0x08,0xc7,0xd3,0xae,0x8d}};
  2081. extern "C" const GUID __declspec(selectany) CLSID_GxFilterPGDBFeatureClasses =
  2082.     {0x402a9394,0xe951,0x11d3,{0xa6,0x82,0x00,0x08,0xc7,0xd3,0xae,0x8d}};
  2083. extern "C" const GUID __declspec(selectany) CLSID_GxFilterPGDBFeatureDatasets =
  2084.     {0x402a9395,0xe951,0x11d3,{0xa6,0x82,0x00,0x08,0xc7,0xd3,0xae,0x8d}};
  2085. extern "C" const GUID __declspec(selectany) CLSID_GxFilterPGDBTables =
  2086.     {0x1eb22542,0xe960,0x11d3,{0xa6,0x82,0x00,0x08,0xc7,0xd3,0xae,0x8d}};
  2087. extern "C" const GUID __declspec(selectany) CLSID_GxFilterSDETables =
  2088.     {0xd2724373,0xea1d,0x11d3,{0xa6,0x82,0x00,0x08,0xc7,0xd3,0xae,0x8d}};
  2089. extern "C" const GUID __declspec(selectany) CLSID_GxFilterSDEFeatureClasses =
  2090.     {0xd2724374,0xea1d,0x11d3,{0xa6,0x82,0x00,0x08,0xc7,0xd3,0xae,0x8d}};
  2091. extern "C" const GUID __declspec(selectany) CLSID_GxFilterSDEFeatureDatasets =
  2092.     {0xd2724375,0xea1d,0x11d3,{0xa6,0x82,0x00,0x08,0xc7,0xd3,0xae,0x8d}};
  2093. extern "C" const GUID __declspec(selectany) CLSID_GxFilterContainers =
  2094.     {0x7eb9e472,0x3a09,0x489e,{0x9a,0xfb,0x93,0xaf,0xb1,0xb1,0x78,0x81}};
  2095. extern "C" const GUID __declspec(selectany) CLSID_GxFilterTextFiles =
  2096.     {0xa3d02af4,0x10a6,0x11d4,{0xae,0x05,0x00,0xc0,0x4f,0xa3,0x3a,0x15}};
  2097. extern "C" const GUID __declspec(selectany) CLSID_GxFilterDataElements =
  2098.     {0x6efe3d6b,0x4623,0x4487,{0xa8,0x4b,0xe2,0x86,0x1a,0xec,0x6a,0x55}};
  2099. extern "C" const GUID __declspec(selectany) CLSID_GxFilterRoute =
  2100.     {0xabd56605,0xa1e3,0x4784,{0x99,0xb9,0xfa,0x8b,0x44,0x2a,0x26,0x91}};
  2101. extern "C" const GUID __declspec(selectany) CLSID_GxDatabaseExtensions =
  2102.     {0x27e179f2,0x4f3e,0x11d3,{0x9f,0x52,0x00,0xc0,0x4f,0x6b,0xdf,0x06}};
  2103. extern "C" const GUID __declspec(selectany) CLSID_GxCatalogEvents =
  2104.     {0x08327dc1,0x4f4f,0x4d8d,{0xb1,0x47,0xad,0x37,0x67,0x54,0x69,0x09}};
  2105. extern "C" const GUID __declspec(selectany) CLSID_GxSelectionEvents =
  2106.     {0x71162460,0xd241,0x480c,{0xb5,0x92,0x13,0xb5,0x9b,0xbb,0x33,0xaf}};
  2107. extern "C" const GUID __declspec(selectany) CLSID_GxFileFilterEvents =
  2108.     {0xc65a15f0,0xdf00,0x4a3a,{0xb3,0x5e,0x29,0xab,0x25,0xd4,0x70,0x41}};
  2109. extern "C" const GUID __declspec(selectany) CLSID_EnumGxObject =
  2110.     {0xd8b883f2,0xd005,0x4ec4,{0x9a,0x95,0xb9,0x73,0x56,0x60,0xb7,0x8d}};
  2111. extern "C" const GUID __declspec(selectany) CLSID_MapNativeType =
  2112.     {0x3627f039,0x8599,0x42cc,{0xa1,0x5e,0x32,0x48,0xb8,0x2b,0xfe,0x82}};
  2113. extern "C" const GUID __declspec(selectany) CLSID_FolderNativeType =
  2114.     {0x983b714e,0x116f,0x4249,{0x80,0x62,0x4b,0x94,0x0e,0xd1,0xd2,0x15}};
  2115. extern "C" const GUID __declspec(selectany) CLSID_LayerNativeType =
  2116.     {0x8f0231ec,0x2c81,0x4e2b,{0x87,0x1a,0x09,0xc8,0x64,0xb5,0x8d,0xce}};
  2117. extern "C" const GUID __declspec(selectany) CLSID_PrjFileNativeType =
  2118.     {0x476b1b32,0x766a,0x4293,{0xaf,0x8b,0x2b,0x4a,0x35,0x53,0x96,0x52}};
  2119. extern "C" const GUID __declspec(selectany) CLSID_FileNativeType =
  2120.     {0x9ac4e0eb,0x90fe,0x42a3,{0xa6,0x88,0xaf,0xff,0xe1,0x6f,0x1d,0x52}};
  2121. extern "C" const GUID __declspec(selectany) CLSID_ShortcutNativeType =
  2122.     {0x29cff5a5,0x6675,0x4f16,{0xbd,0x5a,0xf6,0x82,0xec,0x45,0xe4,0x26}};
  2123. extern "C" const GUID __declspec(selectany) CLSID_ComplexNativeType =
  2124.     {0x3037becc,0x165c,0x48c8,{0x86,0x8b,0x0e,0x7c,0xdc,0xd3,0x42,0xd5}};
  2125. extern "C" const GUID __declspec(selectany) CLSID_GxShapefileFactory =
  2126.     {0x4ca28c81,0x06e5,0x11d3,{0x9f,0x87,0x00,0xc0,0x4f,0x6b,0xc6,0x26}};
  2127. extern "C" const GUID __declspec(selectany) CLSID_GxShapefileDataset =
  2128.     {0x4ca28c82,0x06e5,0x11d3,{0x9f,0x87,0x00,0xc0,0x4f,0x6b,0xc6,0x26}};
  2129. extern "C" const GUID __declspec(selectany) CLSID_GxFilterShapefiles =
  2130.     {0x90e9d96d,0xe647,0x11d3,{0xa6,0x82,0x00,0x08,0xc7,0xd3,0xae,0x8d}};
  2131. extern "C" const GUID __declspec(selectany) CLSID_GxFilterdBASEFiles =
  2132.     {0x1eb22543,0xe960,0x11d3,{0xa6,0x82,0x00,0x08,0xc7,0xd3,0xae,0x8d}};
  2133. extern "C" const GUID __declspec(selectany) IID_IGxPre70Coverage =
  2134.     {0xc65a2bb9,0x32ed,0x11d3,{0x9f,0x33,0x00,0xc0,0x4f,0x79,0x92,0x7c}};
  2135. extern "C" const GUID __declspec(selectany) CLSID_GxCoverageFactory =
  2136.     {0x9c9641d1,0xdd54,0x11d2,{0x9f,0x30,0x00,0xc0,0x4f,0x79,0x92,0x7c}};
  2137. extern "C" const GUID __declspec(selectany) CLSID_GxCoverageDataset =
  2138.     {0x7d80306c,0xe319,0x11d2,{0x9f,0x30,0x00,0xc0,0x4f,0x79,0x92,0x7c}};
  2139. extern "C" const GUID __declspec(selectany) CLSID_GxPre70CoverageFactory =
  2140.     {0x06d64408,0x2f3c,0x11d3,{0x9f,0x33,0x00,0xc0,0x4f,0x79,0x92,0x7c}};
  2141. extern "C" const GUID __declspec(selectany) CLSID_GxPre70Coverage =
  2142.     {0x06d6440a,0x2f3c,0x11d3,{0x9f,0x33,0x00,0xc0,0x4f,0x79,0x92,0x7c}};
  2143. extern "C" const GUID __declspec(selectany) CLSID_GxPCCoverageFactory =
  2144.     {0xc65a2bba,0x32ed,0x11d3,{0x9f,0x33,0x00,0xc0,0x4f,0x79,0x92,0x7c}};
  2145. extern "C" const GUID __declspec(selectany) CLSID_GxPCCoverage =
  2146.     {0xc65a2bbc,0x32ed,0x11d3,{0x9f,0x33,0x00,0xc0,0x4f,0x79,0x92,0x7c}};
  2147. extern "C" const GUID __declspec(selectany) CLSID_Pre70CoverageNativeType =
  2148.     {0xa8e6ede6,0xb96d,0x4498,{0xbc,0xa6,0xbe,0x3f,0x4c,0x03,0x99,0x9e}};
  2149. extern "C" const GUID __declspec(selectany) CLSID_GxFilterCoverages =
  2150.     {0x31efc1a3,0xe655,0x11d3,{0xa6,0x82,0x00,0x08,0xc7,0xd3,0xae,0x8d}};
  2151. extern "C" const GUID __declspec(selectany) CLSID_GxFilterCoverageFeatureClasses =
  2152.     {0x29652e4d,0xe65e,0x11d3,{0xa6,0x82,0x00,0x08,0xc7,0xd3,0xae,0x8d}};
  2153. extern "C" const GUID __declspec(selectany) CLSID_GxFilterInfoTables =
  2154.     {0x29652e4e,0xe65e,0x11d3,{0xa6,0x82,0x00,0x08,0xc7,0xd3,0xae,0x8d}};
  2155. extern "C" const GUID __declspec(selectany) IID_IDataGraph =
  2156.     {0x8945ac7d,0xd51e,0x11d3,{0xa6,0x5e,0x00,0x08,0xc7,0xdf,0x88,0xdb}};
  2157. extern "C" const GUID __declspec(selectany) IID_IGxDataGraph =
  2158.     {0xb1431592,0x098a,0x11d4,{0xa6,0x76,0x00,0x08,0xc7,0xdf,0x88,0xdb}};
  2159. extern "C" const GUID __declspec(selectany) IID_IDataGraphView =
  2160.     {0xb14315ab,0x098a,0x11d4,{0xa6,0x76,0x00,0x08,0xc7,0xdf,0x88,0xdb}};
  2161. extern "C" const GUID __declspec(selectany) CLSID_GxDataGraphFactory =
  2162.     {0x048dbeb5,0x0988,0x11d4,{0xa6,0x76,0x00,0x08,0xc7,0xdf,0x88,0xdb}};
  2163. extern "C" const GUID __declspec(selectany) CLSID_GxDataGraph =
  2164.     {0xb143158f,0x098a,0x11d4,{0xa6,0x76,0x00,0x08,0xc7,0xdf,0x88,0xdb}};
  2165. extern "C" const GUID __declspec(selectany) CLSID_DataGraphNativeType =
  2166.     {0xb1431594,0x098a,0x11d4,{0xa6,0x76,0x00,0x08,0xc7,0xdf,0x88,0xdb}};
  2167. extern "C" const GUID __declspec(selectany) CLSID_GxFilterDataGraphs =
  2168.     {0xb143159f,0x098a,0x11d4,{0xa6,0x76,0x00,0x08,0xc7,0xdf,0x88,0xdb}};
  2169. extern "C" const GUID __declspec(selectany) CLSID_GxSDCFactory =
  2170.     {0xce8c6af8,0xf111,0x47d8,{0x9b,0x20,0xae,0x8c,0x52,0xb9,0x6c,0xef}};
  2171. extern "C" const GUID __declspec(selectany) CLSID_GxSDCDataset =
  2172.     {0xebb6d1e5,0xf977,0x4921,{0x83,0xd0,0x9e,0xe9,0xc2,0xb2,0x4a,0xcf}};
  2173. extern "C" const GUID __declspec(selectany) CLSID_GxFilterSDCFeatureDatasets =
  2174.     {0x56a3feb8,0x8ef6,0x4ef6,{0x80,0x53,0x96,0xa0,0xb3,0x6a,0x9c,0xe6}};
  2175. extern "C" const GUID __declspec(selectany) CLSID_GxFilterSDCFeatureClasses =
  2176.     {0x9e43fcdb,0x1c2e,0x44bb,{0x85,0x43,0x30,0x5a,0x06,0x54,0x6d,0x69}};
  2177. extern "C" const GUID __declspec(selectany) CLSID_GxFilterSDCTables =
  2178.     {0x0ac47545,0xf1ac,0x4be0,{0xa3,0xdb,0x80,0x38,0xa0,0x75,0xc5,0xff}};
  2179. extern "C" const GUID __declspec(selectany) CLSID_GxVpfFactory =
  2180.     {0x397847fa,0xc865,0x11d3,{0x9b,0x56,0x00,0xc0,0x4f,0xa3,0x32,0x99}};
  2181. extern "C" const GUID __declspec(selectany) CLSID_GxVpfDataset =
  2182.     {0x397847fb,0xc865,0x11d3,{0x9b,0x56,0x00,0xc0,0x4f,0xa3,0x32,0x99}};
  2183. extern "C" const GUID __declspec(selectany) CLSID_GxStreetMapFactory =
  2184.     {0x7eefacaa,0x0108,0x41c6,{0xa5,0x02,0xd9,0xe9,0x24,0x62,0x41,0x66}};
  2185. extern "C" const GUID __declspec(selectany) CLSID_GxStreetMapDataset =
  2186.     {0xd9ea7450,0xc103,0x434a,{0x96,0x2d,0xcf,0xe7,0x03,0x6e,0x2c,0xcc}};
  2187. extern "C" const GUID __declspec(selectany) CLSID_GxFilterStreetMapFeatureClasses =
  2188.     {0x00f1a235,0x5ac3,0x4db8,{0x93,0x0f,0x70,0x35,0x3d,0xcc,0x49,0x88}};
  2189. extern "C" const GUID __declspec(selectany) IID_IMetadataImport =
  2190.     {0xe5fb4cef,0x660c,0x11d3,{0xa6,0x8b,0x00,0x08,0xc7,0xd3,0xae,0x50}};
  2191. extern "C" const GUID __declspec(selectany) IID_IMetadataExport =
  2192.     {0xe5fb4cf0,0x660c,0x11d3,{0xa6,0x8b,0x00,0x08,0xc7,0xd3,0xae,0x50}};
  2193. extern "C" const GUID __declspec(selectany) CLSID_MetadataNativeType =
  2194.     {0x02c7ea2c,0x356a,0x4bfb,{0xb5,0x59,0x88,0x3e,0x1b,0x1d,0x0d,0x59}};
  2195. extern "C" const GUID __declspec(selectany) CLSID_GxMetadataFactory =
  2196.     {0xfa57cc27,0xdc0f,0x11d2,{0x9f,0x92,0x00,0xc0,0x4f,0x8e,0xd2,0x11}};
  2197. extern "C" const GUID __declspec(selectany) CLSID_GxMetadata =
  2198.     {0x159aa449,0xdbf4,0x11d2,{0x9f,0x92,0x00,0xc0,0x4f,0x8e,0xd2,0x11}};
  2199. extern "C" const GUID __declspec(selectany) CLSID_ImportXML =
  2200.     {0x03e7ab2a,0x71d1,0x4682,{0xb3,0xc5,0xf0,0x30,0x02,0x8f,0x3c,0xf1}};
  2201. extern "C" const GUID __declspec(selectany) CLSID_ImportMP =
  2202.     {0xcfdc89b3,0x6bb3,0x11d3,{0xa6,0x9b,0x00,0x08,0xc7,0xd3,0xae,0x50}};
  2203. extern "C" const GUID __declspec(selectany) CLSID_ImportMPTXT =
  2204.     {0x5a6315d3,0x6c7d,0x11d3,{0xa6,0x9b,0x00,0x08,0xc7,0xd3,0xae,0x50}};
  2205. extern "C" const GUID __declspec(selectany) CLSID_ImportMPSGML =
  2206.     {0xabbd47eb,0x6c8c,0x11d3,{0xa6,0x9b,0x00,0x08,0xc7,0xd3,0xae,0x50}};
  2207. extern "C" const GUID __declspec(selectany) CLSID_ExportXML =
  2208.     {0xd3579939,0xf8fd,0x4574,{0x87,0xbd,0x8e,0x97,0xe8,0x10,0x55,0xbe}};
  2209. extern "C" const GUID __declspec(selectany) CLSID_ExportHTML =
  2210.     {0x81186a0d,0x6639,0x11d3,{0xa6,0x8e,0x00,0x08,0xc7,0xd3,0xae,0x50}};
  2211. extern "C" const GUID __declspec(selectany) CLSID_ExportMP =
  2212.     {0x685234b5,0x67c5,0x11d3,{0xa6,0x91,0x00,0x08,0xc7,0xd3,0xae,0x50}};
  2213. extern "C" const GUID __declspec(selectany) CLSID_ExportMPTXT =
  2214.     {0xcdbdfff9,0x6d25,0x11d3,{0xa6,0x9b,0x00,0x08,0xc7,0xd3,0xae,0x50}};
  2215. extern "C" const GUID __declspec(selectany) CLSID_ExportMPSGML =
  2216.     {0x1e7b4875,0x6d49,0x11d3,{0xa6,0x9d,0x00,0x08,0xc7,0xd3,0xae,0x50}};
  2217. extern "C" const GUID __declspec(selectany) CLSID_ExportMPFAQ =
  2218.     {0x1e7b4876,0x6d49,0x11d3,{0xa6,0x9d,0x00,0x08,0xc7,0xd3,0xae,0x50}};
  2219. extern "C" const GUID __declspec(selectany) CLSID_ExportMPHTML =
  2220.     {0x1e7b4877,0x6d49,0x11d3,{0xa6,0x9d,0x00,0x08,0xc7,0xd3,0xae,0x50}};
  2221. extern "C" const GUID __declspec(selectany) CLSID_GxCadFactory =
  2222.     {0x83eee9b7,0x0cb1,0x11d3,{0x9b,0x35,0x00,0xc0,0x4f,0xa3,0x32,0x99}};
  2223. extern "C" const GUID __declspec(selectany) CLSID_GxCadDataset =
  2224.     {0x83eee9b8,0x0cb1,0x11d3,{0x9b,0x35,0x00,0xc0,0x4f,0xa3,0x32,0x99}};
  2225. extern "C" const GUID __declspec(selectany) IID_IDECadDrawingDataset =
  2226.     {0x6ec9d0c5,0xc3c5,0x4a2c,{0xb9,0xb3,0x59,0x59,0x20,0x9f,0x42,0x7c}};
  2227. extern "C" const GUID __declspec(selectany) IID_IDECadDrawingDatasetType =
  2228.     {0x6850e61d,0xeda7,0x45ff,{0x92,0x91,0x25,0xaf,0x6c,0x10,0xc5,0x56}};
  2229. extern "C" const GUID __declspec(selectany) CLSID_DECadDrawingDatasetType =
  2230.     {0x43a72293,0xaac8,0x4f0c,{0xb8,0xf8,0x8b,0x2c,0xdb,0x29,0x8f,0x85}};
  2231. extern "C" const GUID __declspec(selectany) CLSID_DECadDrawingDataset =
  2232.     {0xf786332d,0x20b2,0x4607,{0xbf,0x34,0x0a,0x53,0xe4,0xd0,0xb4,0x13}};
  2233. extern "C" const GUID __declspec(selectany) IID_IGxAGSConnection =
  2234.     {0x85e89175,0x26ef,0x490b,{0x8f,0xcc,0x93,0x63,0x39,0x92,0x75,0xbb}};
  2235. extern "C" const GUID __declspec(selectany) IID_IGxAGSObject =
  2236.     {0x04429be9,0x3a92,0x4327,{0x9f,0x49,0x9e,0xe3,0x0b,0x95,0xfb,0x3c}};
  2237. extern "C" const GUID __declspec(selectany) IID_IGxAGSMap =
  2238.     {0x46e2c9bf,0xe363,0x498c,{0xb2,0x00,0x43,0xa8,0xf7,0x73,0xe4,0x85}};
  2239. extern "C" const GUID __declspec(selectany) IID_IGxAGSLocator =
  2240.     {0xcd840193,0xd8e3,0x4a7f,{0xb2,0x16,0xbe,0x91,0x9b,0xe2,0x75,0xc0}};
  2241. extern "C" const GUID __declspec(selectany) IID_IAGSObjectCreationProperties =
  2242.     {0xad1c813f,0x0c3d,0x4d1f,{0xaf,0x54,0x9a,0xde,0xb2,0x2e,0x67,0xf1}};
  2243. extern "C" const GUID __declspec(selectany) CLSID_GxAGSMap =
  2244.     {0xdd9c51a7,0x1740,0x4651,{0x9c,0x83,0x2d,0x9e,0xcc,0xd5,0x39,0x75}};
  2245. extern "C" const GUID __declspec(selectany) CLSID_GxAGSLocator =
  2246.     {0x239aff32,0x67ca,0x4403,{0x8b,0x93,0x14,0x9e,0x7f,0x2e,0x94,0xcd}};
  2247. extern "C" const GUID __declspec(selectany) CLSID_GxAGSConnection =
  2248.     {0xf3dfb191,0x97fd,0x45c4,{0x97,0xd1,0x94,0x1a,0x14,0x70,0x46,0xf3}};
  2249. extern "C" const GUID __declspec(selectany) CLSID_GxAddAGSConnection =
  2250.     {0x11b2ac99,0xc0d3,0x4571,{0x95,0xdf,0xed,0x41,0xfb,0x4d,0x7b,0xcf}};
  2251. extern "C" const GUID __declspec(selectany) CLSID_GxAddAGSObject =
  2252.     {0x0e3941fa,0x02eb,0x44c7,{0xbc,0xab,0x78,0x24,0xc9,0x2f,0xd8,0xec}};
  2253. extern "C" const GUID __declspec(selectany) CLSID_GxAGSConnectionFactory =
  2254.     {0x9b922a82,0x6e91,0x41b0,{0xb2,0x94,0x31,0x22,0x44,0xb6,0x98,0xb4}};
  2255. extern "C" const GUID __declspec(selectany) IID_IGxContentViewControlCustom =
  2256.     {0x13d440f2,0x8703,0x40eb,{0xbf,0x6f,0x06,0x68,0x44,0x40,0x65,0xde}};
  2257. extern "C" const GUID __declspec(selectany) IID_IRasterFormatFilter =
  2258.     {0x59cbd1f2,0x2ab6,0x11d4,{0xab,0xdd,0x00,0x08,0xc7,0x3f,0xca,0x1c}};
  2259. extern "C" const GUID __declspec(selectany) CLSID_GxRasterFileSystemFactory =
  2260.     {0x3fa63eb5,0x9471,0x4eff,{0xa0,0x3e,0xae,0x72,0x9c,0x9c,0xf8,0xd5}};
  2261. extern "C" const GUID __declspec(selectany) CLSID_GxRasterDataset =
  2262.     {0x942f6ab0,0x9025,0x4dbc,{0xa7,0x0f,0x74,0xc3,0x3b,0x43,0x7c,0x08}};
  2263. extern "C" const GUID __declspec(selectany) CLSID_GxGDBRasterExtension =
  2264.     {0xd307857c,0x5dd8,0x4292,{0xbe,0xc0,0x0b,0xdc,0x75,0x22,0xa3,0xbe}};
  2265. extern "C" const GUID __declspec(selectany) CLSID_GxGDBRasterCatalogExtension =
  2266.     {0xefd994b3,0x49bd,0x41f8,{0x93,0x38,0x80,0xa0,0xd6,0x43,0xbf,0xa3}};
  2267. extern "C" const GUID __declspec(selectany) CLSID_GxFilterRasterCatalogDatasets =
  2268.     {0x5517b69b,0x6714,0x4df3,{0xaa,0x43,0x42,0x83,0x38,0x2d,0xa5,0xc3}};
  2269. extern "C" const GUID __declspec(selectany) CLSID_RasterFormatGridFilter =
  2270.     {0x8f3ae05f,0x63d6,0x495a,{0xa8,0xc2,0xc1,0x02,0xc4,0xd7,0xfd,0xf2}};
  2271. extern "C" const GUID __declspec(selectany) CLSID_RasterFormatTifFilter =
  2272.     {0xd9d710f9,0xe104,0x4e91,{0xb4,0x31,0xc1,0xc2,0x69,0xc9,0xd7,0x62}};
  2273. extern "C" const GUID __declspec(selectany) CLSID_RasterFormatImgFilter =
  2274.     {0xa2534692,0xe4da,0x4dc1,{0xb2,0x3b,0xe0,0x4f,0x75,0xac,0x13,0x98}};
  2275. extern "C" const GUID __declspec(selectany) CLSID_RasterFormatSDEFilter =
  2276.     {0x2fd91000,0x7f9b,0x11d4,{0xb2,0x84,0x00,0x50,0x8b,0xcd,0xc7,0xc8}};
  2277. extern "C" const GUID __declspec(selectany) CLSID_RasterFormatPGDBFilter =
  2278.     {0x7b9ec1c3,0xf41b,0x4867,{0xb4,0xc3,0x1c,0x88,0x00,0xae,0x3a,0x9c}};
  2279. extern "C" const GUID __declspec(selectany) IID_IGPLayer =
  2280.     {0xea30b18d,0x2d75,0x4593,{0xbf,0x44,0xb3,0x62,0x0f,0x41,0xd8,0xdb}};
  2281. extern "C" const GUID __declspec(selectany) IID_IDEUtilities =
  2282.     {0x39fcba4f,0xfad5,0x4360,{0xa9,0x1e,0xf6,0xc9,0x95,0x20,0x56,0x76}};
  2283. extern "C" const GUID __declspec(selectany) IID_IGPLayerType =
  2284.     {0x8547ff12,0xe020,0x4c17,{0x89,0x3b,0xbd,0xa0,0x17,0x6f,0x0c,0x3b}};
  2285. extern "C" const GUID __declspec(selectany) IID_IGPLayerSupport =
  2286.     {0x9029aac3,0xebd3,0x4fa9,{0xa9,0xf8,0x81,0x53,0x77,0x5c,0x87,0x0c}};
  2287. extern "C" const GUID __declspec(selectany) IID_IDELayer =
  2288.     {0x991993e4,0x7dfd,0x4e23,{0xbc,0xa0,0x68,0x9b,0x17,0x4e,0x30,0x30}};
  2289. extern "C" const GUID __declspec(selectany) IID_IDEShapeFile =
  2290.     {0x4e458cd7,0xd677,0x4e02,{0xa8,0x27,0x2c,0x5f,0x18,0x74,0xff,0x88}};
  2291. extern "C" const GUID __declspec(selectany) IID_IDEDbaseTable =
  2292.     {0xcba6712b,0xe7c5,0x4013,{0x9b,0xc7,0x96,0x56,0xbf,0xb0,0xde,0x41}};
  2293. extern "C" const GUID __declspec(selectany) IID_IDELayerType =
  2294.     {0x2a3e65fd,0x9d5b,0x4baa,{0x8a,0x3b,0x39,0x82,0x4f,0xc8,0xc5,0x87}};
  2295. extern "C" const GUID __declspec(selectany) IID_IDEShapeFileType =
  2296.     {0xc7d6c9e2,0x278e,0x4f86,{0xa3,0x49,0xf8,0x0b,0xaa,0xc7,0xa7,0x33}};
  2297. extern "C" const GUID __declspec(selectany) IID_IDEDbaseTableType =
  2298.     {0x5b5c7610,0xa953,0x11d5,{0x93,0x21,0x00,0x80,0xc7,0x1a,0x32,0x26}};
  2299. extern "C" const GUID __declspec(selectany) IID_IDETextFile =
  2300.     {0x5348d943,0xc798,0x434a,{0x9e,0x72,0xac,0x97,0xca,0x80,0x2a,0x71}};
  2301. extern "C" const GUID __declspec(selectany) IID_IDETextFileType =
  2302.     {0x72835efa,0xd940,0x430f,{0x87,0xe3,0x6e,0x9b,0x3d,0x12,0x10,0x23}};
  2303. extern "C" const GUID __declspec(selectany) CLSID_DEUtilities =
  2304.     {0xf0c2aa3e,0xb2f1,0x4208,{0x98,0x43,0x6a,0x3c,0x70,0xa4,0x68,0x0a}};
  2305. extern "C" const GUID __declspec(selectany) CLSID_DELayerType =
  2306.     {0x775700af,0x8577,0x442d,{0xad,0xc9,0x74,0xd7,0xa9,0xaa,0x3c,0x41}};
  2307. extern "C" const GUID __declspec(selectany) CLSID_DEShapeFileType =
  2308.     {0x44a51f3f,0xef06,0x4fd9,{0xbc,0x52,0x01,0x0e,0x6c,0xa0,0xe8,0x4b}};
  2309. extern "C" const GUID __declspec(selectany) CLSID_DEDbaseTableType =
  2310.     {0x11e37cd0,0xa664,0x11d5,{0x93,0x1d,0x00,0x80,0xc7,0x1a,0x32,0x26}};
  2311. extern "C" const GUID __declspec(selectany) CLSID_DELayer =
  2312.     {0xbdd71708,0x3463,0x4787,{0xa4,0x91,0xb9,0x36,0x3b,0x93,0x7d,0xbe}};
  2313. extern "C" const GUID __declspec(selectany) CLSID_DEShapeFile =
  2314.     {0x03e6fb47,0xaa38,0x476c,{0x93,0x4b,0x1d,0xf5,0x76,0x5c,0x76,0xeb}};
  2315. extern "C" const GUID __declspec(selectany) CLSID_DEDbaseTable =
  2316.     {0x69e84176,0xfb98,0x4036,{0xa8,0xff,0xe6,0x9c,0x8e,0x82,0xf0,0x13}};
  2317. extern "C" const GUID __declspec(selectany) IID_IDECatalogRoot =
  2318.     {0x49b7bb60,0x02c3,0x49de,{0x96,0x42,0xa0,0xb0,0x72,0x15,0xda,0x63}};
  2319. extern "C" const GUID __declspec(selectany) IID_IDERemoteDatabaseFolder =
  2320.     {0x3dd1a87b,0x30b2,0x4a02,{0xab,0xd2,0x20,0x5c,0x53,0x63,0xae,0x4b}};
  2321. extern "C" const GUID __declspec(selectany) IID_IDESpatialReferencesFolder =
  2322.     {0xbc5edbfd,0x375c,0x40a2,{0xb9,0xc2,0xea,0x8d,0xfe,0x2d,0xe1,0xe0}};
  2323. extern "C" const GUID __declspec(selectany) IID_IDEDiskConnection =
  2324.     {0xae51f9d8,0x5864,0x4cf2,{0x81,0x86,0x73,0x6a,0xf8,0xc4,0x02,0x2c}};
  2325. extern "C" const GUID __declspec(selectany) IID_IDEFolder =
  2326.     {0x4368e06b,0xe887,0x43b6,{0xab,0x24,0x1f,0xf4,0xfe,0xd5,0x83,0x7b}};
  2327. extern "C" const GUID __declspec(selectany) IID_IDEFile =
  2328.     {0xdf006d6f,0x661e,0x46ca,{0xa5,0x91,0xd3,0xc6,0xcb,0x5d,0x94,0xd3}};
  2329. extern "C" const GUID __declspec(selectany) IID_IDEPrjFile =
  2330.     {0xf69ca920,0xcfbb,0x11d5,{0x93,0x3d,0x00,0x80,0xc7,0x1a,0x32,0x26}};
  2331. extern "C" const GUID __declspec(selectany) IID_IDEMapDocument =
  2332.     {0x81daeed8,0xef11,0x40eb,{0xa6,0x17,0x60,0xe4,0xd4,0x65,0x4f,0xd8}};
  2333. extern "C" const GUID __declspec(selectany) IID_IDECatalogRootType =
  2334.     {0x4ba00494,0xab4c,0x45b5,{0xb7,0xff,0x7e,0x3b,0x9e,0x59,0x5b,0xf1}};
  2335. extern "C" const GUID __declspec(selectany) IID_IDEDiskConnectionType =
  2336.     {0xbd15433a,0x67d7,0x4fdb,{0xb0,0xca,0x42,0xef,0x47,0x0f,0x70,0x4e}};
  2337. extern "C" const GUID __declspec(selectany) IID_IDEFolderType =
  2338.     {0xb2dfe80e,0x7ee0,0x4aaa,{0xbe,0xe0,0x49,0x85,0x93,0x37,0x47,0x43}};
  2339. extern "C" const GUID __declspec(selectany) IID_IDEFileType =
  2340.     {0x5cea7586,0x5550,0x418a,{0xa6,0xcb,0x9b,0x8e,0x67,0x13,0x3c,0x43}};
  2341. extern "C" const GUID __declspec(selectany) IID_IDEPrjFileType =
  2342.     {0xae8c96f0,0xcfbe,0x11d5,{0x93,0x3d,0x00,0x80,0xc7,0x1a,0x32,0x26}};
  2343. extern "C" const GUID __declspec(selectany) IID_IDEMapDocumentType =
  2344.     {0x5826a85f,0xd7cd,0x4b32,{0xa2,0xd9,0x0e,0xcc,0xfd,0xe2,0x97,0xa2}};
  2345. extern "C" const GUID __declspec(selectany) IID_IDERemoteDatabaseFolderType =
  2346.     {0xef94d455,0x32d3,0x4d10,{0xb0,0x80,0xfe,0x75,0x08,0xc0,0x5d,0xc9}};
  2347. extern "C" const GUID __declspec(selectany) IID_IDESpatialReferencesFolderType =
  2348.     {0xe2b9400d,0x655c,0x4976,{0xb3,0xdd,0x04,0xf3,0x1c,0x48,0xbb,0x81}};
  2349. extern "C" const GUID __declspec(selectany) CLSID_DECatalogRootType =
  2350.     {0x07359aea,0x34ba,0x4b5a,{0xab,0x2c,0x0b,0x43,0xc7,0xe8,0xe9,0xfb}};
  2351. extern "C" const GUID __declspec(selectany) CLSID_DEDiskConnectionType =
  2352.     {0x36afbb31,0xcdbe,0x41cb,{0xbb,0x11,0x58,0x48,0x4c,0x2a,0xcf,0x45}};
  2353. extern "C" const GUID __declspec(selectany) CLSID_DEFolderType =
  2354.     {0xfe29b0ed,0xdecf,0x4a61,{0x8e,0xd0,0xbe,0x23,0x3b,0xfe,0x37,0x6b}};
  2355. extern "C" const GUID __declspec(selectany) CLSID_DEFileType =
  2356.     {0xc486aa07,0x9027,0x4d78,{0x88,0xfc,0x4a,0x7a,0x94,0x0b,0xb3,0x67}};
  2357. extern "C" const GUID __declspec(selectany) CLSID_DEPrjFileType =
  2358.     {0xebfebc90,0xcfbf,0x11d5,{0x93,0x3d,0x00,0x80,0xc7,0x1a,0x32,0x26}};
  2359. extern "C" const GUID __declspec(selectany) CLSID_DEMapDocumentType =
  2360.     {0xec42ceb1,0x8029,0x4f90,{0xa1,0x8c,0x57,0x90,0xae,0x1f,0xad,0x01}};
  2361. extern "C" const GUID __declspec(selectany) CLSID_DERemoteDatabaseFolderType =
  2362.     {0x2919c9ef,0xdc76,0x4c52,{0x95,0x39,0xf3,0x57,0xa4,0xf6,0x89,0x25}};
  2363. extern "C" const GUID __declspec(selectany) CLSID_DESpatialReferencesFolderType =
  2364.     {0x9fd4b414,0x498a,0x48b8,{0xbf,0x2f,0x82,0x30,0x25,0x24,0xd5,0x13}};
  2365. extern "C" const GUID __declspec(selectany) CLSID_DECatalogRoot =
  2366.     {0x01d6ebdd,0xde9a,0x4217,{0x8b,0xfe,0x32,0x72,0x65,0x85,0x5f,0xa2}};
  2367. extern "C" const GUID __declspec(selectany) CLSID_DEDiskConnection =
  2368.     {0x8e5e855a,0x7d60,0x4ce1,{0xaf,0xd0,0x45,0x92,0x9c,0x9f,0x49,0x2c}};
  2369. extern "C" const GUID __declspec(selectany) CLSID_DEFolder =
  2370.     {0x273ccebc,0x1aa2,0x4429,{0xbb,0xd5,0x4c,0xb7,0xc6,0xe2,0x04,0x65}};
  2371. extern "C" const GUID __declspec(selectany) CLSID_DEFile =
  2372.     {0x175cf2c5,0x12bf,0x413a,{0x8f,0xdf,0x3d,0xa3,0x0c,0xc0,0x9b,0xee}};
  2373. extern "C" const GUID __declspec(selectany) CLSID_DEMapDocument =
  2374.     {0xc0bed5d9,0x13e2,0x469b,{0xa7,0xd8,0x22,0x70,0x4b,0x0c,0x86,0x30}};
  2375. extern "C" const GUID __declspec(selectany) CLSID_DERemoteDatabaseFolder =
  2376.     {0xdb3e6fdf,0xd5f8,0x4c94,{0xb7,0x43,0x47,0xab,0x4d,0xe7,0x9a,0x05}};
  2377. extern "C" const GUID __declspec(selectany) CLSID_DESpatialReferencesFolder =
  2378.     {0x3189f8fc,0xa9c8,0x4b8e,{0x8c,0x47,0x43,0xc7,0x58,0xa7,0xa8,0xbd}};
  2379. extern "C" const GUID __declspec(selectany) CLSID_DEPrjFile =
  2380.     {0x7e704bb0,0xcfbe,0x11d5,{0x93,0x3d,0x00,0x80,0xc7,0x1a,0x32,0x26}};
  2381. extern "C" const GUID __declspec(selectany) CLSID_DETextFile =
  2382.     {0xe98d0766,0xc13e,0x45ca,{0xba,0x78,0x1d,0xef,0x8b,0x60,0xca,0xb2}};
  2383. extern "C" const GUID __declspec(selectany) CLSID_DETextFileType =
  2384.     {0x9a4700e6,0xc10c,0x4ecb,{0xaa,0xe6,0x90,0xd3,0x82,0xae,0x22,0xc4}};
  2385. extern "C" const GUID __declspec(selectany) IID_IDETin =
  2386.     {0xb0b62284,0x0080,0x4ea3,{0x97,0x16,0xde,0x52,0x93,0xa7,0x3f,0x6e}};
  2387. extern "C" const GUID __declspec(selectany) IID_IDETinType =
  2388.     {0x0853eb47,0x69e4,0x4309,{0xa8,0xba,0x5d,0x14,0xb3,0x56,0x36,0x2b}};
  2389. extern "C" const GUID __declspec(selectany) CLSID_DETinType =
  2390.     {0xf0b41a32,0xee77,0x4b16,{0xa5,0xee,0x16,0xbc,0xe3,0xd8,0xf3,0xcc}};
  2391. extern "C" const GUID __declspec(selectany) CLSID_DETin =
  2392.     {0x5edc32f1,0xc1b2,0x4808,{0x88,0xe0,0x2e,0xd6,0x8e,0x77,0x26,0x9d}};
  2393. extern "C" const GUID __declspec(selectany) IID_IDECoverage =
  2394.     {0xbde67d8b,0xbf5e,0x45ec,{0xa3,0xfd,0x09,0xac,0x77,0xef,0xe8,0x50}};
  2395. extern "C" const GUID __declspec(selectany) IID_IDECoverageFeatureClass =
  2396.     {0x25ea15b1,0x7425,0x452b,{0x8f,0xb6,0xca,0x3f,0x8d,0x08,0x81,0x29}};
  2397. extern "C" const GUID __declspec(selectany) IID_IDEArcInfoTable =
  2398.     {0xdc3b7fdb,0xce0f,0x4aee,{0x94,0x5c,0x07,0x55,0xf8,0x91,0x09,0xe4}};
  2399. extern "C" const GUID __declspec(selectany) IID_IGPArcInfoItem =
  2400.     {0xc95b22e0,0xa3c3,0x11d5,{0x93,0x1c,0x00,0x80,0xc7,0x1a,0x32,0x26}};
  2401. extern "C" const GUID __declspec(selectany) IID_IDEArcInfoUtilities =
  2402.     {0x1c1d3491,0x9e02,0x4283,{0xbe,0x2f,0xb8,0x17,0x7c,0xc8,0xf0,0x1f}};
  2403. extern "C" const GUID __declspec(selectany) IID_IDECoverageType =
  2404.     {0xab6143ed,0xa1ea,0x4193,{0xb9,0x7c,0xf8,0xbe,0x9a,0x6c,0x4c,0x83}};
  2405. extern "C" const GUID __declspec(selectany) IID_IDECoverageFeatureClassType =
  2406.     {0x943db542,0x3a26,0x40e3,{0x9a,0x26,0x33,0x42,0x65,0x5b,0xd3,0xa2}};
  2407. extern "C" const GUID __declspec(selectany) IID_IDEArcInfoTableType =
  2408.     {0x2864d010,0x402b,0x4b4e,{0xb2,0x7c,0xdb,0x2c,0xb2,0x38,0xff,0xe4}};
  2409. extern "C" const GUID __declspec(selectany) IID_IGPArcInfoItemType =
  2410.     {0x82c365f0,0x7956,0x47ec,{0x86,0xf3,0xb8,0xd6,0x28,0x83,0x77,0x12}};
  2411. extern "C" const GUID __declspec(selectany) CLSID_DECoverageType =
  2412.     {0x80172db6,0x5715,0x4157,{0xb2,0x53,0x61,0x50,0xea,0x74,0x20,0x3e}};
  2413. extern "C" const GUID __declspec(selectany) CLSID_DECoverageFeatureClassType =
  2414.     {0x874e63d8,0xb362,0x457b,{0xa3,0xc8,0xaa,0x0f,0x3f,0x44,0x3e,0x0b}};
  2415. extern "C" const GUID __declspec(selectany) CLSID_DEArcInfoTableType =
  2416.     {0x0e3f5cb0,0x2445,0x4abb,{0xbe,0x9a,0xfc,0xf0,0x49,0x2e,0x18,0x0a}};
  2417. extern "C" const GUID __declspec(selectany) CLSID_GPArcInfoItemType =
  2418.     {0x5356dadd,0x53e4,0x4e70,{0x99,0xc9,0x99,0x6c,0xdd,0x22,0x4e,0x25}};
  2419. extern "C" const GUID __declspec(selectany) CLSID_DECoverage =
  2420.     {0x96b70c47,0x2c7f,0x405f,{0xb9,0xfd,0xde,0xaa,0x3c,0xdc,0x08,0x4c}};
  2421. extern "C" const GUID __declspec(selectany) CLSID_DECoverageFeatureClass =
  2422.     {0xb7ec3865,0x805b,0x41a4,{0x80,0x4c,0x8b,0x4a,0x30,0xaa,0x41,0x28}};
  2423. extern "C" const GUID __declspec(selectany) CLSID_DEArcInfoTable =
  2424.     {0x1cc786ec,0x5efe,0x493c,{0x8a,0x25,0xb5,0x46,0x84,0x46,0x65,0xd7}};
  2425. extern "C" const GUID __declspec(selectany) CLSID_GPArcInfoItem =
  2426.     {0x6dddbbb2,0x41dc,0x4f12,{0x91,0x3e,0x80,0x31,0x96,0xeb,0x33,0xfa}};
  2427. extern "C" const GUID __declspec(selectany) CLSID_DEArcInfoUtilities =
  2428.     {0x95d74728,0xcadd,0x41c2,{0xaf,0x2b,0x7e,0x81,0x63,0x64,0xd9,0x05}};
  2429. extern "C" const GUID __declspec(selectany) IID_IDEVPFTable =
  2430.     {0xa30b5d18,0x63ed,0x493a,{0x90,0xe5,0x75,0xdc,0x2d,0x55,0xd7,0x9c}};
  2431. extern "C" const GUID __declspec(selectany) IID_IDEVPFTableType =
  2432.     {0xdbb10ac8,0xbbbd,0x44af,{0xaa,0xd6,0xa6,0x89,0xaf,0x24,0xdb,0xfb}};
  2433. extern "C" const GUID __declspec(selectany) CLSID_DEVPFTableType =
  2434.     {0x3f3c713f,0xcc15,0x4ea7,{0xa7,0x80,0x19,0x3e,0x02,0x1d,0x42,0x51}};
  2435. extern "C" const GUID __declspec(selectany) CLSID_DEVPFTable =
  2436.     {0x48aab232,0x6f1f,0x4261,{0x9d,0xac,0xcb,0xa5,0x5d,0x18,0x36,0x49}};
  2437. extern "C" const GUID __declspec(selectany) IID_IDEVPFCoverage =
  2438.     {0x26785829,0x6d41,0x457c,{0xb9,0x53,0x08,0xfe,0xd1,0xe1,0x6e,0xda}};
  2439. extern "C" const GUID __declspec(selectany) IID_IDEVPFCoverageType =
  2440.     {0xba80d3fd,0xb1c8,0x4111,{0xb3,0xdb,0x03,0x7d,0x6e,0xa3,0xd9,0xeb}};
  2441. extern "C" const GUID __declspec(selectany) CLSID_DEVPFCoverageType =
  2442.     {0x728bbf56,0x85fa,0x4598,{0x9c,0xe8,0x77,0xfc,0x8b,0xa7,0x31,0x27}};
  2443. extern "C" const GUID __declspec(selectany) CLSID_DEVPFCoverage =
  2444.     {0xca4ff80d,0x85a9,0x445c,{0xad,0xb2,0xa5,0xc7,0x81,0x1b,0x3c,0x36}};
  2445. extern "C" const GUID __declspec(selectany) IID_IIMSConnection =
  2446.     {0xa98227bf,0xd1cd,0x402e,{0xb5,0xea,0xd0,0x5f,0x77,0x51,0x37,0x55}};
  2447. extern "C" const GUID __declspec(selectany) IID_IIMSConnection2 =
  2448.     {0x2f81075f,0x0adf,0x4dea,{0x9c,0x0c,0x38,0xf7,0xe0,0x32,0x70,0x5f}};
  2449. extern "C" const GUID __declspec(selectany) IID_IRemoteMetadata =
  2450.     {0x9df1041e,0x2f52,0x405e,{0xb7,0xb9,0xb7,0x36,0xba,0x74,0x34,0x0b}};
  2451. extern "C" const GUID __declspec(selectany) IID_IRemoteMetadataName =
  2452.     {0xc7535706,0x3898,0x419c,{0xb6,0x5b,0x9f,0xaf,0x0d,0x8b,0xfc,0x83}};
  2453. extern "C" const GUID __declspec(selectany) IID_IIMSMetadataAxlRequest =
  2454.     {0x64c58b58,0xb932,0x4f91,{0x8a,0x60,0x4a,0x85,0x96,0x4a,0xf6,0x93}};
  2455. extern "C" const GUID __declspec(selectany) IID_IMetadataValidator =
  2456.     {0xc9575f93,0x39e5,0x4cba,{0xbe,0xf6,0x50,0xe5,0x98,0xcf,0x05,0x8d}};
  2457. extern "C" const GUID __declspec(selectany) CLSID_IMSConnection =
  2458.     {0x519dbf3e,0x67bd,0x4243,{0x8e,0xf5,0xf9,0x8d,0xf1,0x98,0x62,0xa2}};
  2459. extern "C" const GUID __declspec(selectany) CLSID_NewIMSConnection =
  2460.     {0x85946d27,0xcf79,0x4088,{0x82,0x36,0xea,0x7b,0x15,0x03,0x8c,0xa4}};
  2461. extern "C" const GUID __declspec(selectany) CLSID_NewServerRef =
  2462.     {0x0d0e3f3b,0x9fd0,0x485e,{0xa0,0xb2,0x55,0x71,0x83,0x29,0x73,0x9d}};
  2463. extern "C" const GUID __declspec(selectany) CLSID_IMSImageMap =
  2464.     {0x66b9113d,0x7129,0x4ad4,{0xbc,0x47,0xa9,0xce,0x90,0x43,0x37,0xeb}};
  2465. extern "C" const GUID __declspec(selectany) CLSID_IMSMetadataServiceName =
  2466.     {0xd2b6fce3,0x3f56,0x478b,{0x81,0x25,0x17,0x7b,0x33,0x73,0xa6,0x34}};
  2467. extern "C" const GUID __declspec(selectany) CLSID_IMSFeatureService =
  2468.     {0x344eaff1,0x6a1a,0x4aec,{0xbb,0x17,0x3b,0xbe,0xbb,0x26,0xc6,0x99}};
  2469. extern "C" const GUID __declspec(selectany) CLSID_IMSMetadataService =
  2470.     {0xe2d5c938,0xc9cc,0x471a,{0xa3,0xff,0x04,0x96,0x18,0x61,0x89,0x59}};
  2471. extern "C" const GUID __declspec(selectany) CLSID_GxFilterRemoteMetadata =
  2472.     {0x81d3b308,0x862a,0x4872,{0xac,0xad,0x4f,0x45,0xb1,0x72,0x59,0xd7}};
  2473. extern "C" const GUID __declspec(selectany) CLSID_GxFilterRemoteMetadataContainer =
  2474.     {0xa1c7449c,0xceab,0x427b,{0xa1,0x0d,0xe9,0x26,0x18,0xe4,0xf6,0x34}};
  2475. extern "C" const GUID __declspec(selectany) CLSID_IMSGlobeServiceDescription =
  2476.     {0x52900577,0x5366,0x464f,{0xbf,0x79,0x18,0x03,0x4f,0x9b,0x96,0x87}};
  2477. extern "C" const GUID __declspec(selectany) CLSID_IMSGlobeSubServiceDescription =
  2478.     {0xbc9381f5,0xdf2c,0x4739,{0xab,0xeb,0xf4,0x74,0x5a,0xd9,0x2f,0x47}};
  2479. extern "C" const GUID __declspec(selectany) CLSID_IMSConnectionNativeType =
  2480.     {0x1c56f53d,0xec49,0x4b5b,{0xa9,0x90,0xbe,0x11,0x3a,0xf2,0x30,0x3e}};
  2481. extern "C" const GUID __declspec(selectany) CLSID_IMSFeatureServiceNativeType =
  2482.     {0x43ae6140,0xac20,0x497f,{0x91,0xb5,0x8b,0xe4,0x0f,0xa4,0x86,0xea}};
  2483. extern "C" const GUID __declspec(selectany) CLSID_IMSImageMapNativeType =
  2484.     {0xd0032ba5,0x8cda,0x490f,{0x9e,0x12,0xb6,0x62,0xaa,0xca,0xfa,0x39}};
  2485. extern "C" const GUID __declspec(selectany) CLSID_IMSMetadataServiceNativeType =
  2486.     {0xcadba869,0xa488,0x4858,{0x84,0x31,0xb4,0x8a,0x7a,0x33,0x71,0xd8}};
  2487. extern "C" const GUID __declspec(selectany) CLSID_IMSMetadataDocumentNativeType =
  2488.     {0x3b4a9f32,0xd220,0x4d75,{0x81,0x27,0x12,0xf2,0xe8,0xc1,0x44,0x45}};
  2489. extern "C" const GUID __declspec(selectany) CLSID_IMSFeatureClass =
  2490.     {0x7cc18907,0xaa8e,0x4e9b,{0xa0,0x1d,0xa7,0xb6,0xae,0x30,0x38,0xda}};
  2491. extern "C" const GUID __declspec(selectany) CLSID_GNValidator =
  2492.     {0x8dc9c31a,0x4323,0x408e,{0x91,0xa4,0xb2,0xc6,0xf1,0x22,0x75,0xb8}};
  2493. extern "C" const GUID __declspec(selectany) CLSID_GNSynchronizer =
  2494.     {0x270c5887,0x97af,0x4c2a,{0x9a,0xff,0xc9,0xe8,0x93,0xbf,0xf7,0x3a}};
  2495. extern "C" const GUID __declspec(selectany) IID_IQuery =
  2496.     {0x4ea3e4eb,0x9dfa,0x11d3,{0xa6,0xcb,0x00,0x08,0xc7,0xd3,0xae,0x50}};
  2497. extern "C" const GUID __declspec(selectany) IID_ISearchResults =
  2498.     {0x64ab252e,0x1cca,0x4c79,{0xa9,0x29,0x1c,0xe0,0xac,0x21,0x97,0x24}};
  2499. extern "C" const GUID __declspec(selectany) IID_ISearchResultsLayer =
  2500.     {0xf4273dcc,0xb220,0x4b1f,{0xa1,0x77,0x11,0xc4,0xa1,0xf6,0xf5,0xa6}};
  2501. extern "C" const GUID __declspec(selectany) IID_ISearchResultsIdentifyObject =
  2502.     {0x6ecfbc99,0xb4ee,0x4471,{0xa8,0x1d,0xba,0xb3,0xfe,0xa3,0x4e,0x3a}};
  2503. extern "C" const GUID __declspec(selectany) CLSID_SearchResultsRoot =
  2504.     {0x3b11c773,0x9ee7,0x11d3,{0xa6,0xcb,0x00,0x08,0xc7,0xd3,0xae,0x50}};
  2505. extern "C" const GUID __declspec(selectany) CLSID_SearchResultsLayer =
  2506.     {0x5a4e2e23,0x4426,0x4708,{0x97,0xf3,0xa9,0x25,0xfe,0x98,0x0a,0x48}};
  2507. extern "C" const GUID __declspec(selectany) CLSID_SearchResultsLayerFactory =
  2508.     {0xe641ba7a,0x68d6,0x4594,{0xa0,0xd7,0x3d,0x5d,0xce,0x2d,0xcd,0x30}};
  2509. extern "C" const GUID __declspec(selectany) CLSID_SearchResults =
  2510.     {0x974730c1,0xae9d,0x11d3,{0xa6,0xd5,0x00,0x08,0xc7,0xd3,0xae,0x50}};
  2511. extern "C" const GUID __declspec(selectany) CLSID_SearchResultsIdentifyObj =
  2512.     {0x39169d70,0x931f,0x45f4,{0x9a,0x0a,0x0d,0xb8,0x97,0xcb,0x1f,0x80}};
  2513. #pragma pack(pop)