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

📄 esriframework.tlh

📁 叮叮咚咚 叮叮咚咚 叮叮咚咚
💻 TLH
📖 第 1 页 / 共 5 页
字号:
    virtual HRESULT __stdcall get_Animation (
        enum esriProgressAnimationTypes * Type ) = 0;
};

struct __declspec(uuid("31a6aeb1-f644-11d1-a248-080009b6f22b"))
IProgressDialogFactory : IUnknown
{
    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall Create (
        struct ITrackCancel * trackCancel,
        OLE_HANDLE hWnd,
        struct IStepProgressor * * stepProgressor ) = 0;
};

struct __declspec(uuid("5f399a16-0b7d-11d2-8c1e-0000f8774f55"))
IListDialog : IUnknown
{
    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall AddString (
        BSTR Choice ) = 0;
    virtual HRESULT __stdcall get_Choice (
        long * Index ) = 0;
    virtual HRESULT __stdcall DoModal (
        BSTR Title,
        long initialChoice,
        OLE_HANDLE hWnd,
        VARIANT_BOOL * pOK ) = 0;
};

struct __declspec(uuid("c98e418d-78e7-11d2-87d4-0000f8751720"))
IStyleSelector : IUnknown
{
    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall AddStyle (
        IUnknown * Style,
        VARIANT_BOOL * result ) = 0;
    virtual HRESULT __stdcall GetStyle (
        long Index,
        IUnknown * * Style ) = 0;
    virtual HRESULT __stdcall DoModal (
        OLE_HANDLE parentHWnd,
        VARIANT_BOOL * ok ) = 0;
};

struct __declspec(uuid("063304c3-7b90-48e9-b2d3-e795a8ba926b"))
IComEmbeddedPropertyPage : IUnknown
{
    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall CreateCompatibleObject (
        VARIANT kind,
        VARIANT * pNewObject ) = 0;
    virtual HRESULT __stdcall QueryObject (
        VARIANT theObject ) = 0;
};

struct __declspec(uuid("76951cc8-dbb1-11d2-b868-00600802e603"))
IComPropertyPageObjectFactory : IUnknown
{
    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall CreateCompatibleObject (
        IUnknown * objTemplate,
        IUnknown * * ppObject ) = 0;
    virtual HRESULT __stdcall QueryObject (
        IUnknown * * ppObject ) = 0;
};

struct __declspec(uuid("76951cc7-dbb1-11d2-b868-00600802e603"))
IComPropertySheet : IUnknown
{
    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall put_Title (
        BSTR Title ) = 0;
    virtual HRESULT __stdcall get_Title (
        BSTR * Title ) = 0;
    virtual HRESULT __stdcall put_ActivePage (
        short Index ) = 0;
    virtual HRESULT __stdcall get_ActivePage (
        short * Index ) = 0;
    virtual HRESULT __stdcall put_DisableCancelButton (
        VARIANT_BOOL disableButton ) = 0;
    virtual HRESULT __stdcall get_DisableCancelButton (
        VARIANT_BOOL * disableButton ) = 0;
    virtual HRESULT __stdcall put_HideApplyButton (
        VARIANT_BOOL HideApplyButton ) = 0;
    virtual HRESULT __stdcall get_HideApplyButton (
        VARIANT_BOOL * HideApplyButton ) = 0;
    virtual HRESULT __stdcall put_HideHelpButton (
        VARIANT_BOOL HideHelpButton ) = 0;
    virtual HRESULT __stdcall get_HideHelpButton (
        VARIANT_BOOL * HideHelpButton ) = 0;
    virtual HRESULT __stdcall AddCategoryID (
        struct IUID * Category ) = 0;
    virtual HRESULT __stdcall ClearCategoryIDs ( ) = 0;
    virtual HRESULT __stdcall AddPage (
        VARIANT Page ) = 0;
    virtual HRESULT __stdcall CanEdit (
        struct ISet * objects,
        VARIANT_BOOL * result ) = 0;
    virtual HRESULT __stdcall EditProperties (
        struct ISet * objects,
        OLE_HANDLE hWnd,
        VARIANT_BOOL * ok ) = 0;
};

