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

📄 msppt9.tlh

📁 让powerpoint支持插入internet资源
💻 TLH
📖 第 1 页 / 共 5 页
字号:
    _bstr_t GetName ( );
    _bstr_t GetCaption ( );
    void PutCaption (
        _bstr_t Caption );
    Office::AssistantPtr GetAssistant ( );
    Office::FileSearchPtr GetFileSearch ( );
    Office::IFindPtr GetFileFind ( );
    _bstr_t GetBuild ( );
    _bstr_t GetVersion ( );
    _bstr_t GetOperatingSystem ( );
    _bstr_t GetActivePrinter ( );
    long GetCreator ( );
    AddInsPtr GetAddIns ( );
    VBE6::VBEPtr GetVBE ( );
    HRESULT Help (
        _bstr_t HelpFile,
        int ContextID );
    HRESULT Quit ( );
    _variant_t Run (
        _bstr_t MacroName,
        SAFEARRAY * * safeArrayOfParams );
    FileDialogPtr FileDialog (
        enum PpFileDialogType Type );
    HRESULT LaunchSpelling (
        struct DocumentWindow * pWindow );
    float GetLeft ( );
    void PutLeft (
        float Left );
    float GetTop ( );
    void PutTop (
        float Top );
    float GetWidth ( );
    void PutWidth (
        float Width );
    float GetHeight ( );
    void PutHeight (
        float Height );
    enum PpWindowState GetWindowState ( );
    void PutWindowState (
        enum PpWindowState WindowState );
    enum Office::MsoTriState GetVisible ( );
    void PutVisible (
        enum Office::MsoTriState Visible );
    long GetHWND ( );
    enum Office::MsoTriState GetActive ( );
    HRESULT Activate ( );
    Office::AnswerWizardPtr GetAnswerWizard ( );
    Office::COMAddInsPtr GetCOMAddIns ( );
    _bstr_t GetProductCode ( );
    DefaultWebOptionsPtr GetDefaultWebOptions ( );
    Office::LanguageSettingsPtr GetLanguageSettings ( );
    Office::MsoDebugOptionsPtr GetMsoDebugOptions ( );
    enum Office::MsoTriState GetShowWindowsInTaskbar ( );
    void PutShowWindowsInTaskbar (
        enum Office::MsoTriState ShowWindowsInTaskbar );
    MarkerPtr GetMarker ( );
    enum Office::MsoFeatureInstall GetFeatureInstall ( );
    void PutFeatureInstall (
        enum Office::MsoFeatureInstall FeatureInstall );
    VARIANT_BOOL GetOptionFlag (
        long Option,
        VARIANT_BOOL Persist );
    HRESULT SetOptionFlag (
        long Option,
        VARIANT_BOOL State,
        VARIANT_BOOL Persist );

    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall get_Presentations (
        struct Presentations * * Presentations ) = 0;
    virtual HRESULT __stdcall get_Windows (
        struct DocumentWindows * * Windows ) = 0;
    virtual HRESULT __stdcall get_Dialogs (
        struct PPDialogs * * Dialogs ) = 0;
    virtual HRESULT __stdcall get_ActiveWindow (
        struct DocumentWindow * * ActiveWindow ) = 0;
    virtual HRESULT __stdcall get_ActivePresentation (
        struct _Presentation * * ActivePresentation ) = 0;
    virtual HRESULT __stdcall get_SlideShowWindows (
        struct SlideShowWindows * * SlideShowWindows ) = 0;
    virtual HRESULT __stdcall get_CommandBars (
        struct Office::_CommandBars * * CommandBars ) = 0;
    virtual HRESULT __stdcall get_Path (
        BSTR * Path ) = 0;
    virtual HRESULT __stdcall get_Name (
        BSTR * Name ) = 0;
    virtual HRESULT __stdcall get_Caption (
        BSTR * Caption ) = 0;
    virtual HRESULT __stdcall put_Caption (
        BSTR Caption ) = 0;
    virtual HRESULT __stdcall get_Assistant (
        struct Office::Assistant * * Assistant ) = 0;
    virtual HRESULT __stdcall get_FileSearch (
        struct Office::FileSearch * * FileSearch ) = 0;
    virtual HRESULT __stdcall get_FileFind (
        struct Office::IFind * * FileFind ) = 0;
    virtual HRESULT __stdcall get_Build (
        BSTR * Build ) = 0;
    virtual HRESULT __stdcall get_Version (
        BSTR * Version ) = 0;
    virtual HRESULT __stdcall get_OperatingSystem (
        BSTR * OperatingSystem ) = 0;
    virtual HRESULT __stdcall get_ActivePrinter (
        BSTR * ActivePrinter ) = 0;
    virtual HRESULT __stdcall get_Creator (
        long * Creator ) = 0;
    virtual HRESULT __stdcall get_AddIns (
        struct AddIns * * AddIns ) = 0;
    virtual HRESULT __stdcall get_VBE (
        struct VBE6::VBE * * VBE ) = 0;
    virtual HRESULT __stdcall raw_Help (
        BSTR HelpFile,
        int ContextID ) = 0;
    virtual HRESULT __stdcall raw_Quit ( ) = 0;
    virtual HRESULT __stdcall raw_Run (
        BSTR MacroName,
        SAFEARRAY * * safeArrayOfParams,
        VARIANT * Run ) = 0;
    virtual HRESULT __stdcall raw_FileDialog (
        enum PpFileDialogType Type,
        struct FileDialog * * FileDialog ) = 0;
    virtual HRESULT __stdcall raw_LaunchSpelling (
        struct DocumentWindow * pWindow ) = 0;
    virtual HRESULT __stdcall get_Left (
        float * Left ) = 0;
    virtual HRESULT __stdcall put_Left (
        float Left ) = 0;
    virtual HRESULT __stdcall get_Top (
        float * Top ) = 0;
    virtual HRESULT __stdcall put_Top (
        float Top ) = 0;
    virtual HRESULT __stdcall get_Width (
        float * Width ) = 0;
    virtual HRESULT __stdcall put_Width (
        float Width ) = 0;
    virtual HRESULT __stdcall get_Height (
        float * Height ) = 0;
    virtual HRESULT __stdcall put_Height (
        float Height ) = 0;
    virtual HRESULT __stdcall get_WindowState (
        enum PpWindowState * WindowState ) = 0;
    virtual HRESULT __stdcall put_WindowState (
        enum PpWindowState WindowState ) = 0;
    virtual HRESULT __stdcall get_Visible (
        enum Office::MsoTriState * Visible ) = 0;
    virtual HRESULT __stdcall put_Visible (
        enum Office::MsoTriState Visible ) = 0;
    virtual HRESULT __stdcall get_HWND (
        long * HWND ) = 0;
    virtual HRESULT __stdcall get_Active (
        enum Office::MsoTriState * Active ) = 0;
    virtual HRESULT __stdcall raw_Activate ( ) = 0;
    virtual HRESULT __stdcall get_AnswerWizard (
        struct Office::AnswerWizard * * AnswerWizard ) = 0;
    virtual HRESULT __stdcall get_COMAddIns (
        struct Office::COMAddIns * * COMAddIns ) = 0;
    virtual HRESULT __stdcall get_ProductCode (
        BSTR * ProductCode ) = 0;
    virtual HRESULT __stdcall get_DefaultWebOptions (
        struct DefaultWebOptions * * DefaultWebOptions ) = 0;
    virtual HRESULT __stdcall get_LanguageSettings (
        struct Office::LanguageSettings * * LanguageSettings ) = 0;
    virtual HRESULT __stdcall get_MsoDebugOptions (
        struct Office::MsoDebugOptions * * MsoDebugOptions ) = 0;
    virtual HRESULT __stdcall get_ShowWindowsInTaskbar (
        enum Office::MsoTriState * ShowWindowsInTaskbar ) = 0;
    virtual HRESULT __stdcall put_ShowWindowsInTaskbar (
        enum Office::MsoTriState ShowWindowsInTaskbar ) = 0;
    virtual HRESULT __stdcall get_Marker (
        struct Marker * * Marker ) = 0;
    virtual HRESULT __stdcall get_FeatureInstall (
        enum Office::MsoFeatureInstall * FeatureInstall ) = 0;
    virtual HRESULT __stdcall put_FeatureInstall (
        enum Office::MsoFeatureInstall FeatureInstall ) = 0;
    virtual HRESULT __stdcall raw_GetOptionFlag (
        long Option,
        VARIANT_BOOL Persist,
        VARIANT_BOOL * GetOptionFlag ) = 0;
    virtual HRESULT __stdcall raw_SetOptionFlag (
        long Option,
        VARIANT_BOOL State,
        VARIANT_BOOL Persist ) = 0;
};

