⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mapview.tlh

📁 GemoMedia 应用 演示了其使用方法
💻 TLH
字号:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (73f08a2a).
//
// Mapview.tlh
//
// C++ source equivalent of Win32 type library D:\\program files\\GeoMedia Professional\\Program\\Mapview.tlb
// compiler-generated file created 12/05/06 at 15:52:35 - DO NOT EDIT!

#pragma once
#pragma pack(push, 8)

#include <comdef.h>

//
// Forward references and typedefs
//

struct __declspec(uuid("47e3fd0e-88a2-11cf-a17b-08003606e802"))
/* dispinterface */ _DMapview;
struct __declspec(uuid("47e3fd0f-88a2-11cf-a17b-08003606e802"))
/* dispinterface */ _DMapviewEvents;
struct /* coclass */ GMMapView;

//
// Smart pointer typedef declarations
//

_COM_SMARTPTR_TYPEDEF(_DMapview, __uuidof(IDispatch));
_COM_SMARTPTR_TYPEDEF(_DMapviewEvents, __uuidof(IDispatch));

//
// Type library items
//

struct __declspec(uuid("47e3fd0e-88a2-11cf-a17b-08003606e802"))
_DMapview : IDispatch
{};

struct __declspec(uuid("47e3fd0f-88a2-11cf-a17b-08003606e802"))
_DMapviewEvents : IDispatch
{};

struct __declspec(uuid("47e3fd0d-88a2-11cf-a17b-08003606e802"))
GMMapView;
    // [ default ] dispinterface _DMapview
    // [ default, source ] dispinterface _DMapviewEvents

//
// Named GUID constants initializations
//

extern "C" const GUID __declspec(selectany) LIBID_MapviewLib =
    {0x47e3fd10,0x88a2,0x11cf,{0xa1,0x7b,0x08,0x00,0x36,0x06,0xe8,0x02}};
extern "C" const GUID __declspec(selectany) DIID__DMapview =
    {0x47e3fd0e,0x88a2,0x11cf,{0xa1,0x7b,0x08,0x00,0x36,0x06,0xe8,0x02}};
extern "C" const GUID __declspec(selectany) DIID__DMapviewEvents =
    {0x47e3fd0f,0x88a2,0x11cf,{0xa1,0x7b,0x08,0x00,0x36,0x06,0xe8,0x02}};
extern "C" const GUID __declspec(selectany) CLSID_GMMapView =
    {0x47e3fd0d,0x88a2,0x11cf,{0xa1,0x7b,0x08,0x00,0x36,0x06,0xe8,0x02}};

#pragma pack(pop)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -