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

📄 pview.tlh

📁 GemoMedia 应用 演示了其使用方法
💻 TLH
📖 第 1 页 / 共 5 页
字号:

struct __declspec(uuid("a374538d-e404-11cf-99af-08003601e42c"))
AreaStyle;
    // [ default ] interface _DGMAreaStyle

struct __declspec(uuid("3fd99c41-1d62-11d0-99b7-08003601e42c"))
_DGMAnyStyle : _DGMStyleBase
{
    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall get_AreaStyle (
        IDispatch * * ppAreaStyle ) = 0;
    virtual HRESULT __stdcall putref_AreaStyle (
        IDispatch * ppAreaStyle ) = 0;
    virtual HRESULT __stdcall get_LinearStyle (
        IDispatch * * ppLinearStyle ) = 0;
    virtual HRESULT __stdcall putref_LinearStyle (
        IDispatch * ppLinearStyle ) = 0;
    virtual HRESULT __stdcall get_PointStyle (
        IDispatch * * ppPointStyle ) = 0;
    virtual HRESULT __stdcall putref_PointStyle (
        IDispatch * ppPointStyle ) = 0;
    virtual HRESULT __stdcall get_TextStyle (
        IDispatch * * ppTextStyle ) = 0;
    virtual HRESULT __stdcall putref_TextStyle (
        IDispatch * ppTextStyle ) = 0;
    virtual HRESULT __stdcall get_StyleTypes (
        long * Types ) = 0;
    virtual HRESULT __stdcall get_Type (
        BSTR * pBSTR ) = 0;
};

struct __declspec(uuid("3fd99c42-1d62-11d0-99b7-08003601e42c"))
AnyStyle;
    // [ default ] interface _DGMAnyStyle

struct __declspec(uuid("3fd99c47-1d62-11d0-99b7-08003601e42c"))
_DGMHandleStyle : _DGMStyleBase
{
    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall get_HandleShape (
        short * pHandleShape ) = 0;
    virtual HRESULT __stdcall put_HandleShape (
        short pHandleShape ) = 0;
    virtual HRESULT __stdcall get_HandleMode (
        short * pHandleMode ) = 0;
    virtual HRESULT __stdcall put_HandleMode (
        short pHandleMode ) = 0;
    virtual HRESULT __stdcall get_Color (
        long * pColor ) = 0;
    virtual HRESULT __stdcall put_Color (
        long pColor ) = 0;
    virtual HRESULT __stdcall get_Size (
        double * pSize ) = 0;
    virtual HRESULT __stdcall put_Size (
        double pSize ) = 0;
    virtual HRESULT __stdcall get_StyleUnits (
        short * pStyleUnits ) = 0;
    virtual HRESULT __stdcall put_StyleUnits (
        short pStyleUnits ) = 0;
    virtual HRESULT __stdcall get_Type (
        BSTR * pBSTR ) = 0;
};

struct __declspec(uuid("3fd99c48-1d62-11d0-99b7-08003601e42c"))
HandleStyle;
    // [ default ] interface _DGMHandleStyle

struct __declspec(uuid("9a593011-30dc-11d0-99b8-08003601e42c"))
_DGMTextStyle : _DGMStyleBase
{
    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall get_BoxStyle (
        IDispatch * * ppTextBoxStyle ) = 0;
    virtual HRESULT __stdcall putref_BoxStyle (
        IDispatch * ppTextBoxStyle ) = 0;
    virtual HRESULT __stdcall get_StyleUnits (
        short * pStyleUnits ) = 0;
    virtual HRESULT __stdcall put_StyleUnits (
        short pStyleUnits ) = 0;
    virtual HRESULT __stdcall get_Font (
        struct Font * * ppFont ) = 0;
    virtual HRESULT __stdcall putref_Font (
        struct Font * ppFont ) = 0;
    virtual HRESULT __stdcall get_Color (
        long * pColor ) = 0;
    virtual HRESULT __stdcall put_Color (
        long pColor ) = 0;
    virtual HRESULT __stdcall get_Type (
        BSTR * pBSTR ) = 0;
};