struct __declspec(uuid("2645f960-b557-4b7b-b017-10f10159b78b"))
IPropertyPageSiteConfig : IUnknown
{
    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall put_hWnd (
        long hWnd ) = 0;
    virtual HRESULT __stdcall get_hWnd (
        long * hWnd ) = 0;
    virtual HRESULT __stdcall putref_Page (
        struct IPropertyPage * Page ) = 0;
    virtual HRESULT __stdcall get_Page (
        struct IPropertyPage * * Page ) = 0;
};

struct __declspec(uuid("88002c09-939a-11d2-ae73-080009ec732a"))
INumberFormatDialog : IUnknown
{
    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall get_NumberFormat (
        struct INumberFormat * * format ) = 0;
    virtual HRESULT __stdcall put_NumberFormat (
        struct INumberFormat * format ) = 0;
    virtual HRESULT __stdcall DoModal (
        OLE_HANDLE hWnd,
        VARIANT_BOOL * okPressed ) = 0;
};

struct __declspec(uuid("5c8df895-d553-41f2-b5d3-2703efe0b07a"))
ISymbolPickerDialog : IUnknown
{
    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall get_SelectedFontName (
        BSTR * FontFaceName ) = 0;
    virtual HRESULT __stdcall put_SelectedFontName (
        BSTR FontFaceName ) = 0;
    virtual HRESULT __stdcall get_SelectedChar (
        long * iCharUnicode ) = 0;
    virtual HRESULT __stdcall put_SelectedChar (
        long iCharUnicode ) = 0;
    virtual HRESULT __stdcall DoModal (
        OLE_HANDLE hWndParent,
        VARIANT_BOOL * pOK ) = 0;
};

struct __declspec(uuid("9f79baae-e23a-4e3e-83f9-6d85b3d1094f"))
ModelessFrame;
    // [ default ] interface IUnknown
    // interface IModelessFrame
    // interface IWindowPosition

struct __declspec(uuid("14b6e652-3962-4a79-a8b2-f7d7f8b00b59"))
SymbolPickerDialog;
    // [ default ] interface IUnknown
    // interface ISymbolPickerDialog

struct __declspec(uuid("01964af3-7f1a-11d2-a2de-080009b6f22b"))
ComPropertySheet;
    // [ default ] interface IUnknown
    // interface IComPropertySheet
    // interface IConnectionPointContainer
    // interface IComPropertyPageSite
    // interface IPropertyPageSite
    // [ default, source ] interface IComPropertySheetEvents

struct __declspec(uuid("de803db1-bc9a-44b2-b735-3c0912239587"))
ComPropertyPageSite;
    // [ default ] interface IUnknown
    // interface IPropertyPageSite
    // interface IPropertyPageSiteConfig
    // interface IComPropertyPageSite

struct __declspec(uuid("759f7b99-e07d-11d1-aa87-00c04fa374bd"))
NumberDialog;
    // [ default ] interface IUnknown
    // interface INumberDialog

struct __declspec(uuid("48f2c007-25c4-11d3-9fba-00c04f6bc8dd"))
MessageDialog;
    // [ default ] interface IUnknown
    // interface IMessageDialog

struct __declspec(uuid("759f7b9c-e07d-11d1-aa87-00c04fa374bd"))
CoordinateDialog;
    // [ default ] interface IUnknown
    // interface ICoordinateDialog

struct __declspec(uuid("31a6aeb2-f644-11d1-a248-080009b6f22b"))
ProgressDialogFactory;
    // [ default ] interface IUnknown
    // interface IProgressDialogFactory

struct __declspec(uuid("5f399a17-0b7d-11d2-8c1e-0000f8774f55"))
ListDialog;
    // [ default ] interface IUnknown
    // interface IListDialog