struct __declspec(uuid("91493451-5a91-11cf-8700-00aa0060263b"))
_Global : IDispatch
{
    //
    // Property data
    //

    __declspec(property(get=GetActivePresentation))
    _PresentationPtr ActivePresentation;
    __declspec(property(get=GetActiveWindow))
    DocumentWindowPtr ActiveWindow;
    __declspec(property(get=GetAddIns))
    AddInsPtr AddIns;
    __declspec(property(get=GetApplication))
    _ApplicationPtr Application;
    __declspec(property(get=GetAssistant))
    Office::AssistantPtr Assistant;
    __declspec(property(get=GetDialogs))
    PPDialogsPtr Dialogs;
    __declspec(property(get=GetPresentations))
    PresentationsPtr Presentations;
    __declspec(property(get=GetSlideShowWindows))
    SlideShowWindowsPtr SlideShowWindows;
    __declspec(property(get=GetWindows))
    DocumentWindowsPtr Windows;
    __declspec(property(get=GetCommandBars))
    Office::_CommandBarsPtr CommandBars;
    __declspec(property(get=GetAnswerWizard))
    Office::AnswerWizardPtr AnswerWizard;

    //
    // Wrapper methods for error-handling
    //

    _PresentationPtr GetActivePresentation ( );
    DocumentWindowPtr GetActiveWindow ( );
    AddInsPtr GetAddIns ( );
    _ApplicationPtr GetApplication ( );
    Office::AssistantPtr GetAssistant ( );
    PPDialogsPtr GetDialogs ( );
    PresentationsPtr GetPresentations ( );
    SlideShowWindowsPtr GetSlideShowWindows ( );
    DocumentWindowsPtr GetWindows ( );
    Office::_CommandBarsPtr GetCommandBars ( );
    Office::AnswerWizardPtr GetAnswerWizard ( );

    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall get_ActivePresentation (
        struct _Presentation * * ActivePresentation ) = 0;
    virtual HRESULT __stdcall get_ActiveWindow (
        struct DocumentWindow * * ActiveWindow ) = 0;
    virtual HRESULT __stdcall get_AddIns (
        struct AddIns * * AddIns ) = 0;
    virtual HRESULT __stdcall get_Application (
        struct _Application * * Application ) = 0;
    virtual HRESULT __stdcall get_Assistant (
        struct Office::Assistant * * Assistant ) = 0;
    virtual HRESULT __stdcall get_Dialogs (
        struct PPDialogs * * Dialogs ) = 0;
    virtual HRESULT __stdcall get_Presentations (
        struct Presentations * * Presentations ) = 0;
    virtual HRESULT __stdcall get_SlideShowWindows (
        struct SlideShowWindows * * SlideShowWindows ) = 0;
    virtual HRESULT __stdcall get_Windows (
        struct DocumentWindows * * Windows ) = 0;
    virtual HRESULT __stdcall get_CommandBars (
        struct Office::_CommandBars * * CommandBars ) = 0;
    virtual HRESULT __stdcall get_AnswerWizard (
        struct Office::AnswerWizard * * AnswerWizard ) = 0;
};