struct __declspec(uuid("9a593012-30dc-11d0-99b8-08003601e42c"))
TextStyle;
    // [ default ] interface _DGMTextStyle

struct __declspec(uuid("8cbb17b0-4fb8-11d0-b2e7-08003604e802"))
_DGMSymbolFontStyle : _DGMStyleBase
{
    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall get_FontName (
        BSTR * pFontName ) = 0;
    virtual HRESULT __stdcall put_FontName (
        BSTR pFontName ) = 0;
    virtual HRESULT __stdcall get_index (
        short * pIndex ) = 0;
    virtual HRESULT __stdcall put_index (
        short pIndex ) = 0;
    virtual HRESULT __stdcall get_Size (
        double * pSize ) = 0;
    virtual HRESULT __stdcall put_Size (
        double pSize ) = 0;
    virtual HRESULT __stdcall get_AspectRatio (
        double * pAspectRatio ) = 0;
    virtual HRESULT __stdcall put_AspectRatio (
        double pAspectRatio ) = 0;
    virtual HRESULT __stdcall get_Color (
        long * pColor ) = 0;
    virtual HRESULT __stdcall put_Color (
        long pColor ) = 0;
    virtual HRESULT __stdcall get_StyleUnits (
        short * pStyleUnits ) = 0;
    virtual HRESULT __stdcall put_StyleUnits (
        short pStyleUnits ) = 0;
    virtual HRESULT __stdcall get_Type (
        BSTR * pBSTR ) = 0;
};

struct __declspec(uuid("8cbb17b1-4fb8-11d0-b2e7-08003604e802"))
SymbolFontStyle;
    // [ default ] interface _DGMSymbolFontStyle

struct __declspec(uuid("8cbb17b2-4fb8-11d0-b2e7-08003604e802"))
_DGMPointSymbolStyle : _DGMStyleBase
{
    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall get_Symbol (
        IDispatch * * ppSymbol ) = 0;
    virtual HRESULT __stdcall putref_Symbol (
        IDispatch * ppSymbol ) = 0;
    virtual HRESULT __stdcall get_Size (
        double * pSize ) = 0;
    virtual HRESULT __stdcall put_Size (
        double pSize ) = 0;
    virtual HRESULT __stdcall get_Color (
        long * pColor ) = 0;
    virtual HRESULT __stdcall put_Color (
        long pColor ) = 0;
    virtual HRESULT __stdcall put_OverrideDefaultColor (
        VARIANT_BOOL pOverrideDefaultColor ) = 0;
    virtual HRESULT __stdcall get_OverrideDefaultColor (
        VARIANT_BOOL * pOverrideDefaultColor ) = 0;
    virtual HRESULT __stdcall put_OverrideDefaultSize (
        VARIANT_BOOL pOverrideDefaultSize ) = 0;
    virtual HRESULT __stdcall get_OverrideDefaultSize (
        VARIANT_BOOL * pOverrideDefaultSize ) = 0;
    virtual HRESULT __stdcall get_StyleUnits (
        short * pStyleUnits ) = 0;
    virtual HRESULT __stdcall put_StyleUnits (
        short pStyleUnits ) = 0;
    virtual HRESULT __stdcall get_Type (
        BSTR * pBSTR ) = 0;
};

struct __declspec(uuid("8cbb17b3-4fb8-11d0-b2e7-08003604e802"))
PointSymbolStyle;
    // [ default ] interface _DGMPointSymbolStyle