struct __declspec(uuid("88002c0a-939a-11d2-ae73-080009ec732a"))
NumberFormatDialog;
    // [ default ] interface IUnknown
    // interface INumberFormatDialog

struct __declspec(uuid("9388d95b-9460-11d2-ae74-080009ec732a"))
NumericPropertyPage;
    // [ default ] interface IUnknown
    // interface IPropertyPage
    // interface IPropertyPageContext
    // interface IComPropertyPage
    // interface IComPropertyPage2

struct __declspec(uuid("6f560571-960f-11d2-ae77-080009ec732a"))
CurrencyPropertyPage;
    // [ default ] interface IUnknown
    // interface IPropertyPage
    // interface IPropertyPageContext
    // interface IComPropertyPage
    // interface IComPropertyPage2

struct __declspec(uuid("fecb8199-c694-11d2-9f34-00c04f6bc78e"))
ScientificPropertyPage;
    // [ default ] interface IUnknown
    // interface IPropertyPage
    // interface IPropertyPageContext
    // interface IComPropertyPage
    // interface IComPropertyPage2

struct __declspec(uuid("fecb819a-c694-11d2-9f34-00c04f6bc78e"))
AnglePropertyPage;
    // [ default ] interface IUnknown
    // interface IPropertyPage
    // interface IPropertyPageContext
    // interface IComPropertyPage
    // interface IComPropertyPage2

struct __declspec(uuid("fcf40d6d-c91f-11d2-aaf8-000000000000"))
PercentagePropertyPage;
    // [ default ] interface IUnknown
    // interface IPropertyPage
    // interface IPropertyPageContext
    // interface IComPropertyPage
    // interface IComPropertyPage2

struct __declspec(uuid("fcf40d6e-c91f-11d2-aaf8-000000000000"))
CustomPropertyPage;
    // [ default ] interface IUnknown
    // interface IPropertyPage
    // interface IPropertyPageContext
    // interface IComPropertyPage
    // interface IComPropertyPage2

struct __declspec(uuid("fcf40d6f-c91f-11d2-aaf8-000000000000"))
RatePropertyPage;
    // [ default ] interface IUnknown
    // interface IPropertyPage
    // interface IPropertyPageContext
    // interface IComPropertyPage
    // interface IComPropertyPage2

struct __declspec(uuid("fcf40d70-c91f-11d2-aaf8-000000000000"))
FractionPropertyPage;
    // [ default ] interface IUnknown
    // interface IPropertyPage
    // interface IPropertyPageContext
    // interface IComPropertyPage
    // interface IComPropertyPage2

struct __declspec(uuid("a7b8ec90-ac12-11d2-ab27-00c04fa334b3"))
GetStringDialog;
    // [ default ] interface IUnknown
    // interface IGetStringDialog

struct __declspec(uuid("f4deb91a-378f-4aca-9971-12c494d94e58"))
GetUserAndPasswordDialog;
    // [ default ] interface IUnknown
    // interface IGetUserAndPasswordDialog

//
// Named GUID constants initializations
//

extern "C" const GUID __declspec(selectany) LIBID_esriFramework =
    {0x866ae5d3,0x530c,0x11d2,{0xa2,0xbd,0x00,0x00,0xf8,0x77,0x4f,0xb5}};
extern "C" const GUID __declspec(selectany) IID_IApplication =
    {0x8e52b9a5,0x307b,0x11d2,{0x94,0xc9,0x08,0x00,0x09,0xee,0xbe,0xcb}};
extern "C" const GUID __declspec(selectany) IID_IDocument =
    {0x3e927177,0x307a,0x11d2,{0x94,0xc9,0x08,0x00,0x09,0xee,0xbe,0xcb}};
extern "C" const GUID __declspec(selectany) IID_ICommandBars =
    {0x289fc451,0xd249,0x11d1,{0x91,0xad,0x00,0x80,0xc7,0x18,0xdf,0x97}};