struct __declspec(uuid("91493441-5a91-11cf-8700-00aa0060263b"))
Application;
    // [ default ] interface _Application
    // [ default, source ] interface EApplication

struct __declspec(uuid("91493443-5a91-11cf-8700-00aa0060263b"))
Global;
    // [ default ] interface _Global

struct __declspec(uuid("91493452-5a91-11cf-8700-00aa0060263b"))
ColorFormat : IDispatch
{
    //
    // Property data
    //

    __declspec(property(get=GetParent))
    IDispatchPtr Parent;
    __declspec(property(get=GetType))
    enum Office::MsoColorType Type;
    __declspec(property(get=GetApplication))
    IDispatchPtr Application;
    __declspec(property(get=GetCreator))
    long Creator;
    __declspec(property(get=GetSchemeColor,put=PutSchemeColor))
    enum PpColorSchemeIndex SchemeColor;

    //
    // Wrapper methods for error-handling
    //

    IDispatchPtr GetApplication ( );
    long GetCreator ( );
    IDispatchPtr GetParent ( );
    Office::MsoRGBType GetRGB ( );
    void PutRGB (
        Office::MsoRGBType RGB );
    enum Office::MsoColorType GetType ( );
    enum PpColorSchemeIndex GetSchemeColor ( );
    void PutSchemeColor (
        enum PpColorSchemeIndex SchemeColor );

    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall get_Application (
        IDispatch * * ppidisp ) = 0;
    virtual HRESULT __stdcall get_Creator (
        long * plCreator ) = 0;
    virtual HRESULT __stdcall get_Parent (
        IDispatch * * Parent ) = 0;
    virtual HRESULT __stdcall get_RGB (
        Office::MsoRGBType * RGB ) = 0;
    virtual HRESULT __stdcall put_RGB (
        Office::MsoRGBType RGB ) = 0;
    virtual HRESULT __stdcall get_Type (
        enum Office::MsoColorType * Type ) = 0;
    virtual HRESULT __stdcall get_SchemeColor (
        enum PpColorSchemeIndex * SchemeColor ) = 0;
    virtual HRESULT __stdcall put_SchemeColor (
        enum PpColorSchemeIndex SchemeColor ) = 0;
};