struct __declspec(uuid("baf575d0-352c-11d1-b322-08003604e802"))
_DGMPatternedLinearStyle : _DGMStyleBase
{
    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall get_SymbolStyle (
        IDispatch * * ppSymbolStyle ) = 0;
    virtual HRESULT __stdcall putref_SymbolStyle (
        IDispatch * ppSymbolStyle ) = 0;
    virtual HRESULT __stdcall get_index (
        short * pIndex ) = 0;
    virtual HRESULT __stdcall put_index (
        short pIndex ) = 0;
    virtual HRESULT __stdcall get_Position (
        float * pPosition ) = 0;
    virtual HRESULT __stdcall put_Position (
        float pPosition ) = 0;
    virtual HRESULT __stdcall get_Color (
        long * pColor ) = 0;
    virtual HRESULT __stdcall put_Color (
        long pColor ) = 0;
    virtual HRESULT __stdcall get_Width (
        double * pWidth ) = 0;
    virtual HRESULT __stdcall put_Width (
        double pWidth ) = 0;
    virtual HRESULT __stdcall get_StyleUnits (
        short * pStyleUnits ) = 0;
    virtual HRESULT __stdcall put_StyleUnits (
        short pStyleUnits ) = 0;
    virtual HRESULT __stdcall get_Rotation (
        double * pRotation ) = 0;
    virtual HRESULT __stdcall put_Rotation (
        double pRotation ) = 0;
    virtual HRESULT __stdcall put_AlwaysUp (
        VARIANT_BOOL pAlwaysUp ) = 0;
    virtual HRESULT __stdcall get_AlwaysUp (
        VARIANT_BOOL * pAlwaysUp ) = 0;
    virtual HRESULT __stdcall put_RotationRule (
        short pRotationRule ) = 0;
    virtual HRESULT __stdcall get_RotationRule (
        short * pRotationRule ) = 0;
    virtual HRESULT __stdcall get_DeltaX (
        double * pDeltaX ) = 0;
    virtual HRESULT __stdcall put_DeltaX (
        double pDeltaX ) = 0;
    virtual HRESULT __stdcall get_DeltaY (
        double * pDeltaY ) = 0;
    virtual HRESULT __stdcall put_DeltaY (
        double pDeltaY ) = 0;
    virtual HRESULT __stdcall get_Sequence (
        VARIANT * pSequence ) = 0;
    virtual HRESULT __stdcall put_Sequence (
        VARIANT pSequence ) = 0;
    virtual HRESULT __stdcall get_Type (
        BSTR * pBSTR ) = 0;
    virtual HRESULT __stdcall get_LineStyle (
        short * pLineStyle ) = 0;
    virtual HRESULT __stdcall put_LineStyle (
        short pLineStyle ) = 0;
    virtual HRESULT __stdcall get_EndcapMode (
        short * pshEndcapMode ) = 0;
    virtual HRESULT __stdcall put_EndcapMode (
        short pshEndcapMode ) = 0;
};

struct __declspec(uuid("8cbb17b5-4fb8-11d0-b2e7-08003604e802"))
PatternedLinearStyle;
    // [ default ] interface _DGMPatternedLinearStyle