extern "C" const GUID __declspec(selectany) IID_ICommandBar =
    {0x32e9d003,0xb867,0x11d1,{0x94,0x7b,0x08,0x00,0x09,0xee,0xbe,0xcb}};
extern "C" const GUID __declspec(selectany) IID_ICommandItem =
    {0x423b7723,0xb858,0x11d1,{0x94,0x7b,0x08,0x00,0x09,0xee,0xbe,0xcb}};
extern "C" const GUID __declspec(selectany) IID_IAcceleratorTable =
    {0x08300de2,0x27fd,0x11d2,{0xaa,0x2f,0x00,0x00,0x00,0x00,0x00,0x00}};
extern "C" const GUID __declspec(selectany) IID_IAccelerator =
    {0x08300de1,0x27fd,0x11d2,{0xaa,0x2f,0x00,0x00,0x00,0x00,0x00,0x00}};
extern "C" const GUID __declspec(selectany) IID_ICustomizationFilter =
    {0x792d7e87,0x7993,0x11d2,{0xa2,0xd1,0x00,0x00,0xf8,0x77,0x4f,0xb5}};
extern "C" const GUID __declspec(selectany) IID_ITemplates =
    {0xce7c5749,0x3921,0x11d2,{0x94,0xcf,0x08,0x00,0x09,0xee,0xbe,0xcb}};
extern "C" const GUID __declspec(selectany) IID_IShortcutMenu =
    {0x68e13af7,0xf1bf,0x11d1,{0x94,0x9f,0x08,0x00,0x09,0xee,0xbe,0xcb}};
extern "C" const GUID __declspec(selectany) IID_IAcceleratorHook =
    {0xd4511a0e,0x1d47,0x461e,{0xbc,0x44,0x24,0x75,0x54,0x5e,0xe2,0xd9}};
extern "C" const GUID __declspec(selectany) IID_IRootLevelMenu =
    {0x66767665,0xd576,0x11d2,{0x9f,0x57,0x00,0xc0,0x4f,0x6b,0xc6,0x1a}};
extern "C" const GUID __declspec(selectany) IID_IPaletteEvents =
    {0xceb59b81,0xd86d,0x11d1,{0xa2,0x1c,0x08,0x00,0x09,0xb6,0xf2,0x2b}};
extern "C" const GUID __declspec(selectany) IID_ISelectionPalette =
    {0x5fdd7101,0x8e9f,0x11d1,{0xa1,0xb2,0x08,0x00,0x09,0xb6,0xf2,0x2b}};
extern "C" const GUID __declspec(selectany) IID_IWindowPosition =
    {0x88c995ae,0x64a7,0x43f5,{0xbf,0x12,0x88,0xac,0x17,0x9b,0x25,0xa6}};
extern "C" const GUID __declspec(selectany) IID_IMouseCursor =
    {0xf91752ef,0x3339,0x482f,{0xad,0x92,0x4b,0x75,0x2c,0x98,0xe7,0x44}};
extern "C" const GUID __declspec(selectany) IID_IObjectFactory =
    {0x60a1409b,0x9b67,0x431b,{0xb4,0x28,0xe2,0xc1,0x7b,0xe3,0x6e,0x9a}};
extern "C" const GUID __declspec(selectany) IID_IVbaApplication =
    {0xd7ee3483,0x004d,0x11d4,{0x9f,0xe7,0x00,0xc0,0x4f,0x6b,0xc7,0x8e}};
extern "C" const GUID __declspec(selectany) IID_IDockableWindow =
    {0x3ee6d0c3,0xe3f2,0x11d3,{0xa6,0x79,0x00,0x08,0xc7,0xdf,0x97,0xb9}};
extern "C" const GUID __declspec(selectany) IID_IDockableWindowDef =
    {0x3d1fa10a,0xf154,0x11d3,{0xa6,0x7e,0x00,0x08,0xc7,0xdf,0x97,0xb9}};