struct __declspec(uuid("91493453-5a91-11cf-8700-00aa0060263b"))
SlideShowWindow : IDispatch
{
    //
    // Property data
    //

    __declspec(property(get=GetApplication))
    _ApplicationPtr Application;
    __declspec(property(get=GetParent))
    IDispatchPtr Parent;
    __declspec(property(get=GetView))
    SlideShowViewPtr View;
    __declspec(property(get=GetPresentation))
    _PresentationPtr Presentation;
    __declspec(property(get=GetIsFullScreen))
    enum Office::MsoTriState IsFullScreen;
    __declspec(property(get=GetLeft,put=PutLeft))
    float Left;
    __declspec(property(get=GetTop,put=PutTop))
    float Top;
    __declspec(property(get=GetWidth,put=PutWidth))
    float Width;
    __declspec(property(get=GetHeight,put=PutHeight))
    float Height;
    __declspec(property(get=GetHWND))
    long HWND;
    __declspec(property(get=GetActive))
    enum Office::MsoTriState Active;

    //
    // Wrapper methods for error-handling
    //

    _ApplicationPtr GetApplication ( );
    IDispatchPtr GetParent ( );
    SlideShowViewPtr GetView ( );
    _PresentationPtr GetPresentation ( );
    enum Office::MsoTriState GetIsFullScreen ( );
    float GetLeft ( );
    void PutLeft (
        float Left );
    float GetTop ( );
    void PutTop (
        float Top );
    float GetWidth ( );
    void PutWidth (
        float Width );
    float GetHeight ( );
    void PutHeight (
        float Height );
    long GetHWND ( );
    enum Office::MsoTriState GetActive ( );
    HRESULT Activate ( );

    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall get_Application (
        struct _Application * * Application ) = 0;
    virtual HRESULT __stdcall get_Parent (
        IDispatch * * Parent ) = 0;
    virtual HRESULT __stdcall get_View (

⌨️ 快捷键说明

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