struct __declspec(uuid("baf575d2-352c-11d1-b322-08003604e802"))
_DGMPatternedAreaStyle : _DGMStyleBase
{
    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall get_Symbol (
        IDispatch * * ppSymbol ) = 0;
    virtual HRESULT __stdcall putref_Symbol (
        IDispatch * ppSymbol ) = 0;
    virtual HRESULT __stdcall get_BackColor (
        long * pColor ) = 0;
    virtual HRESULT __stdcall put_BackColor (
        long pColor ) = 0;
    virtual HRESULT __stdcall get_StyleUnits (
        short * pStyleUnits ) = 0;
    virtual HRESULT __stdcall put_StyleUnits (
        short pStyleUnits ) = 0;
    virtual HRESULT __stdcall get_Rotation (
        double * pRotation ) = 0;
    virtual HRESULT __stdcall put_Rotation (
        double pRotation ) = 0;
    virtual HRESULT __stdcall get_SpacingX (
        double * pSpacingX ) = 0;
    virtual HRESULT __stdcall put_SpacingX (
        double pSpacingX ) = 0;
    virtual HRESULT __stdcall get_SpacingY (
        double * pSpacingY ) = 0;
    virtual HRESULT __stdcall put_SpacingY (
        double pSpacingY ) = 0;
    virtual HRESULT __stdcall get_Boundary (
        IDispatch * * ppBoundary ) = 0;
    virtual HRESULT __stdcall put_BoundaryOn (
        VARIANT_BOOL On ) = 0;
    virtual HRESULT __stdcall get_BoundaryOn (
        VARIANT_BOOL * On ) = 0;
    virtual HRESULT __stdcall get_Type (
        BSTR * pBSTR ) = 0;
    virtual HRESULT __stdcall put_SymbolColor (
        long pColor ) = 0;
    virtual HRESULT __stdcall get_SymbolColor (
        long * pColor ) = 0;
    virtual HRESULT __stdcall put_SymbolSize (
        double pSize ) = 0;
    virtual HRESULT __stdcall get_SymbolSize (
        double * pSize ) = 0;
    virtual HRESULT __stdcall put_OverrideDefaultSymbolColor (
        VARIANT_BOOL pOverrideDefaultSymbolColor ) = 0;
    virtual HRESULT __stdcall get_OverrideDefaultSymbolColor (
        VARIANT_BOOL * pOverrideDefaultSymbolColor ) = 0;
    virtual HRESULT __stdcall put_OverrideDefaultSymbolSize (
        VARIANT_BOOL pOverrideDefaultSymbolSize ) = 0;
    virtual HRESULT __stdcall get_OverrideDefaultSymbolSize (
        VARIANT_BOOL * pOverrideDefaultSymbolSize ) = 0;
    virtual HRESULT __stdcall get_ShiftX (
        double * pShiftX ) = 0;
    virtual HRESULT __stdcall put_ShiftX (
        double pShiftX ) = 0;
    virtual HRESULT __stdcall get_ShiftY (
        double * pShiftY ) = 0;
    virtual HRESULT __stdcall put_ShiftY (
        double pShiftY ) = 0;
};

struct __declspec(uuid("4b905432-3120-11d1-b320-08003604e802"))
PatternedAreaStyle;
    // [ default ] interface _DGMPatternedAreaStyle

struct __declspec(uuid("f5709dd1-1420-11d1-b319-08003604e802"))
_DGMSymbol : IDispatch
{
    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall get_Name (
        BSTR * pbstrName ) = 0;
    virtual HRESULT __stdcall get_FileName (
        BSTR * pbstrFilename ) = 0;
};

struct __declspec(uuid("4b905430-3120-11d1-b320-08003604e802"))
Symbol;
    // [ default ] interface _DGMSymbol

struct __declspec(uuid("f5709dd4-1420-11d1-b319-08003604e802"))
_DGMSymbolNames : IDispatch
{
    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall get_Count (
        long * pCount ) = 0;
    virtual HRESULT __stdcall Item (
        long nIndex,
        BSTR * pbstrSymbolName ) = 0;
    virtual HRESULT __stdcall _NewEnum (
        IUnknown * * ppEnum ) = 0;
};

struct __declspec(uuid("4b905431-3120-11d1-b320-08003604e802"))
SymbolNames;
    // [ default ] interface _DGMSymbolNames

struct __declspec(uuid("f5709dd3-1420-11d1-b319-08003604e802"))
_DGMSymbolFileService : IDispatch
{
    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall put_FileName (
        BSTR pbstrFilename ) = 0;
    virtual HRESULT __stdcall get_FileName (
        BSTR * pbstrFilename ) = 0;
    virtual HRESULT __stdcall get_SymbolNames (
        IDispatch * * ppSymbolNames ) = 0;
    virtual HRESULT __stdcall GetSymbol (
        BSTR bstrName,
        IDispatch * * pSymbol ) = 0;

⌨️ 快捷键说明

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