extern "C" const GUID __declspec(selectany) IID_IDockableWindowManager =
    {0x3ee6d0c2,0xe3f2,0x11d3,{0xa6,0x79,0x00,0x08,0xc7,0xdf,0x97,0xb9}};
extern "C" const GUID __declspec(selectany) IID_IDllThreadManager =
    {0x52bcff1b,0x6a36,0x49df,{0xb1,0x4f,0xbe,0x22,0x7d,0x85,0x43,0xef}};
extern "C" const GUID __declspec(selectany) IID_IMultiThreadedApplication =
    {0x34709a45,0x8e39,0x4397,{0xa0,0xcf,0x63,0x96,0x3e,0x5f,0x52,0xe4}};
extern "C" const GUID __declspec(selectany) IID_IDocumentDirty =
    {0xb26de0cf,0x5c0a,0x433d,{0x90,0x82,0x09,0x70,0x04,0xe1,0x3a,0x0a}};
extern "C" const GUID __declspec(selectany) IID_IDocumentDirty2 =
    {0xa684089c,0xcde0,0x407c,{0x92,0xd8,0x81,0x1a,0x3f,0x8e,0x85,0x0c}};
extern "C" const GUID __declspec(selectany) IID_IDDECommandHandler =
    {0xb8352370,0x23e6,0x42fc,{0x9b,0x43,0x5e,0x75,0x36,0xc1,0x3a,0xf9}};
extern "C" const GUID __declspec(selectany) IID_IAppROT =
    {0xfabc30f9,0xd273,0x11d2,{0x9f,0x36,0x00,0xc0,0x4f,0x6b,0xc6,0x1a}};
extern "C" const GUID __declspec(selectany) IID_IAppROTEvents =
    {0xfabc30fa,0xd273,0x11d2,{0x9f,0x36,0x00,0xc0,0x4f,0x6b,0xc6,0x1a}};
extern "C" const GUID __declspec(selectany) IID_IPropertyPageContext =
    {0xf87fa8a3,0xe51a,0x11d1,{0x87,0x7c,0x00,0x00,0xf8,0x75,0x17,0x20}};
extern "C" const GUID __declspec(selectany) IID_IColorPalette =
    {0x14746473,0x1534,0x11d3,{0x9f,0x49,0x00,0xc0,0x4f,0x6b,0xc7,0x09}};
extern "C" const GUID __declspec(selectany) IID_IArcToolboxTool =
    {0x0acdfe44,0xf5e2,0x11d3,{0xa6,0x23,0x00,0x08,0xc7,0x11,0xc8,0xc1}};
extern "C" const GUID __declspec(selectany) CLSID_MouseCursor =
    {0xdcab4344,0x69d0,0x492a,{0x94,0x68,0x9a,0x89,0xa8,0xe9,0xb5,0x71}};
extern "C" const GUID __declspec(selectany) IID_IFileOpenHandler =
    {0x316f1e91,0x30b6,0x43fe,{0x9f,0xd8,0x9c,0x08,0xc5,0x39,0x4e,0xb8}};
extern "C" const GUID __declspec(selectany) IID_IAtbApplication =
    {0xea936dfe,0x2aa1,0x11d4,{0xa6,0x32,0x00,0x08,0xc7,0x11,0xc8,0xc1}};
extern "C" const GUID __declspec(selectany) IID_IArcToolboxFind =
    {0xca787e4d,0x17a0,0x11d4,{0xa6,0x29,0x00,0x08,0xc7,0x11,0xc8,0xc1}};
extern "C" const GUID __declspec(selectany) IID_IMenuItem =
    {0x2b718169,0x1b85,0x11d2,{0x94,0xb6,0x08,0x00,0x09,0xee,0xbe,0xcb}};
extern "C" const GUID __declspec(selectany) CLSID_AppRef =
    {0xe

⌨️ 快捷键说明

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