mapview.tlh

来自「GemoMedia 应用 演示了其使用方法」· TLH 代码 · 共 61 行

TLH
61
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?