Mshtmlc.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:3844k
源码类别:

模拟服务器

开发平台:

C/C++

  1.         
  2.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_marginLeft( 
  3.             /* [out][retval] */ VARIANT *p) = 0;
  4.         
  5.         virtual /* [nonbrowsable][bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_margin( 
  6.             /* [in] */ BSTR v) = 0;
  7.         
  8.         virtual /* [nonbrowsable][bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_margin( 
  9.             /* [out][retval] */ BSTR *p) = 0;
  10.         
  11.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_paddingTop( 
  12.             /* [in] */ VARIANT v) = 0;
  13.         
  14.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_paddingTop( 
  15.             /* [out][retval] */ VARIANT *p) = 0;
  16.         
  17.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_paddingRight( 
  18.             /* [in] */ VARIANT v) = 0;
  19.         
  20.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_paddingRight( 
  21.             /* [out][retval] */ VARIANT *p) = 0;
  22.         
  23.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_paddingBottom( 
  24.             /* [in] */ VARIANT v) = 0;
  25.         
  26.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_paddingBottom( 
  27.             /* [out][retval] */ VARIANT *p) = 0;
  28.         
  29.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_paddingLeft( 
  30.             /* [in] */ VARIANT v) = 0;
  31.         
  32.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_paddingLeft( 
  33.             /* [out][retval] */ VARIANT *p) = 0;
  34.         
  35.         virtual /* [nonbrowsable][bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_padding( 
  36.             /* [in] */ BSTR v) = 0;
  37.         
  38.         virtual /* [nonbrowsable][bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_padding( 
  39.             /* [out][retval] */ BSTR *p) = 0;
  40.         
  41.         virtual /* [nonbrowsable][bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_border( 
  42.             /* [in] */ BSTR v) = 0;
  43.         
  44.         virtual /* [nonbrowsable][bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_border( 
  45.             /* [out][retval] */ BSTR *p) = 0;
  46.         
  47.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_borderTop( 
  48.             /* [in] */ BSTR v) = 0;
  49.         
  50.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_borderTop( 
  51.             /* [out][retval] */ BSTR *p) = 0;
  52.         
  53.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_borderRight( 
  54.             /* [in] */ BSTR v) = 0;
  55.         
  56.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_borderRight( 
  57.             /* [out][retval] */ BSTR *p) = 0;
  58.         
  59.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_borderBottom( 
  60.             /* [in] */ BSTR v) = 0;
  61.         
  62.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_borderBottom( 
  63.             /* [out][retval] */ BSTR *p) = 0;
  64.         
  65.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_borderLeft( 
  66.             /* [in] */ BSTR v) = 0;
  67.         
  68.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_borderLeft( 
  69.             /* [out][retval] */ BSTR *p) = 0;
  70.         
  71.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_borderColor( 
  72.             /* [in] */ BSTR v) = 0;
  73.         
  74.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_borderColor( 
  75.             /* [out][retval] */ BSTR *p) = 0;
  76.         
  77.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_borderTopColor( 
  78.             /* [in] */ VARIANT v) = 0;
  79.         
  80.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_borderTopColor( 
  81.             /* [out][retval] */ VARIANT *p) = 0;
  82.         
  83.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_borderRightColor( 
  84.             /* [in] */ VARIANT v) = 0;
  85.         
  86.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_borderRightColor( 
  87.             /* [out][retval] */ VARIANT *p) = 0;
  88.         
  89.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_borderBottomColor( 
  90.             /* [in] */ VARIANT v) = 0;
  91.         
  92.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_borderBottomColor( 
  93.             /* [out][retval] */ VARIANT *p) = 0;
  94.         
  95.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_borderLeftColor( 
  96.             /* [in] */ VARIANT v) = 0;
  97.         
  98.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_borderLeftColor( 
  99.             /* [out][retval] */ VARIANT *p) = 0;
  100.         
  101.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_borderWidth( 
  102.             /* [in] */ BSTR v) = 0;
  103.         
  104.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_borderWidth( 
  105.             /* [out][retval] */ BSTR *p) = 0;
  106.         
  107.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_borderTopWidth( 
  108.             /* [in] */ VARIANT v) = 0;
  109.         
  110.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_borderTopWidth( 
  111.             /* [out][retval] */ VARIANT *p) = 0;
  112.         
  113.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_borderRightWidth( 
  114.             /* [in] */ VARIANT v) = 0;
  115.         
  116.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_borderRightWidth( 
  117.             /* [out][retval] */ VARIANT *p) = 0;
  118.         
  119.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_borderBottomWidth( 
  120.             /* [in] */ VARIANT v) = 0;
  121.         
  122.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_borderBottomWidth( 
  123.             /* [out][retval] */ VARIANT *p) = 0;
  124.         
  125.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_borderLeftWidth( 
  126.             /* [in] */ VARIANT v) = 0;
  127.         
  128.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_borderLeftWidth( 
  129.             /* [out][retval] */ VARIANT *p) = 0;
  130.         
  131.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_borderStyle( 
  132.             /* [in] */ BSTR v) = 0;
  133.         
  134.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_borderStyle( 
  135.             /* [out][retval] */ BSTR *p) = 0;
  136.         
  137.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_borderTopStyle( 
  138.             /* [in] */ BSTR v) = 0;
  139.         
  140.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_borderTopStyle( 
  141.             /* [out][retval] */ BSTR *p) = 0;
  142.         
  143.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_borderRightStyle( 
  144.             /* [in] */ BSTR v) = 0;
  145.         
  146.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_borderRightStyle( 
  147.             /* [out][retval] */ BSTR *p) = 0;
  148.         
  149.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_borderBottomStyle( 
  150.             /* [in] */ BSTR v) = 0;
  151.         
  152.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_borderBottomStyle( 
  153.             /* [out][retval] */ BSTR *p) = 0;
  154.         
  155.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_borderLeftStyle( 
  156.             /* [in] */ BSTR v) = 0;
  157.         
  158.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_borderLeftStyle( 
  159.             /* [out][retval] */ BSTR *p) = 0;
  160.         
  161.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_width( 
  162.             /* [in] */ VARIANT v) = 0;
  163.         
  164.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_width( 
  165.             /* [out][retval] */ VARIANT *p) = 0;
  166.         
  167.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_height( 
  168.             /* [in] */ VARIANT v) = 0;
  169.         
  170.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_height( 
  171.             /* [out][retval] */ VARIANT *p) = 0;
  172.         
  173.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_styleFloat( 
  174.             /* [in] */ BSTR v) = 0;
  175.         
  176.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_styleFloat( 
  177.             /* [out][retval] */ BSTR *p) = 0;
  178.         
  179.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_clear( 
  180.             /* [in] */ BSTR v) = 0;
  181.         
  182.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_clear( 
  183.             /* [out][retval] */ BSTR *p) = 0;
  184.         
  185.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_display( 
  186.             /* [in] */ BSTR v) = 0;
  187.         
  188.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_display( 
  189.             /* [out][retval] */ BSTR *p) = 0;
  190.         
  191.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_visibility( 
  192.             /* [in] */ BSTR v) = 0;
  193.         
  194.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_visibility( 
  195.             /* [out][retval] */ BSTR *p) = 0;
  196.         
  197.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_listStyleType( 
  198.             /* [in] */ BSTR v) = 0;
  199.         
  200.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_listStyleType( 
  201.             /* [out][retval] */ BSTR *p) = 0;
  202.         
  203.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_listStylePosition( 
  204.             /* [in] */ BSTR v) = 0;
  205.         
  206.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_listStylePosition( 
  207.             /* [out][retval] */ BSTR *p) = 0;
  208.         
  209.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_listStyleImage( 
  210.             /* [in] */ BSTR v) = 0;
  211.         
  212.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_listStyleImage( 
  213.             /* [out][retval] */ BSTR *p) = 0;
  214.         
  215.         virtual /* [nonbrowsable][bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_listStyle( 
  216.             /* [in] */ BSTR v) = 0;
  217.         
  218.         virtual /* [nonbrowsable][bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_listStyle( 
  219.             /* [out][retval] */ BSTR *p) = 0;
  220.         
  221.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_whiteSpace( 
  222.             /* [in] */ BSTR v) = 0;
  223.         
  224.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_whiteSpace( 
  225.             /* [out][retval] */ BSTR *p) = 0;
  226.         
  227.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_top( 
  228.             /* [in] */ VARIANT v) = 0;
  229.         
  230.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_top( 
  231.             /* [out][retval] */ VARIANT *p) = 0;
  232.         
  233.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_left( 
  234.             /* [in] */ VARIANT v) = 0;
  235.         
  236.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_left( 
  237.             /* [out][retval] */ VARIANT *p) = 0;
  238.         
  239.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_position( 
  240.             /* [out][retval] */ BSTR *p) = 0;
  241.         
  242.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_zIndex( 
  243.             /* [in] */ VARIANT v) = 0;
  244.         
  245.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_zIndex( 
  246.             /* [out][retval] */ VARIANT *p) = 0;
  247.         
  248.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_overflow( 
  249.             /* [in] */ BSTR v) = 0;
  250.         
  251.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_overflow( 
  252.             /* [out][retval] */ BSTR *p) = 0;
  253.         
  254.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_pageBreakBefore( 
  255.             /* [in] */ BSTR v) = 0;
  256.         
  257.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_pageBreakBefore( 
  258.             /* [out][retval] */ BSTR *p) = 0;
  259.         
  260.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_pageBreakAfter( 
  261.             /* [in] */ BSTR v) = 0;
  262.         
  263.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_pageBreakAfter( 
  264.             /* [out][retval] */ BSTR *p) = 0;
  265.         
  266.         virtual /* [nonbrowsable][bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_cssText( 
  267.             /* [in] */ BSTR v) = 0;
  268.         
  269.         virtual /* [nonbrowsable][bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_cssText( 
  270.             /* [out][retval] */ BSTR *p) = 0;
  271.         
  272.         virtual /* [hidden][bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_pixelTop( 
  273.             /* [in] */ long v) = 0;
  274.         
  275.         virtual /* [hidden][bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_pixelTop( 
  276.             /* [out][retval] */ long *p) = 0;
  277.         
  278.         virtual /* [hidden][bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_pixelLeft( 
  279.             /* [in] */ long v) = 0;
  280.         
  281.         virtual /* [hidden][bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_pixelLeft( 
  282.             /* [out][retval] */ long *p) = 0;
  283.         
  284.         virtual /* [hidden][bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_pixelWidth( 
  285.             /* [in] */ long v) = 0;
  286.         
  287.         virtual /* [hidden][bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_pixelWidth( 
  288.             /* [out][retval] */ long *p) = 0;
  289.         
  290.         virtual /* [hidden][bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_pixelHeight( 
  291.             /* [in] */ long v) = 0;
  292.         
  293.         virtual /* [hidden][bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_pixelHeight( 
  294.             /* [out][retval] */ long *p) = 0;
  295.         
  296.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_posTop( 
  297.             /* [in] */ float v) = 0;
  298.         
  299.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_posTop( 
  300.             /* [out][retval] */ float *p) = 0;
  301.         
  302.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_posLeft( 
  303.             /* [in] */ float v) = 0;
  304.         
  305.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_posLeft( 
  306.             /* [out][retval] */ float *p) = 0;
  307.         
  308.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_posWidth( 
  309.             /* [in] */ float v) = 0;
  310.         
  311.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_posWidth( 
  312.             /* [out][retval] */ float *p) = 0;
  313.         
  314.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_posHeight( 
  315.             /* [in] */ float v) = 0;
  316.         
  317.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_posHeight( 
  318.             /* [out][retval] */ float *p) = 0;
  319.         
  320.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_cursor( 
  321.             /* [in] */ BSTR v) = 0;
  322.         
  323.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_cursor( 
  324.             /* [out][retval] */ BSTR *p) = 0;
  325.         
  326.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_clip( 
  327.             /* [in] */ BSTR v) = 0;
  328.         
  329.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_clip( 
  330.             /* [out][retval] */ BSTR *p) = 0;
  331.         
  332.         virtual /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE put_filter( 
  333.             /* [in] */ BSTR v) = 0;
  334.         
  335.         virtual /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE get_filter( 
  336.             /* [out][retval] */ BSTR *p) = 0;
  337.         
  338.         virtual /* [id] */ HRESULT STDMETHODCALLTYPE setAttribute( 
  339.             /* [in] */ BSTR strAttributeName,
  340.             /* [in] */ VARIANT AttributeValue,
  341.             /* [in][defaultvalue] */ LONG lFlags = 1) = 0;
  342.         
  343.         virtual /* [id] */ HRESULT STDMETHODCALLTYPE getAttribute( 
  344.             /* [in] */ BSTR strAttributeName,
  345.             /* [in][defaultvalue] */ LONG lFlags,
  346.             /* [out][retval] */ VARIANT *AttributeValue) = 0;
  347.         
  348.         virtual /* [id] */ HRESULT STDMETHODCALLTYPE removeAttribute( 
  349.             /* [in] */ BSTR strAttributeName,
  350.             /* [in][defaultvalue] */ LONG lFlags,
  351.             /* [out][retval] */ VARIANT_BOOL *pfSuccess) = 0;
  352.         
  353.         virtual /* [id] */ HRESULT STDMETHODCALLTYPE toString( 
  354.             /* [out][retval] */ BSTR *String) = 0;
  355.         
  356.     };
  357.     
  358. #else  /* C style interface */
  359.     typedef struct IHTMLStyleVtbl
  360.     {
  361.         BEGIN_INTERFACE
  362.         
  363.         HRESULT ( STDMETHODCALLTYPE *QueryInterface )( 
  364.             IHTMLStyle * This,
  365.             /* [in] */ REFIID riid,
  366.             /* [iid_is][out] */ void **ppvObject);
  367.         
  368.         ULONG ( STDMETHODCALLTYPE *AddRef )( 
  369.             IHTMLStyle * This);
  370.         
  371.         ULONG ( STDMETHODCALLTYPE *Release )( 
  372.             IHTMLStyle * This);
  373.         
  374.         HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )( 
  375.             IHTMLStyle * This,
  376.             /* [out] */ UINT *pctinfo);
  377.         
  378.         HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )( 
  379.             IHTMLStyle * This,
  380.             /* [in] */ UINT iTInfo,
  381.             /* [in] */ LCID lcid,
  382.             /* [out] */ ITypeInfo **ppTInfo);
  383.         
  384.         HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )( 
  385.             IHTMLStyle * This,
  386.             /* [in] */ REFIID riid,
  387.             /* [size_is][in] */ LPOLESTR *rgszNames,
  388.             /* [in] */ UINT cNames,
  389.             /* [in] */ LCID lcid,
  390.             /* [size_is][out] */ DISPID *rgDispId);
  391.         
  392.         /* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )( 
  393.             IHTMLStyle * This,
  394.             /* [in] */ DISPID dispIdMember,
  395.             /* [in] */ REFIID riid,
  396.             /* [in] */ LCID lcid,
  397.             /* [in] */ WORD wFlags,
  398.             /* [out][in] */ DISPPARAMS *pDispParams,
  399.             /* [out] */ VARIANT *pVarResult,
  400.             /* [out] */ EXCEPINFO *pExcepInfo,
  401.             /* [out] */ UINT *puArgErr);
  402.         
  403.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_fontFamily )( 
  404.             IHTMLStyle * This,
  405.             /* [in] */ BSTR v);
  406.         
  407.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_fontFamily )( 
  408.             IHTMLStyle * This,
  409.             /* [out][retval] */ BSTR *p);
  410.         
  411.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_fontStyle )( 
  412.             IHTMLStyle * This,
  413.             /* [in] */ BSTR v);
  414.         
  415.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_fontStyle )( 
  416.             IHTMLStyle * This,
  417.             /* [out][retval] */ BSTR *p);
  418.         
  419.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_fontVariant )( 
  420.             IHTMLStyle * This,
  421.             /* [in] */ BSTR v);
  422.         
  423.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_fontVariant )( 
  424.             IHTMLStyle * This,
  425.             /* [out][retval] */ BSTR *p);
  426.         
  427.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_fontWeight )( 
  428.             IHTMLStyle * This,
  429.             /* [in] */ BSTR v);
  430.         
  431.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_fontWeight )( 
  432.             IHTMLStyle * This,
  433.             /* [out][retval] */ BSTR *p);
  434.         
  435.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_fontSize )( 
  436.             IHTMLStyle * This,
  437.             /* [in] */ VARIANT v);
  438.         
  439.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_fontSize )( 
  440.             IHTMLStyle * This,
  441.             /* [out][retval] */ VARIANT *p);
  442.         
  443.         /* [nonbrowsable][bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_font )( 
  444.             IHTMLStyle * This,
  445.             /* [in] */ BSTR v);
  446.         
  447.         /* [nonbrowsable][bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_font )( 
  448.             IHTMLStyle * This,
  449.             /* [out][retval] */ BSTR *p);
  450.         
  451.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_color )( 
  452.             IHTMLStyle * This,
  453.             /* [in] */ VARIANT v);
  454.         
  455.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_color )( 
  456.             IHTMLStyle * This,
  457.             /* [out][retval] */ VARIANT *p);
  458.         
  459.         /* [nonbrowsable][bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_background )( 
  460.             IHTMLStyle * This,
  461.             /* [in] */ BSTR v);
  462.         
  463.         /* [nonbrowsable][bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_background )( 
  464.             IHTMLStyle * This,
  465.             /* [out][retval] */ BSTR *p);
  466.         
  467.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_backgroundColor )( 
  468.             IHTMLStyle * This,
  469.             /* [in] */ VARIANT v);
  470.         
  471.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_backgroundColor )( 
  472.             IHTMLStyle * This,
  473.             /* [out][retval] */ VARIANT *p);
  474.         
  475.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_backgroundImage )( 
  476.             IHTMLStyle * This,
  477.             /* [in] */ BSTR v);
  478.         
  479.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_backgroundImage )( 
  480.             IHTMLStyle * This,
  481.             /* [out][retval] */ BSTR *p);
  482.         
  483.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_backgroundRepeat )( 
  484.             IHTMLStyle * This,
  485.             /* [in] */ BSTR v);
  486.         
  487.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_backgroundRepeat )( 
  488.             IHTMLStyle * This,
  489.             /* [out][retval] */ BSTR *p);
  490.         
  491.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_backgroundAttachment )( 
  492.             IHTMLStyle * This,
  493.             /* [in] */ BSTR v);
  494.         
  495.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_backgroundAttachment )( 
  496.             IHTMLStyle * This,
  497.             /* [out][retval] */ BSTR *p);
  498.         
  499.         /* [nonbrowsable][bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_backgroundPosition )( 
  500.             IHTMLStyle * This,
  501.             /* [in] */ BSTR v);
  502.         
  503.         /* [nonbrowsable][bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_backgroundPosition )( 
  504.             IHTMLStyle * This,
  505.             /* [out][retval] */ BSTR *p);
  506.         
  507.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_backgroundPositionX )( 
  508.             IHTMLStyle * This,
  509.             /* [in] */ VARIANT v);
  510.         
  511.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_backgroundPositionX )( 
  512.             IHTMLStyle * This,
  513.             /* [out][retval] */ VARIANT *p);
  514.         
  515.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_backgroundPositionY )( 
  516.             IHTMLStyle * This,
  517.             /* [in] */ VARIANT v);
  518.         
  519.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_backgroundPositionY )( 
  520.             IHTMLStyle * This,
  521.             /* [out][retval] */ VARIANT *p);
  522.         
  523.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_wordSpacing )( 
  524.             IHTMLStyle * This,
  525.             /* [in] */ VARIANT v);
  526.         
  527.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_wordSpacing )( 
  528.             IHTMLStyle * This,
  529.             /* [out][retval] */ VARIANT *p);
  530.         
  531.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_letterSpacing )( 
  532.             IHTMLStyle * This,
  533.             /* [in] */ VARIANT v);
  534.         
  535.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_letterSpacing )( 
  536.             IHTMLStyle * This,
  537.             /* [out][retval] */ VARIANT *p);
  538.         
  539.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_textDecoration )( 
  540.             IHTMLStyle * This,
  541.             /* [in] */ BSTR v);
  542.         
  543.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_textDecoration )( 
  544.             IHTMLStyle * This,
  545.             /* [out][retval] */ BSTR *p);
  546.         
  547.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_textDecorationNone )( 
  548.             IHTMLStyle * This,
  549.             /* [in] */ VARIANT_BOOL v);
  550.         
  551.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_textDecorationNone )( 
  552.             IHTMLStyle * This,
  553.             /* [out][retval] */ VARIANT_BOOL *p);
  554.         
  555.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_textDecorationUnderline )( 
  556.             IHTMLStyle * This,
  557.             /* [in] */ VARIANT_BOOL v);
  558.         
  559.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_textDecorationUnderline )( 
  560.             IHTMLStyle * This,
  561.             /* [out][retval] */ VARIANT_BOOL *p);
  562.         
  563.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_textDecorationOverline )( 
  564.             IHTMLStyle * This,
  565.             /* [in] */ VARIANT_BOOL v);
  566.         
  567.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_textDecorationOverline )( 
  568.             IHTMLStyle * This,
  569.             /* [out][retval] */ VARIANT_BOOL *p);
  570.         
  571.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_textDecorationLineThrough )( 
  572.             IHTMLStyle * This,
  573.             /* [in] */ VARIANT_BOOL v);
  574.         
  575.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_textDecorationLineThrough )( 
  576.             IHTMLStyle * This,
  577.             /* [out][retval] */ VARIANT_BOOL *p);
  578.         
  579.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_textDecorationBlink )( 
  580.             IHTMLStyle * This,
  581.             /* [in] */ VARIANT_BOOL v);
  582.         
  583.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_textDecorationBlink )( 
  584.             IHTMLStyle * This,
  585.             /* [out][retval] */ VARIANT_BOOL *p);
  586.         
  587.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_verticalAlign )( 
  588.             IHTMLStyle * This,
  589.             /* [in] */ VARIANT v);
  590.         
  591.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_verticalAlign )( 
  592.             IHTMLStyle * This,
  593.             /* [out][retval] */ VARIANT *p);
  594.         
  595.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_textTransform )( 
  596.             IHTMLStyle * This,
  597.             /* [in] */ BSTR v);
  598.         
  599.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_textTransform )( 
  600.             IHTMLStyle * This,
  601.             /* [out][retval] */ BSTR *p);
  602.         
  603.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_textAlign )( 
  604.             IHTMLStyle * This,
  605.             /* [in] */ BSTR v);
  606.         
  607.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_textAlign )( 
  608.             IHTMLStyle * This,
  609.             /* [out][retval] */ BSTR *p);
  610.         
  611.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_textIndent )( 
  612.             IHTMLStyle * This,
  613.             /* [in] */ VARIANT v);
  614.         
  615.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_textIndent )( 
  616.             IHTMLStyle * This,
  617.             /* [out][retval] */ VARIANT *p);
  618.         
  619.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_lineHeight )( 
  620.             IHTMLStyle * This,
  621.             /* [in] */ VARIANT v);
  622.         
  623.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_lineHeight )( 
  624.             IHTMLStyle * This,
  625.             /* [out][retval] */ VARIANT *p);
  626.         
  627.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_marginTop )( 
  628.             IHTMLStyle * This,
  629.             /* [in] */ VARIANT v);
  630.         
  631.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_marginTop )( 
  632.             IHTMLStyle * This,
  633.             /* [out][retval] */ VARIANT *p);
  634.         
  635.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_marginRight )( 
  636.             IHTMLStyle * This,
  637.             /* [in] */ VARIANT v);
  638.         
  639.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_marginRight )( 
  640.             IHTMLStyle * This,
  641.             /* [out][retval] */ VARIANT *p);
  642.         
  643.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_marginBottom )( 
  644.             IHTMLStyle * This,
  645.             /* [in] */ VARIANT v);
  646.         
  647.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_marginBottom )( 
  648.             IHTMLStyle * This,
  649.             /* [out][retval] */ VARIANT *p);
  650.         
  651.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_marginLeft )( 
  652.             IHTMLStyle * This,
  653.             /* [in] */ VARIANT v);
  654.         
  655.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_marginLeft )( 
  656.             IHTMLStyle * This,
  657.             /* [out][retval] */ VARIANT *p);
  658.         
  659.         /* [nonbrowsable][bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_margin )( 
  660.             IHTMLStyle * This,
  661.             /* [in] */ BSTR v);
  662.         
  663.         /* [nonbrowsable][bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_margin )( 
  664.             IHTMLStyle * This,
  665.             /* [out][retval] */ BSTR *p);
  666.         
  667.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_paddingTop )( 
  668.             IHTMLStyle * This,
  669.             /* [in] */ VARIANT v);
  670.         
  671.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_paddingTop )( 
  672.             IHTMLStyle * This,
  673.             /* [out][retval] */ VARIANT *p);
  674.         
  675.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_paddingRight )( 
  676.             IHTMLStyle * This,
  677.             /* [in] */ VARIANT v);
  678.         
  679.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_paddingRight )( 
  680.             IHTMLStyle * This,
  681.             /* [out][retval] */ VARIANT *p);
  682.         
  683.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_paddingBottom )( 
  684.             IHTMLStyle * This,
  685.             /* [in] */ VARIANT v);
  686.         
  687.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_paddingBottom )( 
  688.             IHTMLStyle * This,
  689.             /* [out][retval] */ VARIANT *p);
  690.         
  691.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_paddingLeft )( 
  692.             IHTMLStyle * This,
  693.             /* [in] */ VARIANT v);
  694.         
  695.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_paddingLeft )( 
  696.             IHTMLStyle * This,
  697.             /* [out][retval] */ VARIANT *p);
  698.         
  699.         /* [nonbrowsable][bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_padding )( 
  700.             IHTMLStyle * This,
  701.             /* [in] */ BSTR v);
  702.         
  703.         /* [nonbrowsable][bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_padding )( 
  704.             IHTMLStyle * This,
  705.             /* [out][retval] */ BSTR *p);
  706.         
  707.         /* [nonbrowsable][bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_border )( 
  708.             IHTMLStyle * This,
  709.             /* [in] */ BSTR v);
  710.         
  711.         /* [nonbrowsable][bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_border )( 
  712.             IHTMLStyle * This,
  713.             /* [out][retval] */ BSTR *p);
  714.         
  715.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_borderTop )( 
  716.             IHTMLStyle * This,
  717.             /* [in] */ BSTR v);
  718.         
  719.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_borderTop )( 
  720.             IHTMLStyle * This,
  721.             /* [out][retval] */ BSTR *p);
  722.         
  723.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_borderRight )( 
  724.             IHTMLStyle * This,
  725.             /* [in] */ BSTR v);
  726.         
  727.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_borderRight )( 
  728.             IHTMLStyle * This,
  729.             /* [out][retval] */ BSTR *p);
  730.         
  731.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_borderBottom )( 
  732.             IHTMLStyle * This,
  733.             /* [in] */ BSTR v);
  734.         
  735.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_borderBottom )( 
  736.             IHTMLStyle * This,
  737.             /* [out][retval] */ BSTR *p);
  738.         
  739.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_borderLeft )( 
  740.             IHTMLStyle * This,
  741.             /* [in] */ BSTR v);
  742.         
  743.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_borderLeft )( 
  744.             IHTMLStyle * This,
  745.             /* [out][retval] */ BSTR *p);
  746.         
  747.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_borderColor )( 
  748.             IHTMLStyle * This,
  749.             /* [in] */ BSTR v);
  750.         
  751.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_borderColor )( 
  752.             IHTMLStyle * This,
  753.             /* [out][retval] */ BSTR *p);
  754.         
  755.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_borderTopColor )( 
  756.             IHTMLStyle * This,
  757.             /* [in] */ VARIANT v);
  758.         
  759.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_borderTopColor )( 
  760.             IHTMLStyle * This,
  761.             /* [out][retval] */ VARIANT *p);
  762.         
  763.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_borderRightColor )( 
  764.             IHTMLStyle * This,
  765.             /* [in] */ VARIANT v);
  766.         
  767.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_borderRightColor )( 
  768.             IHTMLStyle * This,
  769.             /* [out][retval] */ VARIANT *p);
  770.         
  771.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_borderBottomColor )( 
  772.             IHTMLStyle * This,
  773.             /* [in] */ VARIANT v);
  774.         
  775.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_borderBottomColor )( 
  776.             IHTMLStyle * This,
  777.             /* [out][retval] */ VARIANT *p);
  778.         
  779.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_borderLeftColor )( 
  780.             IHTMLStyle * This,
  781.             /* [in] */ VARIANT v);
  782.         
  783.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_borderLeftColor )( 
  784.             IHTMLStyle * This,
  785.             /* [out][retval] */ VARIANT *p);
  786.         
  787.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_borderWidth )( 
  788.             IHTMLStyle * This,
  789.             /* [in] */ BSTR v);
  790.         
  791.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_borderWidth )( 
  792.             IHTMLStyle * This,
  793.             /* [out][retval] */ BSTR *p);
  794.         
  795.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_borderTopWidth )( 
  796.             IHTMLStyle * This,
  797.             /* [in] */ VARIANT v);
  798.         
  799.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_borderTopWidth )( 
  800.             IHTMLStyle * This,
  801.             /* [out][retval] */ VARIANT *p);
  802.         
  803.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_borderRightWidth )( 
  804.             IHTMLStyle * This,
  805.             /* [in] */ VARIANT v);
  806.         
  807.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_borderRightWidth )( 
  808.             IHTMLStyle * This,
  809.             /* [out][retval] */ VARIANT *p);
  810.         
  811.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_borderBottomWidth )( 
  812.             IHTMLStyle * This,
  813.             /* [in] */ VARIANT v);
  814.         
  815.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_borderBottomWidth )( 
  816.             IHTMLStyle * This,
  817.             /* [out][retval] */ VARIANT *p);
  818.         
  819.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_borderLeftWidth )( 
  820.             IHTMLStyle * This,
  821.             /* [in] */ VARIANT v);
  822.         
  823.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_borderLeftWidth )( 
  824.             IHTMLStyle * This,
  825.             /* [out][retval] */ VARIANT *p);
  826.         
  827.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_borderStyle )( 
  828.             IHTMLStyle * This,
  829.             /* [in] */ BSTR v);
  830.         
  831.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_borderStyle )( 
  832.             IHTMLStyle * This,
  833.             /* [out][retval] */ BSTR *p);
  834.         
  835.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_borderTopStyle )( 
  836.             IHTMLStyle * This,
  837.             /* [in] */ BSTR v);
  838.         
  839.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_borderTopStyle )( 
  840.             IHTMLStyle * This,
  841.             /* [out][retval] */ BSTR *p);
  842.         
  843.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_borderRightStyle )( 
  844.             IHTMLStyle * This,
  845.             /* [in] */ BSTR v);
  846.         
  847.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_borderRightStyle )( 
  848.             IHTMLStyle * This,
  849.             /* [out][retval] */ BSTR *p);
  850.         
  851.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_borderBottomStyle )( 
  852.             IHTMLStyle * This,
  853.             /* [in] */ BSTR v);
  854.         
  855.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_borderBottomStyle )( 
  856.             IHTMLStyle * This,
  857.             /* [out][retval] */ BSTR *p);
  858.         
  859.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_borderLeftStyle )( 
  860.             IHTMLStyle * This,
  861.             /* [in] */ BSTR v);
  862.         
  863.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_borderLeftStyle )( 
  864.             IHTMLStyle * This,
  865.             /* [out][retval] */ BSTR *p);
  866.         
  867.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_width )( 
  868.             IHTMLStyle * This,
  869.             /* [in] */ VARIANT v);
  870.         
  871.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_width )( 
  872.             IHTMLStyle * This,
  873.             /* [out][retval] */ VARIANT *p);
  874.         
  875.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_height )( 
  876.             IHTMLStyle * This,
  877.             /* [in] */ VARIANT v);
  878.         
  879.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_height )( 
  880.             IHTMLStyle * This,
  881.             /* [out][retval] */ VARIANT *p);
  882.         
  883.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_styleFloat )( 
  884.             IHTMLStyle * This,
  885.             /* [in] */ BSTR v);
  886.         
  887.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_styleFloat )( 
  888.             IHTMLStyle * This,
  889.             /* [out][retval] */ BSTR *p);
  890.         
  891.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_clear )( 
  892.             IHTMLStyle * This,
  893.             /* [in] */ BSTR v);
  894.         
  895.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_clear )( 
  896.             IHTMLStyle * This,
  897.             /* [out][retval] */ BSTR *p);
  898.         
  899.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_display )( 
  900.             IHTMLStyle * This,
  901.             /* [in] */ BSTR v);
  902.         
  903.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_display )( 
  904.             IHTMLStyle * This,
  905.             /* [out][retval] */ BSTR *p);
  906.         
  907.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_visibility )( 
  908.             IHTMLStyle * This,
  909.             /* [in] */ BSTR v);
  910.         
  911.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_visibility )( 
  912.             IHTMLStyle * This,
  913.             /* [out][retval] */ BSTR *p);
  914.         
  915.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_listStyleType )( 
  916.             IHTMLStyle * This,
  917.             /* [in] */ BSTR v);
  918.         
  919.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_listStyleType )( 
  920.             IHTMLStyle * This,
  921.             /* [out][retval] */ BSTR *p);
  922.         
  923.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_listStylePosition )( 
  924.             IHTMLStyle * This,
  925.             /* [in] */ BSTR v);
  926.         
  927.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_listStylePosition )( 
  928.             IHTMLStyle * This,
  929.             /* [out][retval] */ BSTR *p);
  930.         
  931.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_listStyleImage )( 
  932.             IHTMLStyle * This,
  933.             /* [in] */ BSTR v);
  934.         
  935.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_listStyleImage )( 
  936.             IHTMLStyle * This,
  937.             /* [out][retval] */ BSTR *p);
  938.         
  939.         /* [nonbrowsable][bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_listStyle )( 
  940.             IHTMLStyle * This,
  941.             /* [in] */ BSTR v);
  942.         
  943.         /* [nonbrowsable][bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_listStyle )( 
  944.             IHTMLStyle * This,
  945.             /* [out][retval] */ BSTR *p);
  946.         
  947.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_whiteSpace )( 
  948.             IHTMLStyle * This,
  949.             /* [in] */ BSTR v);
  950.         
  951.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_whiteSpace )( 
  952.             IHTMLStyle * This,
  953.             /* [out][retval] */ BSTR *p);
  954.         
  955.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_top )( 
  956.             IHTMLStyle * This,
  957.             /* [in] */ VARIANT v);
  958.         
  959.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_top )( 
  960.             IHTMLStyle * This,
  961.             /* [out][retval] */ VARIANT *p);
  962.         
  963.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_left )( 
  964.             IHTMLStyle * This,
  965.             /* [in] */ VARIANT v);
  966.         
  967.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_left )( 
  968.             IHTMLStyle * This,
  969.             /* [out][retval] */ VARIANT *p);
  970.         
  971.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_position )( 
  972.             IHTMLStyle * This,
  973.             /* [out][retval] */ BSTR *p);
  974.         
  975.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_zIndex )( 
  976.             IHTMLStyle * This,
  977.             /* [in] */ VARIANT v);
  978.         
  979.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_zIndex )( 
  980.             IHTMLStyle * This,
  981.             /* [out][retval] */ VARIANT *p);
  982.         
  983.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_overflow )( 
  984.             IHTMLStyle * This,
  985.             /* [in] */ BSTR v);
  986.         
  987.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_overflow )( 
  988.             IHTMLStyle * This,
  989.             /* [out][retval] */ BSTR *p);
  990.         
  991.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_pageBreakBefore )( 
  992.             IHTMLStyle * This,
  993.             /* [in] */ BSTR v);
  994.         
  995.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_pageBreakBefore )( 
  996.             IHTMLStyle * This,
  997.             /* [out][retval] */ BSTR *p);
  998.         
  999.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_pageBreakAfter )( 
  1000.             IHTMLStyle * This,
  1001.             /* [in] */ BSTR v);
  1002.         
  1003.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_pageBreakAfter )( 
  1004.             IHTMLStyle * This,
  1005.             /* [out][retval] */ BSTR *p);
  1006.         
  1007.         /* [nonbrowsable][bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_cssText )( 
  1008.             IHTMLStyle * This,
  1009.             /* [in] */ BSTR v);
  1010.         
  1011.         /* [nonbrowsable][bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_cssText )( 
  1012.             IHTMLStyle * This,
  1013.             /* [out][retval] */ BSTR *p);
  1014.         
  1015.         /* [hidden][bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_pixelTop )( 
  1016.             IHTMLStyle * This,
  1017.             /* [in] */ long v);
  1018.         
  1019.         /* [hidden][bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_pixelTop )( 
  1020.             IHTMLStyle * This,
  1021.             /* [out][retval] */ long *p);
  1022.         
  1023.         /* [hidden][bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_pixelLeft )( 
  1024.             IHTMLStyle * This,
  1025.             /* [in] */ long v);
  1026.         
  1027.         /* [hidden][bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_pixelLeft )( 
  1028.             IHTMLStyle * This,
  1029.             /* [out][retval] */ long *p);
  1030.         
  1031.         /* [hidden][bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_pixelWidth )( 
  1032.             IHTMLStyle * This,
  1033.             /* [in] */ long v);
  1034.         
  1035.         /* [hidden][bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_pixelWidth )( 
  1036.             IHTMLStyle * This,
  1037.             /* [out][retval] */ long *p);
  1038.         
  1039.         /* [hidden][bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_pixelHeight )( 
  1040.             IHTMLStyle * This,
  1041.             /* [in] */ long v);
  1042.         
  1043.         /* [hidden][bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_pixelHeight )( 
  1044.             IHTMLStyle * This,
  1045.             /* [out][retval] */ long *p);
  1046.         
  1047.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_posTop )( 
  1048.             IHTMLStyle * This,
  1049.             /* [in] */ float v);
  1050.         
  1051.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_posTop )( 
  1052.             IHTMLStyle * This,
  1053.             /* [out][retval] */ float *p);
  1054.         
  1055.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_posLeft )( 
  1056.             IHTMLStyle * This,
  1057.             /* [in] */ float v);
  1058.         
  1059.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_posLeft )( 
  1060.             IHTMLStyle * This,
  1061.             /* [out][retval] */ float *p);
  1062.         
  1063.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_posWidth )( 
  1064.             IHTMLStyle * This,
  1065.             /* [in] */ float v);
  1066.         
  1067.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_posWidth )( 
  1068.             IHTMLStyle * This,
  1069.             /* [out][retval] */ float *p);
  1070.         
  1071.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_posHeight )( 
  1072.             IHTMLStyle * This,
  1073.             /* [in] */ float v);
  1074.         
  1075.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_posHeight )( 
  1076.             IHTMLStyle * This,
  1077.             /* [out][retval] */ float *p);
  1078.         
  1079.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_cursor )( 
  1080.             IHTMLStyle * This,
  1081.             /* [in] */ BSTR v);
  1082.         
  1083.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_cursor )( 
  1084.             IHTMLStyle * This,
  1085.             /* [out][retval] */ BSTR *p);
  1086.         
  1087.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_clip )( 
  1088.             IHTMLStyle * This,
  1089.             /* [in] */ BSTR v);
  1090.         
  1091.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_clip )( 
  1092.             IHTMLStyle * This,
  1093.             /* [out][retval] */ BSTR *p);
  1094.         
  1095.         /* [bindable][displaybind][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_filter )( 
  1096.             IHTMLStyle * This,
  1097.             /* [in] */ BSTR v);
  1098.         
  1099.         /* [bindable][displaybind][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_filter )( 
  1100.             IHTMLStyle * This,
  1101.             /* [out][retval] */ BSTR *p);
  1102.         
  1103.         /* [id] */ HRESULT ( STDMETHODCALLTYPE *setAttribute )( 
  1104.             IHTMLStyle * This,
  1105.             /* [in] */ BSTR strAttributeName,
  1106.             /* [in] */ VARIANT AttributeValue,
  1107.             /* [in][defaultvalue] */ LONG lFlags);
  1108.         
  1109.         /* [id] */ HRESULT ( STDMETHODCALLTYPE *getAttribute )( 
  1110.             IHTMLStyle * This,
  1111.             /* [in] */ BSTR strAttributeName,
  1112.             /* [in][defaultvalue] */ LONG lFlags,
  1113.             /* [out][retval] */ VARIANT *AttributeValue);
  1114.         
  1115.         /* [id] */ HRESULT ( STDMETHODCALLTYPE *removeAttribute )( 
  1116.             IHTMLStyle * This,
  1117.             /* [in] */ BSTR strAttributeName,
  1118.             /* [in][defaultvalue] */ LONG lFlags,
  1119.             /* [out][retval] */ VARIANT_BOOL *pfSuccess);
  1120.         
  1121.         /* [id] */ HRESULT ( STDMETHODCALLTYPE *toString )( 
  1122.             IHTMLStyle * This,
  1123.             /* [out][retval] */ BSTR *String);
  1124.         
  1125.         END_INTERFACE
  1126.     } IHTMLStyleVtbl;
  1127.     interface IHTMLStyle
  1128.     {
  1129.         CONST_VTBL struct IHTMLStyleVtbl *lpVtbl;
  1130.     };
  1131.     
  1132. #ifdef COBJMACROS
  1133. #define IHTMLStyle_QueryInterface(This,riid,ppvObject)
  1134.     (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  1135. #define IHTMLStyle_AddRef(This)
  1136.     (This)->lpVtbl -> AddRef(This)
  1137. #define IHTMLStyle_Release(This)
  1138.     (This)->lpVtbl -> Release(This)
  1139. #define IHTMLStyle_GetTypeInfoCount(This,pctinfo)
  1140.     (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
  1141. #define IHTMLStyle_GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  1142.     (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  1143. #define IHTMLStyle_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  1144.     (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  1145. #define IHTMLStyle_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  1146.     (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  1147. #define IHTMLStyle_put_fontFamily(This,v)
  1148.     (This)->lpVtbl -> put_fontFamily(This,v)
  1149. #define IHTMLStyle_get_fontFamily(This,p)
  1150.     (This)->lpVtbl -> get_fontFamily(This,p)
  1151. #define IHTMLStyle_put_fontStyle(This,v)
  1152.     (This)->lpVtbl -> put_fontStyle(This,v)
  1153. #define IHTMLStyle_get_fontStyle(This,p)
  1154.     (This)->lpVtbl -> get_fontStyle(This,p)
  1155. #define IHTMLStyle_put_fontVariant(This,v)
  1156.     (This)->lpVtbl -> put_fontVariant(This,v)
  1157. #define IHTMLStyle_get_fontVariant(This,p)
  1158.     (This)->lpVtbl -> get_fontVariant(This,p)
  1159. #define IHTMLStyle_put_fontWeight(This,v)
  1160.     (This)->lpVtbl -> put_fontWeight(This,v)
  1161. #define IHTMLStyle_get_fontWeight(This,p)
  1162.     (This)->lpVtbl -> get_fontWeight(This,p)
  1163. #define IHTMLStyle_put_fontSize(This,v)
  1164.     (This)->lpVtbl -> put_fontSize(This,v)
  1165. #define IHTMLStyle_get_fontSize(This,p)
  1166.     (This)->lpVtbl -> get_fontSize(This,p)
  1167. #define IHTMLStyle_put_font(This,v)
  1168.     (This)->lpVtbl -> put_font(This,v)
  1169. #define IHTMLStyle_get_font(This,p)
  1170.     (This)->lpVtbl -> get_font(This,p)
  1171. #define IHTMLStyle_put_color(This,v)
  1172.     (This)->lpVtbl -> put_color(This,v)
  1173. #define IHTMLStyle_get_color(This,p)
  1174.     (This)->lpVtbl -> get_color(This,p)
  1175. #define IHTMLStyle_put_background(This,v)
  1176.     (This)->lpVtbl -> put_background(This,v)
  1177. #define IHTMLStyle_get_background(This,p)
  1178.     (This)->lpVtbl -> get_background(This,p)
  1179. #define IHTMLStyle_put_backgroundColor(This,v)
  1180.     (This)->lpVtbl -> put_backgroundColor(This,v)
  1181. #define IHTMLStyle_get_backgroundColor(This,p)
  1182.     (This)->lpVtbl -> get_backgroundColor(This,p)
  1183. #define IHTMLStyle_put_backgroundImage(This,v)
  1184.     (This)->lpVtbl -> put_backgroundImage(This,v)
  1185. #define IHTMLStyle_get_backgroundImage(This,p)
  1186.     (This)->lpVtbl -> get_backgroundImage(This,p)
  1187. #define IHTMLStyle_put_backgroundRepeat(This,v)
  1188.     (This)->lpVtbl -> put_backgroundRepeat(This,v)
  1189. #define IHTMLStyle_get_backgroundRepeat(This,p)
  1190.     (This)->lpVtbl -> get_backgroundRepeat(This,p)
  1191. #define IHTMLStyle_put_backgroundAttachment(This,v)
  1192.     (This)->lpVtbl -> put_backgroundAttachment(This,v)
  1193. #define IHTMLStyle_get_backgroundAttachment(This,p)
  1194.     (This)->lpVtbl -> get_backgroundAttachment(This,p)
  1195. #define IHTMLStyle_put_backgroundPosition(This,v)
  1196.     (This)->lpVtbl -> put_backgroundPosition(This,v)
  1197. #define IHTMLStyle_get_backgroundPosition(This,p)
  1198.     (This)->lpVtbl -> get_backgroundPosition(This,p)
  1199. #define IHTMLStyle_put_backgroundPositionX(This,v)
  1200.     (This)->lpVtbl -> put_backgroundPositionX(This,v)
  1201. #define IHTMLStyle_get_backgroundPositionX(This,p)
  1202.     (This)->lpVtbl -> get_backgroundPositionX(This,p)
  1203. #define IHTMLStyle_put_backgroundPositionY(This,v)
  1204.     (This)->lpVtbl -> put_backgroundPositionY(This,v)
  1205. #define IHTMLStyle_get_backgroundPositionY(This,p)
  1206.     (This)->lpVtbl -> get_backgroundPositionY(This,p)
  1207. #define IHTMLStyle_put_wordSpacing(This,v)
  1208.     (This)->lpVtbl -> put_wordSpacing(This,v)
  1209. #define IHTMLStyle_get_wordSpacing(This,p)
  1210.     (This)->lpVtbl -> get_wordSpacing(This,p)
  1211. #define IHTMLStyle_put_letterSpacing(This,v)
  1212.     (This)->lpVtbl -> put_letterSpacing(This,v)
  1213. #define IHTMLStyle_get_letterSpacing(This,p)
  1214.     (This)->lpVtbl -> get_letterSpacing(This,p)
  1215. #define IHTMLStyle_put_textDecoration(This,v)
  1216.     (This)->lpVtbl -> put_textDecoration(This,v)
  1217. #define IHTMLStyle_get_textDecoration(This,p)
  1218.     (This)->lpVtbl -> get_textDecoration(This,p)
  1219. #define IHTMLStyle_put_textDecorationNone(This,v)
  1220.     (This)->lpVtbl -> put_textDecorationNone(This,v)
  1221. #define IHTMLStyle_get_textDecorationNone(This,p)
  1222.     (This)->lpVtbl -> get_textDecorationNone(This,p)
  1223. #define IHTMLStyle_put_textDecorationUnderline(This,v)
  1224.     (This)->lpVtbl -> put_textDecorationUnderline(This,v)
  1225. #define IHTMLStyle_get_textDecorationUnderline(This,p)
  1226.     (This)->lpVtbl -> get_textDecorationUnderline(This,p)
  1227. #define IHTMLStyle_put_textDecorationOverline(This,v)
  1228.     (This)->lpVtbl -> put_textDecorationOverline(This,v)
  1229. #define IHTMLStyle_get_textDecorationOverline(This,p)
  1230.     (This)->lpVtbl -> get_textDecorationOverline(This,p)
  1231. #define IHTMLStyle_put_textDecorationLineThrough(This,v)
  1232.     (This)->lpVtbl -> put_textDecorationLineThrough(This,v)
  1233. #define IHTMLStyle_get_textDecorationLineThrough(This,p)
  1234.     (This)->lpVtbl -> get_textDecorationLineThrough(This,p)
  1235. #define IHTMLStyle_put_textDecorationBlink(This,v)
  1236.     (This)->lpVtbl -> put_textDecorationBlink(This,v)
  1237. #define IHTMLStyle_get_textDecorationBlink(This,p)
  1238.     (This)->lpVtbl -> get_textDecorationBlink(This,p)
  1239. #define IHTMLStyle_put_verticalAlign(This,v)
  1240.     (This)->lpVtbl -> put_verticalAlign(This,v)
  1241. #define IHTMLStyle_get_verticalAlign(This,p)
  1242.     (This)->lpVtbl -> get_verticalAlign(This,p)
  1243. #define IHTMLStyle_put_textTransform(This,v)
  1244.     (This)->lpVtbl -> put_textTransform(This,v)
  1245. #define IHTMLStyle_get_textTransform(This,p)
  1246.     (This)->lpVtbl -> get_textTransform(This,p)
  1247. #define IHTMLStyle_put_textAlign(This,v)
  1248.     (This)->lpVtbl -> put_textAlign(This,v)
  1249. #define IHTMLStyle_get_textAlign(This,p)
  1250.     (This)->lpVtbl -> get_textAlign(This,p)
  1251. #define IHTMLStyle_put_textIndent(This,v)
  1252.     (This)->lpVtbl -> put_textIndent(This,v)
  1253. #define IHTMLStyle_get_textIndent(This,p)
  1254.     (This)->lpVtbl -> get_textIndent(This,p)
  1255. #define IHTMLStyle_put_lineHeight(This,v)
  1256.     (This)->lpVtbl -> put_lineHeight(This,v)
  1257. #define IHTMLStyle_get_lineHeight(This,p)
  1258.     (This)->lpVtbl -> get_lineHeight(This,p)
  1259. #define IHTMLStyle_put_marginTop(This,v)
  1260.     (This)->lpVtbl -> put_marginTop(This,v)
  1261. #define IHTMLStyle_get_marginTop(This,p)
  1262.     (This)->lpVtbl -> get_marginTop(This,p)
  1263. #define IHTMLStyle_put_marginRight(This,v)
  1264.     (This)->lpVtbl -> put_marginRight(This,v)
  1265. #define IHTMLStyle_get_marginRight(This,p)
  1266.     (This)->lpVtbl -> get_marginRight(This,p)
  1267. #define IHTMLStyle_put_marginBottom(This,v)
  1268.     (This)->lpVtbl -> put_marginBottom(This,v)
  1269. #define IHTMLStyle_get_marginBottom(This,p)
  1270.     (This)->lpVtbl -> get_marginBottom(This,p)
  1271. #define IHTMLStyle_put_marginLeft(This,v)
  1272.     (This)->lpVtbl -> put_marginLeft(This,v)
  1273. #define IHTMLStyle_get_marginLeft(This,p)
  1274.     (This)->lpVtbl -> get_marginLeft(This,p)
  1275. #define IHTMLStyle_put_margin(This,v)
  1276.     (This)->lpVtbl -> put_margin(This,v)
  1277. #define IHTMLStyle_get_margin(This,p)
  1278.     (This)->lpVtbl -> get_margin(This,p)
  1279. #define IHTMLStyle_put_paddingTop(This,v)
  1280.     (This)->lpVtbl -> put_paddingTop(This,v)
  1281. #define IHTMLStyle_get_paddingTop(This,p)
  1282.     (This)->lpVtbl -> get_paddingTop(This,p)
  1283. #define IHTMLStyle_put_paddingRight(This,v)
  1284.     (This)->lpVtbl -> put_paddingRight(This,v)
  1285. #define IHTMLStyle_get_paddingRight(This,p)
  1286.     (This)->lpVtbl -> get_paddingRight(This,p)
  1287. #define IHTMLStyle_put_paddingBottom(This,v)
  1288.     (This)->lpVtbl -> put_paddingBottom(This,v)
  1289. #define IHTMLStyle_get_paddingBottom(This,p)
  1290.     (This)->lpVtbl -> get_paddingBottom(This,p)
  1291. #define IHTMLStyle_put_paddingLeft(This,v)
  1292.     (This)->lpVtbl -> put_paddingLeft(This,v)
  1293. #define IHTMLStyle_get_paddingLeft(This,p)
  1294.     (This)->lpVtbl -> get_paddingLeft(This,p)
  1295. #define IHTMLStyle_put_padding(This,v)
  1296.     (This)->lpVtbl -> put_padding(This,v)
  1297. #define IHTMLStyle_get_padding(This,p)
  1298.     (This)->lpVtbl -> get_padding(This,p)
  1299. #define IHTMLStyle_put_border(This,v)
  1300.     (This)->lpVtbl -> put_border(This,v)
  1301. #define IHTMLStyle_get_border(This,p)
  1302.     (This)->lpVtbl -> get_border(This,p)
  1303. #define IHTMLStyle_put_borderTop(This,v)
  1304.     (This)->lpVtbl -> put_borderTop(This,v)
  1305. #define IHTMLStyle_get_borderTop(This,p)
  1306.     (This)->lpVtbl -> get_borderTop(This,p)
  1307. #define IHTMLStyle_put_borderRight(This,v)
  1308.     (This)->lpVtbl -> put_borderRight(This,v)
  1309. #define IHTMLStyle_get_borderRight(This,p)
  1310.     (This)->lpVtbl -> get_borderRight(This,p)
  1311. #define IHTMLStyle_put_borderBottom(This,v)
  1312.     (This)->lpVtbl -> put_borderBottom(This,v)
  1313. #define IHTMLStyle_get_borderBottom(This,p)
  1314.     (This)->lpVtbl -> get_borderBottom(This,p)
  1315. #define IHTMLStyle_put_borderLeft(This,v)
  1316.     (This)->lpVtbl -> put_borderLeft(This,v)
  1317. #define IHTMLStyle_get_borderLeft(This,p)
  1318.     (This)->lpVtbl -> get_borderLeft(This,p)
  1319. #define IHTMLStyle_put_borderColor(This,v)
  1320.     (This)->lpVtbl -> put_borderColor(This,v)
  1321. #define IHTMLStyle_get_borderColor(This,p)
  1322.     (This)->lpVtbl -> get_borderColor(This,p)
  1323. #define IHTMLStyle_put_borderTopColor(This,v)
  1324.     (This)->lpVtbl -> put_borderTopColor(This,v)
  1325. #define IHTMLStyle_get_borderTopColor(This,p)
  1326.     (This)->lpVtbl -> get_borderTopColor(This,p)
  1327. #define IHTMLStyle_put_borderRightColor(This,v)
  1328.     (This)->lpVtbl -> put_borderRightColor(This,v)
  1329. #define IHTMLStyle_get_borderRightColor(This,p)
  1330.     (This)->lpVtbl -> get_borderRightColor(This,p)
  1331. #define IHTMLStyle_put_borderBottomColor(This,v)
  1332.     (This)->lpVtbl -> put_borderBottomColor(This,v)
  1333. #define IHTMLStyle_get_borderBottomColor(This,p)
  1334.     (This)->lpVtbl -> get_borderBottomColor(This,p)
  1335. #define IHTMLStyle_put_borderLeftColor(This,v)
  1336.     (This)->lpVtbl -> put_borderLeftColor(This,v)
  1337. #define IHTMLStyle_get_borderLeftColor(This,p)
  1338.     (This)->lpVtbl -> get_borderLeftColor(This,p)
  1339. #define IHTMLStyle_put_borderWidth(This,v)
  1340.     (This)->lpVtbl -> put_borderWidth(This,v)
  1341. #define IHTMLStyle_get_borderWidth(This,p)
  1342.     (This)->lpVtbl -> get_borderWidth(This,p)
  1343. #define IHTMLStyle_put_borderTopWidth(This,v)
  1344.     (This)->lpVtbl -> put_borderTopWidth(This,v)
  1345. #define IHTMLStyle_get_borderTopWidth(This,p)
  1346.     (This)->lpVtbl -> get_borderTopWidth(This,p)
  1347. #define IHTMLStyle_put_borderRightWidth(This,v)
  1348.     (This)->lpVtbl -> put_borderRightWidth(This,v)
  1349. #define IHTMLStyle_get_borderRightWidth(This,p)
  1350.     (This)->lpVtbl -> get_borderRightWidth(This,p)
  1351. #define IHTMLStyle_put_borderBottomWidth(This,v)
  1352.     (This)->lpVtbl -> put_borderBottomWidth(This,v)
  1353. #define IHTMLStyle_get_borderBottomWidth(This,p)
  1354.     (This)->lpVtbl -> get_borderBottomWidth(This,p)
  1355. #define IHTMLStyle_put_borderLeftWidth(This,v)
  1356.     (This)->lpVtbl -> put_borderLeftWidth(This,v)
  1357. #define IHTMLStyle_get_borderLeftWidth(This,p)
  1358.     (This)->lpVtbl -> get_borderLeftWidth(This,p)
  1359. #define IHTMLStyle_put_borderStyle(This,v)
  1360.     (This)->lpVtbl -> put_borderStyle(This,v)
  1361. #define IHTMLStyle_get_borderStyle(This,p)
  1362.     (This)->lpVtbl -> get_borderStyle(This,p)
  1363. #define IHTMLStyle_put_borderTopStyle(This,v)
  1364.     (This)->lpVtbl -> put_borderTopStyle(This,v)
  1365. #define IHTMLStyle_get_borderTopStyle(This,p)
  1366.     (This)->lpVtbl -> get_borderTopStyle(This,p)
  1367. #define IHTMLStyle_put_borderRightStyle(This,v)
  1368.     (This)->lpVtbl -> put_borderRightStyle(This,v)
  1369. #define IHTMLStyle_get_borderRightStyle(This,p)
  1370.     (This)->lpVtbl -> get_borderRightStyle(This,p)
  1371. #define IHTMLStyle_put_borderBottomStyle(This,v)
  1372.     (This)->lpVtbl -> put_borderBottomStyle(This,v)
  1373. #define IHTMLStyle_get_borderBottomStyle(This,p)
  1374.     (This)->lpVtbl -> get_borderBottomStyle(This,p)
  1375. #define IHTMLStyle_put_borderLeftStyle(This,v)
  1376.     (This)->lpVtbl -> put_borderLeftStyle(This,v)
  1377. #define IHTMLStyle_get_borderLeftStyle(This,p)
  1378.     (This)->lpVtbl -> get_borderLeftStyle(This,p)
  1379. #define IHTMLStyle_put_width(This,v)
  1380.     (This)->lpVtbl -> put_width(This,v)
  1381. #define IHTMLStyle_get_width(This,p)
  1382.     (This)->lpVtbl -> get_width(This,p)
  1383. #define IHTMLStyle_put_height(This,v)
  1384.     (This)->lpVtbl -> put_height(This,v)
  1385. #define IHTMLStyle_get_height(This,p)
  1386.     (This)->lpVtbl -> get_height(This,p)
  1387. #define IHTMLStyle_put_styleFloat(This,v)
  1388.     (This)->lpVtbl -> put_styleFloat(This,v)
  1389. #define IHTMLStyle_get_styleFloat(This,p)
  1390.     (This)->lpVtbl -> get_styleFloat(This,p)
  1391. #define IHTMLStyle_put_clear(This,v)
  1392.     (This)->lpVtbl -> put_clear(This,v)
  1393. #define IHTMLStyle_get_clear(This,p)
  1394.     (This)->lpVtbl -> get_clear(This,p)
  1395. #define IHTMLStyle_put_display(This,v)
  1396.     (This)->lpVtbl -> put_display(This,v)
  1397. #define IHTMLStyle_get_display(This,p)
  1398.     (This)->lpVtbl -> get_display(This,p)
  1399. #define IHTMLStyle_put_visibility(This,v)
  1400.     (This)->lpVtbl -> put_visibility(This,v)
  1401. #define IHTMLStyle_get_visibility(This,p)
  1402.     (This)->lpVtbl -> get_visibility(This,p)
  1403. #define IHTMLStyle_put_listStyleType(This,v)
  1404.     (This)->lpVtbl -> put_listStyleType(This,v)
  1405. #define IHTMLStyle_get_listStyleType(This,p)
  1406.     (This)->lpVtbl -> get_listStyleType(This,p)
  1407. #define IHTMLStyle_put_listStylePosition(This,v)
  1408.     (This)->lpVtbl -> put_listStylePosition(This,v)
  1409. #define IHTMLStyle_get_listStylePosition(This,p)
  1410.     (This)->lpVtbl -> get_listStylePosition(This,p)
  1411. #define IHTMLStyle_put_listStyleImage(This,v)
  1412.     (This)->lpVtbl -> put_listStyleImage(This,v)
  1413. #define IHTMLStyle_get_listStyleImage(This,p)
  1414.     (This)->lpVtbl -> get_listStyleImage(This,p)
  1415. #define IHTMLStyle_put_listStyle(This,v)
  1416.     (This)->lpVtbl -> put_listStyle(This,v)
  1417. #define IHTMLStyle_get_listStyle(This,p)
  1418.     (This)->lpVtbl -> get_listStyle(This,p)
  1419. #define IHTMLStyle_put_whiteSpace(This,v)
  1420.     (This)->lpVtbl -> put_whiteSpace(This,v)
  1421. #define IHTMLStyle_get_whiteSpace(This,p)
  1422.     (This)->lpVtbl -> get_whiteSpace(This,p)
  1423. #define IHTMLStyle_put_top(This,v)
  1424.     (This)->lpVtbl -> put_top(This,v)
  1425. #define IHTMLStyle_get_top(This,p)
  1426.     (This)->lpVtbl -> get_top(This,p)
  1427. #define IHTMLStyle_put_left(This,v)
  1428.     (This)->lpVtbl -> put_left(This,v)
  1429. #define IHTMLStyle_get_left(This,p)
  1430.     (This)->lpVtbl -> get_left(This,p)
  1431. #define IHTMLStyle_get_position(This,p)
  1432.     (This)->lpVtbl -> get_position(This,p)
  1433. #define IHTMLStyle_put_zIndex(This,v)
  1434.     (This)->lpVtbl -> put_zIndex(This,v)
  1435. #define IHTMLStyle_get_zIndex(This,p)
  1436.     (This)->lpVtbl -> get_zIndex(This,p)
  1437. #define IHTMLStyle_put_overflow(This,v)
  1438.     (This)->lpVtbl -> put_overflow(This,v)
  1439. #define IHTMLStyle_get_overflow(This,p)
  1440.     (This)->lpVtbl -> get_overflow(This,p)
  1441. #define IHTMLStyle_put_pageBreakBefore(This,v)
  1442.     (This)->lpVtbl -> put_pageBreakBefore(This,v)
  1443. #define IHTMLStyle_get_pageBreakBefore(This,p)
  1444.     (This)->lpVtbl -> get_pageBreakBefore(This,p)
  1445. #define IHTMLStyle_put_pageBreakAfter(This,v)
  1446.     (This)->lpVtbl -> put_pageBreakAfter(This,v)
  1447. #define IHTMLStyle_get_pageBreakAfter(This,p)
  1448.     (This)->lpVtbl -> get_pageBreakAfter(This,p)
  1449. #define IHTMLStyle_put_cssText(This,v)
  1450.     (This)->lpVtbl -> put_cssText(This,v)
  1451. #define IHTMLStyle_get_cssText(This,p)
  1452.     (This)->lpVtbl -> get_cssText(This,p)
  1453. #define IHTMLStyle_put_pixelTop(This,v)
  1454.     (This)->lpVtbl -> put_pixelTop(This,v)
  1455. #define IHTMLStyle_get_pixelTop(This,p)
  1456.     (This)->lpVtbl -> get_pixelTop(This,p)
  1457. #define IHTMLStyle_put_pixelLeft(This,v)
  1458.     (This)->lpVtbl -> put_pixelLeft(This,v)
  1459. #define IHTMLStyle_get_pixelLeft(This,p)
  1460.     (This)->lpVtbl -> get_pixelLeft(This,p)
  1461. #define IHTMLStyle_put_pixelWidth(This,v)
  1462.     (This)->lpVtbl -> put_pixelWidth(This,v)
  1463. #define IHTMLStyle_get_pixelWidth(This,p)
  1464.     (This)->lpVtbl -> get_pixelWidth(This,p)
  1465. #define IHTMLStyle_put_pixelHeight(This,v)
  1466.     (This)->lpVtbl -> put_pixelHeight(This,v)
  1467. #define IHTMLStyle_get_pixelHeight(This,p)
  1468.     (This)->lpVtbl -> get_pixelHeight(This,p)
  1469. #define IHTMLStyle_put_posTop(This,v)
  1470.     (This)->lpVtbl -> put_posTop(This,v)
  1471. #define IHTMLStyle_get_posTop(This,p)
  1472.     (This)->lpVtbl -> get_posTop(This,p)
  1473. #define IHTMLStyle_put_posLeft(This,v)
  1474.     (This)->lpVtbl -> put_posLeft(This,v)
  1475. #define IHTMLStyle_get_posLeft(This,p)
  1476.     (This)->lpVtbl -> get_posLeft(This,p)
  1477. #define IHTMLStyle_put_posWidth(This,v)
  1478.     (This)->lpVtbl -> put_posWidth(This,v)
  1479. #define IHTMLStyle_get_posWidth(This,p)
  1480.     (This)->lpVtbl -> get_posWidth(This,p)
  1481. #define IHTMLStyle_put_posHeight(This,v)
  1482.     (This)->lpVtbl -> put_posHeight(This,v)
  1483. #define IHTMLStyle_get_posHeight(This,p)
  1484.     (This)->lpVtbl -> get_posHeight(This,p)
  1485. #define IHTMLStyle_put_cursor(This,v)
  1486.     (This)->lpVtbl -> put_cursor(This,v)
  1487. #define IHTMLStyle_get_cursor(This,p)
  1488.     (This)->lpVtbl -> get_cursor(This,p)
  1489. #define IHTMLStyle_put_clip(This,v)
  1490.     (This)->lpVtbl -> put_clip(This,v)
  1491. #define IHTMLStyle_get_clip(This,p)
  1492.     (This)->lpVtbl -> get_clip(This,p)
  1493. #define IHTMLStyle_put_filter(This,v)
  1494.     (This)->lpVtbl -> put_filter(This,v)
  1495. #define IHTMLStyle_get_filter(This,p)
  1496.     (This)->lpVtbl -> get_filter(This,p)
  1497. #define IHTMLStyle_setAttribute(This,strAttributeName,AttributeValue,lFlags)
  1498.     (This)->lpVtbl -> setAttribute(This,strAttributeName,AttributeValue,lFlags)
  1499. #define IHTMLStyle_getAttribute(This,strAttributeName,lFlags,AttributeValue)
  1500.     (This)->lpVtbl -> getAttribute(This,strAttributeName,lFlags,AttributeValue)
  1501. #define IHTMLStyle_removeAttribute(This,strAttributeName,lFlags,pfSuccess)
  1502.     (This)->lpVtbl -> removeAttribute(This,strAttributeName,lFlags,pfSuccess)
  1503. #define IHTMLStyle_toString(This,String)
  1504.     (This)->lpVtbl -> toString(This,String)
  1505. #endif /* COBJMACROS */
  1506. #endif  /* C style interface */
  1507. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_fontFamily_Proxy( 
  1508.     IHTMLStyle * This,
  1509.     /* [in] */ BSTR v);
  1510. void __RPC_STUB IHTMLStyle_put_fontFamily_Stub(
  1511.     IRpcStubBuffer *This,
  1512.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1513.     PRPC_MESSAGE _pRpcMessage,
  1514.     DWORD *_pdwStubPhase);
  1515. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_fontFamily_Proxy( 
  1516.     IHTMLStyle * This,
  1517.     /* [out][retval] */ BSTR *p);
  1518. void __RPC_STUB IHTMLStyle_get_fontFamily_Stub(
  1519.     IRpcStubBuffer *This,
  1520.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1521.     PRPC_MESSAGE _pRpcMessage,
  1522.     DWORD *_pdwStubPhase);
  1523. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_fontStyle_Proxy( 
  1524.     IHTMLStyle * This,
  1525.     /* [in] */ BSTR v);
  1526. void __RPC_STUB IHTMLStyle_put_fontStyle_Stub(
  1527.     IRpcStubBuffer *This,
  1528.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1529.     PRPC_MESSAGE _pRpcMessage,
  1530.     DWORD *_pdwStubPhase);
  1531. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_fontStyle_Proxy( 
  1532.     IHTMLStyle * This,
  1533.     /* [out][retval] */ BSTR *p);
  1534. void __RPC_STUB IHTMLStyle_get_fontStyle_Stub(
  1535.     IRpcStubBuffer *This,
  1536.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1537.     PRPC_MESSAGE _pRpcMessage,
  1538.     DWORD *_pdwStubPhase);
  1539. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_fontVariant_Proxy( 
  1540.     IHTMLStyle * This,
  1541.     /* [in] */ BSTR v);
  1542. void __RPC_STUB IHTMLStyle_put_fontVariant_Stub(
  1543.     IRpcStubBuffer *This,
  1544.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1545.     PRPC_MESSAGE _pRpcMessage,
  1546.     DWORD *_pdwStubPhase);
  1547. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_fontVariant_Proxy( 
  1548.     IHTMLStyle * This,
  1549.     /* [out][retval] */ BSTR *p);
  1550. void __RPC_STUB IHTMLStyle_get_fontVariant_Stub(
  1551.     IRpcStubBuffer *This,
  1552.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1553.     PRPC_MESSAGE _pRpcMessage,
  1554.     DWORD *_pdwStubPhase);
  1555. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_fontWeight_Proxy( 
  1556.     IHTMLStyle * This,
  1557.     /* [in] */ BSTR v);
  1558. void __RPC_STUB IHTMLStyle_put_fontWeight_Stub(
  1559.     IRpcStubBuffer *This,
  1560.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1561.     PRPC_MESSAGE _pRpcMessage,
  1562.     DWORD *_pdwStubPhase);
  1563. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_fontWeight_Proxy( 
  1564.     IHTMLStyle * This,
  1565.     /* [out][retval] */ BSTR *p);
  1566. void __RPC_STUB IHTMLStyle_get_fontWeight_Stub(
  1567.     IRpcStubBuffer *This,
  1568.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1569.     PRPC_MESSAGE _pRpcMessage,
  1570.     DWORD *_pdwStubPhase);
  1571. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_fontSize_Proxy( 
  1572.     IHTMLStyle * This,
  1573.     /* [in] */ VARIANT v);
  1574. void __RPC_STUB IHTMLStyle_put_fontSize_Stub(
  1575.     IRpcStubBuffer *This,
  1576.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1577.     PRPC_MESSAGE _pRpcMessage,
  1578.     DWORD *_pdwStubPhase);
  1579. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_fontSize_Proxy( 
  1580.     IHTMLStyle * This,
  1581.     /* [out][retval] */ VARIANT *p);
  1582. void __RPC_STUB IHTMLStyle_get_fontSize_Stub(
  1583.     IRpcStubBuffer *This,
  1584.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1585.     PRPC_MESSAGE _pRpcMessage,
  1586.     DWORD *_pdwStubPhase);
  1587. /* [nonbrowsable][bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_font_Proxy( 
  1588.     IHTMLStyle * This,
  1589.     /* [in] */ BSTR v);
  1590. void __RPC_STUB IHTMLStyle_put_font_Stub(
  1591.     IRpcStubBuffer *This,
  1592.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1593.     PRPC_MESSAGE _pRpcMessage,
  1594.     DWORD *_pdwStubPhase);
  1595. /* [nonbrowsable][bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_font_Proxy( 
  1596.     IHTMLStyle * This,
  1597.     /* [out][retval] */ BSTR *p);
  1598. void __RPC_STUB IHTMLStyle_get_font_Stub(
  1599.     IRpcStubBuffer *This,
  1600.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1601.     PRPC_MESSAGE _pRpcMessage,
  1602.     DWORD *_pdwStubPhase);
  1603. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_color_Proxy( 
  1604.     IHTMLStyle * This,
  1605.     /* [in] */ VARIANT v);
  1606. void __RPC_STUB IHTMLStyle_put_color_Stub(
  1607.     IRpcStubBuffer *This,
  1608.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1609.     PRPC_MESSAGE _pRpcMessage,
  1610.     DWORD *_pdwStubPhase);
  1611. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_color_Proxy( 
  1612.     IHTMLStyle * This,
  1613.     /* [out][retval] */ VARIANT *p);
  1614. void __RPC_STUB IHTMLStyle_get_color_Stub(
  1615.     IRpcStubBuffer *This,
  1616.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1617.     PRPC_MESSAGE _pRpcMessage,
  1618.     DWORD *_pdwStubPhase);
  1619. /* [nonbrowsable][bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_background_Proxy( 
  1620.     IHTMLStyle * This,
  1621.     /* [in] */ BSTR v);
  1622. void __RPC_STUB IHTMLStyle_put_background_Stub(
  1623.     IRpcStubBuffer *This,
  1624.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1625.     PRPC_MESSAGE _pRpcMessage,
  1626.     DWORD *_pdwStubPhase);
  1627. /* [nonbrowsable][bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_background_Proxy( 
  1628.     IHTMLStyle * This,
  1629.     /* [out][retval] */ BSTR *p);
  1630. void __RPC_STUB IHTMLStyle_get_background_Stub(
  1631.     IRpcStubBuffer *This,
  1632.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1633.     PRPC_MESSAGE _pRpcMessage,
  1634.     DWORD *_pdwStubPhase);
  1635. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_backgroundColor_Proxy( 
  1636.     IHTMLStyle * This,
  1637.     /* [in] */ VARIANT v);
  1638. void __RPC_STUB IHTMLStyle_put_backgroundColor_Stub(
  1639.     IRpcStubBuffer *This,
  1640.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1641.     PRPC_MESSAGE _pRpcMessage,
  1642.     DWORD *_pdwStubPhase);
  1643. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_backgroundColor_Proxy( 
  1644.     IHTMLStyle * This,
  1645.     /* [out][retval] */ VARIANT *p);
  1646. void __RPC_STUB IHTMLStyle_get_backgroundColor_Stub(
  1647.     IRpcStubBuffer *This,
  1648.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1649.     PRPC_MESSAGE _pRpcMessage,
  1650.     DWORD *_pdwStubPhase);
  1651. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_backgroundImage_Proxy( 
  1652.     IHTMLStyle * This,
  1653.     /* [in] */ BSTR v);
  1654. void __RPC_STUB IHTMLStyle_put_backgroundImage_Stub(
  1655.     IRpcStubBuffer *This,
  1656.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1657.     PRPC_MESSAGE _pRpcMessage,
  1658.     DWORD *_pdwStubPhase);
  1659. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_backgroundImage_Proxy( 
  1660.     IHTMLStyle * This,
  1661.     /* [out][retval] */ BSTR *p);
  1662. void __RPC_STUB IHTMLStyle_get_backgroundImage_Stub(
  1663.     IRpcStubBuffer *This,
  1664.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1665.     PRPC_MESSAGE _pRpcMessage,
  1666.     DWORD *_pdwStubPhase);
  1667. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_backgroundRepeat_Proxy( 
  1668.     IHTMLStyle * This,
  1669.     /* [in] */ BSTR v);
  1670. void __RPC_STUB IHTMLStyle_put_backgroundRepeat_Stub(
  1671.     IRpcStubBuffer *This,
  1672.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1673.     PRPC_MESSAGE _pRpcMessage,
  1674.     DWORD *_pdwStubPhase);
  1675. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_backgroundRepeat_Proxy( 
  1676.     IHTMLStyle * This,
  1677.     /* [out][retval] */ BSTR *p);
  1678. void __RPC_STUB IHTMLStyle_get_backgroundRepeat_Stub(
  1679.     IRpcStubBuffer *This,
  1680.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1681.     PRPC_MESSAGE _pRpcMessage,
  1682.     DWORD *_pdwStubPhase);
  1683. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_backgroundAttachment_Proxy( 
  1684.     IHTMLStyle * This,
  1685.     /* [in] */ BSTR v);
  1686. void __RPC_STUB IHTMLStyle_put_backgroundAttachment_Stub(
  1687.     IRpcStubBuffer *This,
  1688.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1689.     PRPC_MESSAGE _pRpcMessage,
  1690.     DWORD *_pdwStubPhase);
  1691. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_backgroundAttachment_Proxy( 
  1692.     IHTMLStyle * This,
  1693.     /* [out][retval] */ BSTR *p);
  1694. void __RPC_STUB IHTMLStyle_get_backgroundAttachment_Stub(
  1695.     IRpcStubBuffer *This,
  1696.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1697.     PRPC_MESSAGE _pRpcMessage,
  1698.     DWORD *_pdwStubPhase);
  1699. /* [nonbrowsable][bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_backgroundPosition_Proxy( 
  1700.     IHTMLStyle * This,
  1701.     /* [in] */ BSTR v);
  1702. void __RPC_STUB IHTMLStyle_put_backgroundPosition_Stub(
  1703.     IRpcStubBuffer *This,
  1704.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1705.     PRPC_MESSAGE _pRpcMessage,
  1706.     DWORD *_pdwStubPhase);
  1707. /* [nonbrowsable][bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_backgroundPosition_Proxy( 
  1708.     IHTMLStyle * This,
  1709.     /* [out][retval] */ BSTR *p);
  1710. void __RPC_STUB IHTMLStyle_get_backgroundPosition_Stub(
  1711.     IRpcStubBuffer *This,
  1712.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1713.     PRPC_MESSAGE _pRpcMessage,
  1714.     DWORD *_pdwStubPhase);
  1715. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_backgroundPositionX_Proxy( 
  1716.     IHTMLStyle * This,
  1717.     /* [in] */ VARIANT v);
  1718. void __RPC_STUB IHTMLStyle_put_backgroundPositionX_Stub(
  1719.     IRpcStubBuffer *This,
  1720.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1721.     PRPC_MESSAGE _pRpcMessage,
  1722.     DWORD *_pdwStubPhase);
  1723. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_backgroundPositionX_Proxy( 
  1724.     IHTMLStyle * This,
  1725.     /* [out][retval] */ VARIANT *p);
  1726. void __RPC_STUB IHTMLStyle_get_backgroundPositionX_Stub(
  1727.     IRpcStubBuffer *This,
  1728.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1729.     PRPC_MESSAGE _pRpcMessage,
  1730.     DWORD *_pdwStubPhase);
  1731. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_backgroundPositionY_Proxy( 
  1732.     IHTMLStyle * This,
  1733.     /* [in] */ VARIANT v);
  1734. void __RPC_STUB IHTMLStyle_put_backgroundPositionY_Stub(
  1735.     IRpcStubBuffer *This,
  1736.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1737.     PRPC_MESSAGE _pRpcMessage,
  1738.     DWORD *_pdwStubPhase);
  1739. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_backgroundPositionY_Proxy( 
  1740.     IHTMLStyle * This,
  1741.     /* [out][retval] */ VARIANT *p);
  1742. void __RPC_STUB IHTMLStyle_get_backgroundPositionY_Stub(
  1743.     IRpcStubBuffer *This,
  1744.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1745.     PRPC_MESSAGE _pRpcMessage,
  1746.     DWORD *_pdwStubPhase);
  1747. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_wordSpacing_Proxy( 
  1748.     IHTMLStyle * This,
  1749.     /* [in] */ VARIANT v);
  1750. void __RPC_STUB IHTMLStyle_put_wordSpacing_Stub(
  1751.     IRpcStubBuffer *This,
  1752.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1753.     PRPC_MESSAGE _pRpcMessage,
  1754.     DWORD *_pdwStubPhase);
  1755. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_wordSpacing_Proxy( 
  1756.     IHTMLStyle * This,
  1757.     /* [out][retval] */ VARIANT *p);
  1758. void __RPC_STUB IHTMLStyle_get_wordSpacing_Stub(
  1759.     IRpcStubBuffer *This,
  1760.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1761.     PRPC_MESSAGE _pRpcMessage,
  1762.     DWORD *_pdwStubPhase);
  1763. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_letterSpacing_Proxy( 
  1764.     IHTMLStyle * This,
  1765.     /* [in] */ VARIANT v);
  1766. void __RPC_STUB IHTMLStyle_put_letterSpacing_Stub(
  1767.     IRpcStubBuffer *This,
  1768.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1769.     PRPC_MESSAGE _pRpcMessage,
  1770.     DWORD *_pdwStubPhase);
  1771. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_letterSpacing_Proxy( 
  1772.     IHTMLStyle * This,
  1773.     /* [out][retval] */ VARIANT *p);
  1774. void __RPC_STUB IHTMLStyle_get_letterSpacing_Stub(
  1775.     IRpcStubBuffer *This,
  1776.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1777.     PRPC_MESSAGE _pRpcMessage,
  1778.     DWORD *_pdwStubPhase);
  1779. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_textDecoration_Proxy( 
  1780.     IHTMLStyle * This,
  1781.     /* [in] */ BSTR v);
  1782. void __RPC_STUB IHTMLStyle_put_textDecoration_Stub(
  1783.     IRpcStubBuffer *This,
  1784.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1785.     PRPC_MESSAGE _pRpcMessage,
  1786.     DWORD *_pdwStubPhase);
  1787. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_textDecoration_Proxy( 
  1788.     IHTMLStyle * This,
  1789.     /* [out][retval] */ BSTR *p);
  1790. void __RPC_STUB IHTMLStyle_get_textDecoration_Stub(
  1791.     IRpcStubBuffer *This,
  1792.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1793.     PRPC_MESSAGE _pRpcMessage,
  1794.     DWORD *_pdwStubPhase);
  1795. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_textDecorationNone_Proxy( 
  1796.     IHTMLStyle * This,
  1797.     /* [in] */ VARIANT_BOOL v);
  1798. void __RPC_STUB IHTMLStyle_put_textDecorationNone_Stub(
  1799.     IRpcStubBuffer *This,
  1800.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1801.     PRPC_MESSAGE _pRpcMessage,
  1802.     DWORD *_pdwStubPhase);
  1803. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_textDecorationNone_Proxy( 
  1804.     IHTMLStyle * This,
  1805.     /* [out][retval] */ VARIANT_BOOL *p);
  1806. void __RPC_STUB IHTMLStyle_get_textDecorationNone_Stub(
  1807.     IRpcStubBuffer *This,
  1808.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1809.     PRPC_MESSAGE _pRpcMessage,
  1810.     DWORD *_pdwStubPhase);
  1811. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_textDecorationUnderline_Proxy( 
  1812.     IHTMLStyle * This,
  1813.     /* [in] */ VARIANT_BOOL v);
  1814. void __RPC_STUB IHTMLStyle_put_textDecorationUnderline_Stub(
  1815.     IRpcStubBuffer *This,
  1816.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1817.     PRPC_MESSAGE _pRpcMessage,
  1818.     DWORD *_pdwStubPhase);
  1819. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_textDecorationUnderline_Proxy( 
  1820.     IHTMLStyle * This,
  1821.     /* [out][retval] */ VARIANT_BOOL *p);
  1822. void __RPC_STUB IHTMLStyle_get_textDecorationUnderline_Stub(
  1823.     IRpcStubBuffer *This,
  1824.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1825.     PRPC_MESSAGE _pRpcMessage,
  1826.     DWORD *_pdwStubPhase);
  1827. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_textDecorationOverline_Proxy( 
  1828.     IHTMLStyle * This,
  1829.     /* [in] */ VARIANT_BOOL v);
  1830. void __RPC_STUB IHTMLStyle_put_textDecorationOverline_Stub(
  1831.     IRpcStubBuffer *This,
  1832.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1833.     PRPC_MESSAGE _pRpcMessage,
  1834.     DWORD *_pdwStubPhase);
  1835. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_textDecorationOverline_Proxy( 
  1836.     IHTMLStyle * This,
  1837.     /* [out][retval] */ VARIANT_BOOL *p);
  1838. void __RPC_STUB IHTMLStyle_get_textDecorationOverline_Stub(
  1839.     IRpcStubBuffer *This,
  1840.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1841.     PRPC_MESSAGE _pRpcMessage,
  1842.     DWORD *_pdwStubPhase);
  1843. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_textDecorationLineThrough_Proxy( 
  1844.     IHTMLStyle * This,
  1845.     /* [in] */ VARIANT_BOOL v);
  1846. void __RPC_STUB IHTMLStyle_put_textDecorationLineThrough_Stub(
  1847.     IRpcStubBuffer *This,
  1848.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1849.     PRPC_MESSAGE _pRpcMessage,
  1850.     DWORD *_pdwStubPhase);
  1851. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_textDecorationLineThrough_Proxy( 
  1852.     IHTMLStyle * This,
  1853.     /* [out][retval] */ VARIANT_BOOL *p);
  1854. void __RPC_STUB IHTMLStyle_get_textDecorationLineThrough_Stub(
  1855.     IRpcStubBuffer *This,
  1856.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1857.     PRPC_MESSAGE _pRpcMessage,
  1858.     DWORD *_pdwStubPhase);
  1859. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_textDecorationBlink_Proxy( 
  1860.     IHTMLStyle * This,
  1861.     /* [in] */ VARIANT_BOOL v);
  1862. void __RPC_STUB IHTMLStyle_put_textDecorationBlink_Stub(
  1863.     IRpcStubBuffer *This,
  1864.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1865.     PRPC_MESSAGE _pRpcMessage,
  1866.     DWORD *_pdwStubPhase);
  1867. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_textDecorationBlink_Proxy( 
  1868.     IHTMLStyle * This,
  1869.     /* [out][retval] */ VARIANT_BOOL *p);
  1870. void __RPC_STUB IHTMLStyle_get_textDecorationBlink_Stub(
  1871.     IRpcStubBuffer *This,
  1872.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1873.     PRPC_MESSAGE _pRpcMessage,
  1874.     DWORD *_pdwStubPhase);
  1875. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_verticalAlign_Proxy( 
  1876.     IHTMLStyle * This,
  1877.     /* [in] */ VARIANT v);
  1878. void __RPC_STUB IHTMLStyle_put_verticalAlign_Stub(
  1879.     IRpcStubBuffer *This,
  1880.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1881.     PRPC_MESSAGE _pRpcMessage,
  1882.     DWORD *_pdwStubPhase);
  1883. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_verticalAlign_Proxy( 
  1884.     IHTMLStyle * This,
  1885.     /* [out][retval] */ VARIANT *p);
  1886. void __RPC_STUB IHTMLStyle_get_verticalAlign_Stub(
  1887.     IRpcStubBuffer *This,
  1888.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1889.     PRPC_MESSAGE _pRpcMessage,
  1890.     DWORD *_pdwStubPhase);
  1891. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_textTransform_Proxy( 
  1892.     IHTMLStyle * This,
  1893.     /* [in] */ BSTR v);
  1894. void __RPC_STUB IHTMLStyle_put_textTransform_Stub(
  1895.     IRpcStubBuffer *This,
  1896.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1897.     PRPC_MESSAGE _pRpcMessage,
  1898.     DWORD *_pdwStubPhase);
  1899. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_textTransform_Proxy( 
  1900.     IHTMLStyle * This,
  1901.     /* [out][retval] */ BSTR *p);
  1902. void __RPC_STUB IHTMLStyle_get_textTransform_Stub(
  1903.     IRpcStubBuffer *This,
  1904.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1905.     PRPC_MESSAGE _pRpcMessage,
  1906.     DWORD *_pdwStubPhase);
  1907. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_textAlign_Proxy( 
  1908.     IHTMLStyle * This,
  1909.     /* [in] */ BSTR v);
  1910. void __RPC_STUB IHTMLStyle_put_textAlign_Stub(
  1911.     IRpcStubBuffer *This,
  1912.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1913.     PRPC_MESSAGE _pRpcMessage,
  1914.     DWORD *_pdwStubPhase);
  1915. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_textAlign_Proxy( 
  1916.     IHTMLStyle * This,
  1917.     /* [out][retval] */ BSTR *p);
  1918. void __RPC_STUB IHTMLStyle_get_textAlign_Stub(
  1919.     IRpcStubBuffer *This,
  1920.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1921.     PRPC_MESSAGE _pRpcMessage,
  1922.     DWORD *_pdwStubPhase);
  1923. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_textIndent_Proxy( 
  1924.     IHTMLStyle * This,
  1925.     /* [in] */ VARIANT v);
  1926. void __RPC_STUB IHTMLStyle_put_textIndent_Stub(
  1927.     IRpcStubBuffer *This,
  1928.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1929.     PRPC_MESSAGE _pRpcMessage,
  1930.     DWORD *_pdwStubPhase);
  1931. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_textIndent_Proxy( 
  1932.     IHTMLStyle * This,
  1933.     /* [out][retval] */ VARIANT *p);
  1934. void __RPC_STUB IHTMLStyle_get_textIndent_Stub(
  1935.     IRpcStubBuffer *This,
  1936.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1937.     PRPC_MESSAGE _pRpcMessage,
  1938.     DWORD *_pdwStubPhase);
  1939. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_lineHeight_Proxy( 
  1940.     IHTMLStyle * This,
  1941.     /* [in] */ VARIANT v);
  1942. void __RPC_STUB IHTMLStyle_put_lineHeight_Stub(
  1943.     IRpcStubBuffer *This,
  1944.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1945.     PRPC_MESSAGE _pRpcMessage,
  1946.     DWORD *_pdwStubPhase);
  1947. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_lineHeight_Proxy( 
  1948.     IHTMLStyle * This,
  1949.     /* [out][retval] */ VARIANT *p);
  1950. void __RPC_STUB IHTMLStyle_get_lineHeight_Stub(
  1951.     IRpcStubBuffer *This,
  1952.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1953.     PRPC_MESSAGE _pRpcMessage,
  1954.     DWORD *_pdwStubPhase);
  1955. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_marginTop_Proxy( 
  1956.     IHTMLStyle * This,
  1957.     /* [in] */ VARIANT v);
  1958. void __RPC_STUB IHTMLStyle_put_marginTop_Stub(
  1959.     IRpcStubBuffer *This,
  1960.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1961.     PRPC_MESSAGE _pRpcMessage,
  1962.     DWORD *_pdwStubPhase);
  1963. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_marginTop_Proxy( 
  1964.     IHTMLStyle * This,
  1965.     /* [out][retval] */ VARIANT *p);
  1966. void __RPC_STUB IHTMLStyle_get_marginTop_Stub(
  1967.     IRpcStubBuffer *This,
  1968.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1969.     PRPC_MESSAGE _pRpcMessage,
  1970.     DWORD *_pdwStubPhase);
  1971. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_marginRight_Proxy( 
  1972.     IHTMLStyle * This,
  1973.     /* [in] */ VARIANT v);
  1974. void __RPC_STUB IHTMLStyle_put_marginRight_Stub(
  1975.     IRpcStubBuffer *This,
  1976.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1977.     PRPC_MESSAGE _pRpcMessage,
  1978.     DWORD *_pdwStubPhase);
  1979. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_marginRight_Proxy( 
  1980.     IHTMLStyle * This,
  1981.     /* [out][retval] */ VARIANT *p);
  1982. void __RPC_STUB IHTMLStyle_get_marginRight_Stub(
  1983.     IRpcStubBuffer *This,
  1984.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1985.     PRPC_MESSAGE _pRpcMessage,
  1986.     DWORD *_pdwStubPhase);
  1987. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_marginBottom_Proxy( 
  1988.     IHTMLStyle * This,
  1989.     /* [in] */ VARIANT v);
  1990. void __RPC_STUB IHTMLStyle_put_marginBottom_Stub(
  1991.     IRpcStubBuffer *This,
  1992.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1993.     PRPC_MESSAGE _pRpcMessage,
  1994.     DWORD *_pdwStubPhase);
  1995. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_marginBottom_Proxy( 
  1996.     IHTMLStyle * This,
  1997.     /* [out][retval] */ VARIANT *p);
  1998. void __RPC_STUB IHTMLStyle_get_marginBottom_Stub(
  1999.     IRpcStubBuffer *This,
  2000.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2001.     PRPC_MESSAGE _pRpcMessage,
  2002.     DWORD *_pdwStubPhase);
  2003. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_marginLeft_Proxy( 
  2004.     IHTMLStyle * This,
  2005.     /* [in] */ VARIANT v);
  2006. void __RPC_STUB IHTMLStyle_put_marginLeft_Stub(
  2007.     IRpcStubBuffer *This,
  2008.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2009.     PRPC_MESSAGE _pRpcMessage,
  2010.     DWORD *_pdwStubPhase);
  2011. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_marginLeft_Proxy( 
  2012.     IHTMLStyle * This,
  2013.     /* [out][retval] */ VARIANT *p);
  2014. void __RPC_STUB IHTMLStyle_get_marginLeft_Stub(
  2015.     IRpcStubBuffer *This,
  2016.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2017.     PRPC_MESSAGE _pRpcMessage,
  2018.     DWORD *_pdwStubPhase);
  2019. /* [nonbrowsable][bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_margin_Proxy( 
  2020.     IHTMLStyle * This,
  2021.     /* [in] */ BSTR v);
  2022. void __RPC_STUB IHTMLStyle_put_margin_Stub(
  2023.     IRpcStubBuffer *This,
  2024.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2025.     PRPC_MESSAGE _pRpcMessage,
  2026.     DWORD *_pdwStubPhase);
  2027. /* [nonbrowsable][bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_margin_Proxy( 
  2028.     IHTMLStyle * This,
  2029.     /* [out][retval] */ BSTR *p);
  2030. void __RPC_STUB IHTMLStyle_get_margin_Stub(
  2031.     IRpcStubBuffer *This,
  2032.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2033.     PRPC_MESSAGE _pRpcMessage,
  2034.     DWORD *_pdwStubPhase);
  2035. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_paddingTop_Proxy( 
  2036.     IHTMLStyle * This,
  2037.     /* [in] */ VARIANT v);
  2038. void __RPC_STUB IHTMLStyle_put_paddingTop_Stub(
  2039.     IRpcStubBuffer *This,
  2040.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2041.     PRPC_MESSAGE _pRpcMessage,
  2042.     DWORD *_pdwStubPhase);
  2043. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_paddingTop_Proxy( 
  2044.     IHTMLStyle * This,
  2045.     /* [out][retval] */ VARIANT *p);
  2046. void __RPC_STUB IHTMLStyle_get_paddingTop_Stub(
  2047.     IRpcStubBuffer *This,
  2048.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2049.     PRPC_MESSAGE _pRpcMessage,
  2050.     DWORD *_pdwStubPhase);
  2051. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_paddingRight_Proxy( 
  2052.     IHTMLStyle * This,
  2053.     /* [in] */ VARIANT v);
  2054. void __RPC_STUB IHTMLStyle_put_paddingRight_Stub(
  2055.     IRpcStubBuffer *This,
  2056.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2057.     PRPC_MESSAGE _pRpcMessage,
  2058.     DWORD *_pdwStubPhase);
  2059. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_paddingRight_Proxy( 
  2060.     IHTMLStyle * This,
  2061.     /* [out][retval] */ VARIANT *p);
  2062. void __RPC_STUB IHTMLStyle_get_paddingRight_Stub(
  2063.     IRpcStubBuffer *This,
  2064.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2065.     PRPC_MESSAGE _pRpcMessage,
  2066.     DWORD *_pdwStubPhase);
  2067. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_paddingBottom_Proxy( 
  2068.     IHTMLStyle * This,
  2069.     /* [in] */ VARIANT v);
  2070. void __RPC_STUB IHTMLStyle_put_paddingBottom_Stub(
  2071.     IRpcStubBuffer *This,
  2072.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2073.     PRPC_MESSAGE _pRpcMessage,
  2074.     DWORD *_pdwStubPhase);
  2075. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_paddingBottom_Proxy( 
  2076.     IHTMLStyle * This,
  2077.     /* [out][retval] */ VARIANT *p);
  2078. void __RPC_STUB IHTMLStyle_get_paddingBottom_Stub(
  2079.     IRpcStubBuffer *This,
  2080.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2081.     PRPC_MESSAGE _pRpcMessage,
  2082.     DWORD *_pdwStubPhase);
  2083. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_paddingLeft_Proxy( 
  2084.     IHTMLStyle * This,
  2085.     /* [in] */ VARIANT v);
  2086. void __RPC_STUB IHTMLStyle_put_paddingLeft_Stub(
  2087.     IRpcStubBuffer *This,
  2088.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2089.     PRPC_MESSAGE _pRpcMessage,
  2090.     DWORD *_pdwStubPhase);
  2091. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_paddingLeft_Proxy( 
  2092.     IHTMLStyle * This,
  2093.     /* [out][retval] */ VARIANT *p);
  2094. void __RPC_STUB IHTMLStyle_get_paddingLeft_Stub(
  2095.     IRpcStubBuffer *This,
  2096.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2097.     PRPC_MESSAGE _pRpcMessage,
  2098.     DWORD *_pdwStubPhase);
  2099. /* [nonbrowsable][bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_padding_Proxy( 
  2100.     IHTMLStyle * This,
  2101.     /* [in] */ BSTR v);
  2102. void __RPC_STUB IHTMLStyle_put_padding_Stub(
  2103.     IRpcStubBuffer *This,
  2104.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2105.     PRPC_MESSAGE _pRpcMessage,
  2106.     DWORD *_pdwStubPhase);
  2107. /* [nonbrowsable][bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_padding_Proxy( 
  2108.     IHTMLStyle * This,
  2109.     /* [out][retval] */ BSTR *p);
  2110. void __RPC_STUB IHTMLStyle_get_padding_Stub(
  2111.     IRpcStubBuffer *This,
  2112.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2113.     PRPC_MESSAGE _pRpcMessage,
  2114.     DWORD *_pdwStubPhase);
  2115. /* [nonbrowsable][bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_border_Proxy( 
  2116.     IHTMLStyle * This,
  2117.     /* [in] */ BSTR v);
  2118. void __RPC_STUB IHTMLStyle_put_border_Stub(
  2119.     IRpcStubBuffer *This,
  2120.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2121.     PRPC_MESSAGE _pRpcMessage,
  2122.     DWORD *_pdwStubPhase);
  2123. /* [nonbrowsable][bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_border_Proxy( 
  2124.     IHTMLStyle * This,
  2125.     /* [out][retval] */ BSTR *p);
  2126. void __RPC_STUB IHTMLStyle_get_border_Stub(
  2127.     IRpcStubBuffer *This,
  2128.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2129.     PRPC_MESSAGE _pRpcMessage,
  2130.     DWORD *_pdwStubPhase);
  2131. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_borderTop_Proxy( 
  2132.     IHTMLStyle * This,
  2133.     /* [in] */ BSTR v);
  2134. void __RPC_STUB IHTMLStyle_put_borderTop_Stub(
  2135.     IRpcStubBuffer *This,
  2136.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2137.     PRPC_MESSAGE _pRpcMessage,
  2138.     DWORD *_pdwStubPhase);
  2139. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_borderTop_Proxy( 
  2140.     IHTMLStyle * This,
  2141.     /* [out][retval] */ BSTR *p);
  2142. void __RPC_STUB IHTMLStyle_get_borderTop_Stub(
  2143.     IRpcStubBuffer *This,
  2144.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2145.     PRPC_MESSAGE _pRpcMessage,
  2146.     DWORD *_pdwStubPhase);
  2147. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_borderRight_Proxy( 
  2148.     IHTMLStyle * This,
  2149.     /* [in] */ BSTR v);
  2150. void __RPC_STUB IHTMLStyle_put_borderRight_Stub(
  2151.     IRpcStubBuffer *This,
  2152.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2153.     PRPC_MESSAGE _pRpcMessage,
  2154.     DWORD *_pdwStubPhase);
  2155. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_borderRight_Proxy( 
  2156.     IHTMLStyle * This,
  2157.     /* [out][retval] */ BSTR *p);
  2158. void __RPC_STUB IHTMLStyle_get_borderRight_Stub(
  2159.     IRpcStubBuffer *This,
  2160.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2161.     PRPC_MESSAGE _pRpcMessage,
  2162.     DWORD *_pdwStubPhase);
  2163. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_borderBottom_Proxy( 
  2164.     IHTMLStyle * This,
  2165.     /* [in] */ BSTR v);
  2166. void __RPC_STUB IHTMLStyle_put_borderBottom_Stub(
  2167.     IRpcStubBuffer *This,
  2168.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2169.     PRPC_MESSAGE _pRpcMessage,
  2170.     DWORD *_pdwStubPhase);
  2171. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_borderBottom_Proxy( 
  2172.     IHTMLStyle * This,
  2173.     /* [out][retval] */ BSTR *p);
  2174. void __RPC_STUB IHTMLStyle_get_borderBottom_Stub(
  2175.     IRpcStubBuffer *This,
  2176.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2177.     PRPC_MESSAGE _pRpcMessage,
  2178.     DWORD *_pdwStubPhase);
  2179. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_borderLeft_Proxy( 
  2180.     IHTMLStyle * This,
  2181.     /* [in] */ BSTR v);
  2182. void __RPC_STUB IHTMLStyle_put_borderLeft_Stub(
  2183.     IRpcStubBuffer *This,
  2184.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2185.     PRPC_MESSAGE _pRpcMessage,
  2186.     DWORD *_pdwStubPhase);
  2187. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_borderLeft_Proxy( 
  2188.     IHTMLStyle * This,
  2189.     /* [out][retval] */ BSTR *p);
  2190. void __RPC_STUB IHTMLStyle_get_borderLeft_Stub(
  2191.     IRpcStubBuffer *This,
  2192.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2193.     PRPC_MESSAGE _pRpcMessage,
  2194.     DWORD *_pdwStubPhase);
  2195. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_borderColor_Proxy( 
  2196.     IHTMLStyle * This,
  2197.     /* [in] */ BSTR v);
  2198. void __RPC_STUB IHTMLStyle_put_borderColor_Stub(
  2199.     IRpcStubBuffer *This,
  2200.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2201.     PRPC_MESSAGE _pRpcMessage,
  2202.     DWORD *_pdwStubPhase);
  2203. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_borderColor_Proxy( 
  2204.     IHTMLStyle * This,
  2205.     /* [out][retval] */ BSTR *p);
  2206. void __RPC_STUB IHTMLStyle_get_borderColor_Stub(
  2207.     IRpcStubBuffer *This,
  2208.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2209.     PRPC_MESSAGE _pRpcMessage,
  2210.     DWORD *_pdwStubPhase);
  2211. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_borderTopColor_Proxy( 
  2212.     IHTMLStyle * This,
  2213.     /* [in] */ VARIANT v);
  2214. void __RPC_STUB IHTMLStyle_put_borderTopColor_Stub(
  2215.     IRpcStubBuffer *This,
  2216.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2217.     PRPC_MESSAGE _pRpcMessage,
  2218.     DWORD *_pdwStubPhase);
  2219. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_borderTopColor_Proxy( 
  2220.     IHTMLStyle * This,
  2221.     /* [out][retval] */ VARIANT *p);
  2222. void __RPC_STUB IHTMLStyle_get_borderTopColor_Stub(
  2223.     IRpcStubBuffer *This,
  2224.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2225.     PRPC_MESSAGE _pRpcMessage,
  2226.     DWORD *_pdwStubPhase);
  2227. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_borderRightColor_Proxy( 
  2228.     IHTMLStyle * This,
  2229.     /* [in] */ VARIANT v);
  2230. void __RPC_STUB IHTMLStyle_put_borderRightColor_Stub(
  2231.     IRpcStubBuffer *This,
  2232.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2233.     PRPC_MESSAGE _pRpcMessage,
  2234.     DWORD *_pdwStubPhase);
  2235. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_borderRightColor_Proxy( 
  2236.     IHTMLStyle * This,
  2237.     /* [out][retval] */ VARIANT *p);
  2238. void __RPC_STUB IHTMLStyle_get_borderRightColor_Stub(
  2239.     IRpcStubBuffer *This,
  2240.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2241.     PRPC_MESSAGE _pRpcMessage,
  2242.     DWORD *_pdwStubPhase);
  2243. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_borderBottomColor_Proxy( 
  2244.     IHTMLStyle * This,
  2245.     /* [in] */ VARIANT v);
  2246. void __RPC_STUB IHTMLStyle_put_borderBottomColor_Stub(
  2247.     IRpcStubBuffer *This,
  2248.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2249.     PRPC_MESSAGE _pRpcMessage,
  2250.     DWORD *_pdwStubPhase);
  2251. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_borderBottomColor_Proxy( 
  2252.     IHTMLStyle * This,
  2253.     /* [out][retval] */ VARIANT *p);
  2254. void __RPC_STUB IHTMLStyle_get_borderBottomColor_Stub(
  2255.     IRpcStubBuffer *This,
  2256.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2257.     PRPC_MESSAGE _pRpcMessage,
  2258.     DWORD *_pdwStubPhase);
  2259. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_borderLeftColor_Proxy( 
  2260.     IHTMLStyle * This,
  2261.     /* [in] */ VARIANT v);
  2262. void __RPC_STUB IHTMLStyle_put_borderLeftColor_Stub(
  2263.     IRpcStubBuffer *This,
  2264.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2265.     PRPC_MESSAGE _pRpcMessage,
  2266.     DWORD *_pdwStubPhase);
  2267. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_borderLeftColor_Proxy( 
  2268.     IHTMLStyle * This,
  2269.     /* [out][retval] */ VARIANT *p);
  2270. void __RPC_STUB IHTMLStyle_get_borderLeftColor_Stub(
  2271.     IRpcStubBuffer *This,
  2272.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2273.     PRPC_MESSAGE _pRpcMessage,
  2274.     DWORD *_pdwStubPhase);
  2275. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_borderWidth_Proxy( 
  2276.     IHTMLStyle * This,
  2277.     /* [in] */ BSTR v);
  2278. void __RPC_STUB IHTMLStyle_put_borderWidth_Stub(
  2279.     IRpcStubBuffer *This,
  2280.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2281.     PRPC_MESSAGE _pRpcMessage,
  2282.     DWORD *_pdwStubPhase);
  2283. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_borderWidth_Proxy( 
  2284.     IHTMLStyle * This,
  2285.     /* [out][retval] */ BSTR *p);
  2286. void __RPC_STUB IHTMLStyle_get_borderWidth_Stub(
  2287.     IRpcStubBuffer *This,
  2288.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2289.     PRPC_MESSAGE _pRpcMessage,
  2290.     DWORD *_pdwStubPhase);
  2291. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_borderTopWidth_Proxy( 
  2292.     IHTMLStyle * This,
  2293.     /* [in] */ VARIANT v);
  2294. void __RPC_STUB IHTMLStyle_put_borderTopWidth_Stub(
  2295.     IRpcStubBuffer *This,
  2296.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2297.     PRPC_MESSAGE _pRpcMessage,
  2298.     DWORD *_pdwStubPhase);
  2299. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_borderTopWidth_Proxy( 
  2300.     IHTMLStyle * This,
  2301.     /* [out][retval] */ VARIANT *p);
  2302. void __RPC_STUB IHTMLStyle_get_borderTopWidth_Stub(
  2303.     IRpcStubBuffer *This,
  2304.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2305.     PRPC_MESSAGE _pRpcMessage,
  2306.     DWORD *_pdwStubPhase);
  2307. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_borderRightWidth_Proxy( 
  2308.     IHTMLStyle * This,
  2309.     /* [in] */ VARIANT v);
  2310. void __RPC_STUB IHTMLStyle_put_borderRightWidth_Stub(
  2311.     IRpcStubBuffer *This,
  2312.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2313.     PRPC_MESSAGE _pRpcMessage,
  2314.     DWORD *_pdwStubPhase);
  2315. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_borderRightWidth_Proxy( 
  2316.     IHTMLStyle * This,
  2317.     /* [out][retval] */ VARIANT *p);
  2318. void __RPC_STUB IHTMLStyle_get_borderRightWidth_Stub(
  2319.     IRpcStubBuffer *This,
  2320.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2321.     PRPC_MESSAGE _pRpcMessage,
  2322.     DWORD *_pdwStubPhase);
  2323. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_borderBottomWidth_Proxy( 
  2324.     IHTMLStyle * This,
  2325.     /* [in] */ VARIANT v);
  2326. void __RPC_STUB IHTMLStyle_put_borderBottomWidth_Stub(
  2327.     IRpcStubBuffer *This,
  2328.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2329.     PRPC_MESSAGE _pRpcMessage,
  2330.     DWORD *_pdwStubPhase);
  2331. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_borderBottomWidth_Proxy( 
  2332.     IHTMLStyle * This,
  2333.     /* [out][retval] */ VARIANT *p);
  2334. void __RPC_STUB IHTMLStyle_get_borderBottomWidth_Stub(
  2335.     IRpcStubBuffer *This,
  2336.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2337.     PRPC_MESSAGE _pRpcMessage,
  2338.     DWORD *_pdwStubPhase);
  2339. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_borderLeftWidth_Proxy( 
  2340.     IHTMLStyle * This,
  2341.     /* [in] */ VARIANT v);
  2342. void __RPC_STUB IHTMLStyle_put_borderLeftWidth_Stub(
  2343.     IRpcStubBuffer *This,
  2344.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2345.     PRPC_MESSAGE _pRpcMessage,
  2346.     DWORD *_pdwStubPhase);
  2347. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_borderLeftWidth_Proxy( 
  2348.     IHTMLStyle * This,
  2349.     /* [out][retval] */ VARIANT *p);
  2350. void __RPC_STUB IHTMLStyle_get_borderLeftWidth_Stub(
  2351.     IRpcStubBuffer *This,
  2352.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2353.     PRPC_MESSAGE _pRpcMessage,
  2354.     DWORD *_pdwStubPhase);
  2355. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_borderStyle_Proxy( 
  2356.     IHTMLStyle * This,
  2357.     /* [in] */ BSTR v);
  2358. void __RPC_STUB IHTMLStyle_put_borderStyle_Stub(
  2359.     IRpcStubBuffer *This,
  2360.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2361.     PRPC_MESSAGE _pRpcMessage,
  2362.     DWORD *_pdwStubPhase);
  2363. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_borderStyle_Proxy( 
  2364.     IHTMLStyle * This,
  2365.     /* [out][retval] */ BSTR *p);
  2366. void __RPC_STUB IHTMLStyle_get_borderStyle_Stub(
  2367.     IRpcStubBuffer *This,
  2368.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2369.     PRPC_MESSAGE _pRpcMessage,
  2370.     DWORD *_pdwStubPhase);
  2371. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_borderTopStyle_Proxy( 
  2372.     IHTMLStyle * This,
  2373.     /* [in] */ BSTR v);
  2374. void __RPC_STUB IHTMLStyle_put_borderTopStyle_Stub(
  2375.     IRpcStubBuffer *This,
  2376.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2377.     PRPC_MESSAGE _pRpcMessage,
  2378.     DWORD *_pdwStubPhase);
  2379. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_borderTopStyle_Proxy( 
  2380.     IHTMLStyle * This,
  2381.     /* [out][retval] */ BSTR *p);
  2382. void __RPC_STUB IHTMLStyle_get_borderTopStyle_Stub(
  2383.     IRpcStubBuffer *This,
  2384.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2385.     PRPC_MESSAGE _pRpcMessage,
  2386.     DWORD *_pdwStubPhase);
  2387. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_borderRightStyle_Proxy( 
  2388.     IHTMLStyle * This,
  2389.     /* [in] */ BSTR v);
  2390. void __RPC_STUB IHTMLStyle_put_borderRightStyle_Stub(
  2391.     IRpcStubBuffer *This,
  2392.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2393.     PRPC_MESSAGE _pRpcMessage,
  2394.     DWORD *_pdwStubPhase);
  2395. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_borderRightStyle_Proxy( 
  2396.     IHTMLStyle * This,
  2397.     /* [out][retval] */ BSTR *p);
  2398. void __RPC_STUB IHTMLStyle_get_borderRightStyle_Stub(
  2399.     IRpcStubBuffer *This,
  2400.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2401.     PRPC_MESSAGE _pRpcMessage,
  2402.     DWORD *_pdwStubPhase);
  2403. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_borderBottomStyle_Proxy( 
  2404.     IHTMLStyle * This,
  2405.     /* [in] */ BSTR v);
  2406. void __RPC_STUB IHTMLStyle_put_borderBottomStyle_Stub(
  2407.     IRpcStubBuffer *This,
  2408.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2409.     PRPC_MESSAGE _pRpcMessage,
  2410.     DWORD *_pdwStubPhase);
  2411. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_borderBottomStyle_Proxy( 
  2412.     IHTMLStyle * This,
  2413.     /* [out][retval] */ BSTR *p);
  2414. void __RPC_STUB IHTMLStyle_get_borderBottomStyle_Stub(
  2415.     IRpcStubBuffer *This,
  2416.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2417.     PRPC_MESSAGE _pRpcMessage,
  2418.     DWORD *_pdwStubPhase);
  2419. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_borderLeftStyle_Proxy( 
  2420.     IHTMLStyle * This,
  2421.     /* [in] */ BSTR v);
  2422. void __RPC_STUB IHTMLStyle_put_borderLeftStyle_Stub(
  2423.     IRpcStubBuffer *This,
  2424.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2425.     PRPC_MESSAGE _pRpcMessage,
  2426.     DWORD *_pdwStubPhase);
  2427. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_borderLeftStyle_Proxy( 
  2428.     IHTMLStyle * This,
  2429.     /* [out][retval] */ BSTR *p);
  2430. void __RPC_STUB IHTMLStyle_get_borderLeftStyle_Stub(
  2431.     IRpcStubBuffer *This,
  2432.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2433.     PRPC_MESSAGE _pRpcMessage,
  2434.     DWORD *_pdwStubPhase);
  2435. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_width_Proxy( 
  2436.     IHTMLStyle * This,
  2437.     /* [in] */ VARIANT v);
  2438. void __RPC_STUB IHTMLStyle_put_width_Stub(
  2439.     IRpcStubBuffer *This,
  2440.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2441.     PRPC_MESSAGE _pRpcMessage,
  2442.     DWORD *_pdwStubPhase);
  2443. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_width_Proxy( 
  2444.     IHTMLStyle * This,
  2445.     /* [out][retval] */ VARIANT *p);
  2446. void __RPC_STUB IHTMLStyle_get_width_Stub(
  2447.     IRpcStubBuffer *This,
  2448.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2449.     PRPC_MESSAGE _pRpcMessage,
  2450.     DWORD *_pdwStubPhase);
  2451. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_height_Proxy( 
  2452.     IHTMLStyle * This,
  2453.     /* [in] */ VARIANT v);
  2454. void __RPC_STUB IHTMLStyle_put_height_Stub(
  2455.     IRpcStubBuffer *This,
  2456.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2457.     PRPC_MESSAGE _pRpcMessage,
  2458.     DWORD *_pdwStubPhase);
  2459. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_height_Proxy( 
  2460.     IHTMLStyle * This,
  2461.     /* [out][retval] */ VARIANT *p);
  2462. void __RPC_STUB IHTMLStyle_get_height_Stub(
  2463.     IRpcStubBuffer *This,
  2464.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2465.     PRPC_MESSAGE _pRpcMessage,
  2466.     DWORD *_pdwStubPhase);
  2467. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_styleFloat_Proxy( 
  2468.     IHTMLStyle * This,
  2469.     /* [in] */ BSTR v);
  2470. void __RPC_STUB IHTMLStyle_put_styleFloat_Stub(
  2471.     IRpcStubBuffer *This,
  2472.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2473.     PRPC_MESSAGE _pRpcMessage,
  2474.     DWORD *_pdwStubPhase);
  2475. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_styleFloat_Proxy( 
  2476.     IHTMLStyle * This,
  2477.     /* [out][retval] */ BSTR *p);
  2478. void __RPC_STUB IHTMLStyle_get_styleFloat_Stub(
  2479.     IRpcStubBuffer *This,
  2480.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2481.     PRPC_MESSAGE _pRpcMessage,
  2482.     DWORD *_pdwStubPhase);
  2483. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_clear_Proxy( 
  2484.     IHTMLStyle * This,
  2485.     /* [in] */ BSTR v);
  2486. void __RPC_STUB IHTMLStyle_put_clear_Stub(
  2487.     IRpcStubBuffer *This,
  2488.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2489.     PRPC_MESSAGE _pRpcMessage,
  2490.     DWORD *_pdwStubPhase);
  2491. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_clear_Proxy( 
  2492.     IHTMLStyle * This,
  2493.     /* [out][retval] */ BSTR *p);
  2494. void __RPC_STUB IHTMLStyle_get_clear_Stub(
  2495.     IRpcStubBuffer *This,
  2496.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2497.     PRPC_MESSAGE _pRpcMessage,
  2498.     DWORD *_pdwStubPhase);
  2499. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_display_Proxy( 
  2500.     IHTMLStyle * This,
  2501.     /* [in] */ BSTR v);
  2502. void __RPC_STUB IHTMLStyle_put_display_Stub(
  2503.     IRpcStubBuffer *This,
  2504.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2505.     PRPC_MESSAGE _pRpcMessage,
  2506.     DWORD *_pdwStubPhase);
  2507. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_display_Proxy( 
  2508.     IHTMLStyle * This,
  2509.     /* [out][retval] */ BSTR *p);
  2510. void __RPC_STUB IHTMLStyle_get_display_Stub(
  2511.     IRpcStubBuffer *This,
  2512.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2513.     PRPC_MESSAGE _pRpcMessage,
  2514.     DWORD *_pdwStubPhase);
  2515. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_visibility_Proxy( 
  2516.     IHTMLStyle * This,
  2517.     /* [in] */ BSTR v);
  2518. void __RPC_STUB IHTMLStyle_put_visibility_Stub(
  2519.     IRpcStubBuffer *This,
  2520.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2521.     PRPC_MESSAGE _pRpcMessage,
  2522.     DWORD *_pdwStubPhase);
  2523. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_visibility_Proxy( 
  2524.     IHTMLStyle * This,
  2525.     /* [out][retval] */ BSTR *p);
  2526. void __RPC_STUB IHTMLStyle_get_visibility_Stub(
  2527.     IRpcStubBuffer *This,
  2528.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2529.     PRPC_MESSAGE _pRpcMessage,
  2530.     DWORD *_pdwStubPhase);
  2531. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_listStyleType_Proxy( 
  2532.     IHTMLStyle * This,
  2533.     /* [in] */ BSTR v);
  2534. void __RPC_STUB IHTMLStyle_put_listStyleType_Stub(
  2535.     IRpcStubBuffer *This,
  2536.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2537.     PRPC_MESSAGE _pRpcMessage,
  2538.     DWORD *_pdwStubPhase);
  2539. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_listStyleType_Proxy( 
  2540.     IHTMLStyle * This,
  2541.     /* [out][retval] */ BSTR *p);
  2542. void __RPC_STUB IHTMLStyle_get_listStyleType_Stub(
  2543.     IRpcStubBuffer *This,
  2544.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2545.     PRPC_MESSAGE _pRpcMessage,
  2546.     DWORD *_pdwStubPhase);
  2547. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_listStylePosition_Proxy( 
  2548.     IHTMLStyle * This,
  2549.     /* [in] */ BSTR v);
  2550. void __RPC_STUB IHTMLStyle_put_listStylePosition_Stub(
  2551.     IRpcStubBuffer *This,
  2552.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2553.     PRPC_MESSAGE _pRpcMessage,
  2554.     DWORD *_pdwStubPhase);
  2555. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_listStylePosition_Proxy( 
  2556.     IHTMLStyle * This,
  2557.     /* [out][retval] */ BSTR *p);
  2558. void __RPC_STUB IHTMLStyle_get_listStylePosition_Stub(
  2559.     IRpcStubBuffer *This,
  2560.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2561.     PRPC_MESSAGE _pRpcMessage,
  2562.     DWORD *_pdwStubPhase);
  2563. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_listStyleImage_Proxy( 
  2564.     IHTMLStyle * This,
  2565.     /* [in] */ BSTR v);
  2566. void __RPC_STUB IHTMLStyle_put_listStyleImage_Stub(
  2567.     IRpcStubBuffer *This,
  2568.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2569.     PRPC_MESSAGE _pRpcMessage,
  2570.     DWORD *_pdwStubPhase);
  2571. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_listStyleImage_Proxy( 
  2572.     IHTMLStyle * This,
  2573.     /* [out][retval] */ BSTR *p);
  2574. void __RPC_STUB IHTMLStyle_get_listStyleImage_Stub(
  2575.     IRpcStubBuffer *This,
  2576.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2577.     PRPC_MESSAGE _pRpcMessage,
  2578.     DWORD *_pdwStubPhase);
  2579. /* [nonbrowsable][bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_listStyle_Proxy( 
  2580.     IHTMLStyle * This,
  2581.     /* [in] */ BSTR v);
  2582. void __RPC_STUB IHTMLStyle_put_listStyle_Stub(
  2583.     IRpcStubBuffer *This,
  2584.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2585.     PRPC_MESSAGE _pRpcMessage,
  2586.     DWORD *_pdwStubPhase);
  2587. /* [nonbrowsable][bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_listStyle_Proxy( 
  2588.     IHTMLStyle * This,
  2589.     /* [out][retval] */ BSTR *p);
  2590. void __RPC_STUB IHTMLStyle_get_listStyle_Stub(
  2591.     IRpcStubBuffer *This,
  2592.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2593.     PRPC_MESSAGE _pRpcMessage,
  2594.     DWORD *_pdwStubPhase);
  2595. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_whiteSpace_Proxy( 
  2596.     IHTMLStyle * This,
  2597.     /* [in] */ BSTR v);
  2598. void __RPC_STUB IHTMLStyle_put_whiteSpace_Stub(
  2599.     IRpcStubBuffer *This,
  2600.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2601.     PRPC_MESSAGE _pRpcMessage,
  2602.     DWORD *_pdwStubPhase);
  2603. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_whiteSpace_Proxy( 
  2604.     IHTMLStyle * This,
  2605.     /* [out][retval] */ BSTR *p);
  2606. void __RPC_STUB IHTMLStyle_get_whiteSpace_Stub(
  2607.     IRpcStubBuffer *This,
  2608.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2609.     PRPC_MESSAGE _pRpcMessage,
  2610.     DWORD *_pdwStubPhase);
  2611. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_top_Proxy( 
  2612.     IHTMLStyle * This,
  2613.     /* [in] */ VARIANT v);
  2614. void __RPC_STUB IHTMLStyle_put_top_Stub(
  2615.     IRpcStubBuffer *This,
  2616.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2617.     PRPC_MESSAGE _pRpcMessage,
  2618.     DWORD *_pdwStubPhase);
  2619. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_top_Proxy( 
  2620.     IHTMLStyle * This,
  2621.     /* [out][retval] */ VARIANT *p);
  2622. void __RPC_STUB IHTMLStyle_get_top_Stub(
  2623.     IRpcStubBuffer *This,
  2624.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2625.     PRPC_MESSAGE _pRpcMessage,
  2626.     DWORD *_pdwStubPhase);
  2627. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_left_Proxy( 
  2628.     IHTMLStyle * This,
  2629.     /* [in] */ VARIANT v);
  2630. void __RPC_STUB IHTMLStyle_put_left_Stub(
  2631.     IRpcStubBuffer *This,
  2632.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2633.     PRPC_MESSAGE _pRpcMessage,
  2634.     DWORD *_pdwStubPhase);
  2635. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_left_Proxy( 
  2636.     IHTMLStyle * This,
  2637.     /* [out][retval] */ VARIANT *p);
  2638. void __RPC_STUB IHTMLStyle_get_left_Stub(
  2639.     IRpcStubBuffer *This,
  2640.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2641.     PRPC_MESSAGE _pRpcMessage,
  2642.     DWORD *_pdwStubPhase);
  2643. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_position_Proxy( 
  2644.     IHTMLStyle * This,
  2645.     /* [out][retval] */ BSTR *p);
  2646. void __RPC_STUB IHTMLStyle_get_position_Stub(
  2647.     IRpcStubBuffer *This,
  2648.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2649.     PRPC_MESSAGE _pRpcMessage,
  2650.     DWORD *_pdwStubPhase);
  2651. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_zIndex_Proxy( 
  2652.     IHTMLStyle * This,
  2653.     /* [in] */ VARIANT v);
  2654. void __RPC_STUB IHTMLStyle_put_zIndex_Stub(
  2655.     IRpcStubBuffer *This,
  2656.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2657.     PRPC_MESSAGE _pRpcMessage,
  2658.     DWORD *_pdwStubPhase);
  2659. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_zIndex_Proxy( 
  2660.     IHTMLStyle * This,
  2661.     /* [out][retval] */ VARIANT *p);
  2662. void __RPC_STUB IHTMLStyle_get_zIndex_Stub(
  2663.     IRpcStubBuffer *This,
  2664.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2665.     PRPC_MESSAGE _pRpcMessage,
  2666.     DWORD *_pdwStubPhase);
  2667. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_overflow_Proxy( 
  2668.     IHTMLStyle * This,
  2669.     /* [in] */ BSTR v);
  2670. void __RPC_STUB IHTMLStyle_put_overflow_Stub(
  2671.     IRpcStubBuffer *This,
  2672.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2673.     PRPC_MESSAGE _pRpcMessage,
  2674.     DWORD *_pdwStubPhase);
  2675. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_overflow_Proxy( 
  2676.     IHTMLStyle * This,
  2677.     /* [out][retval] */ BSTR *p);
  2678. void __RPC_STUB IHTMLStyle_get_overflow_Stub(
  2679.     IRpcStubBuffer *This,
  2680.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2681.     PRPC_MESSAGE _pRpcMessage,
  2682.     DWORD *_pdwStubPhase);
  2683. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_pageBreakBefore_Proxy( 
  2684.     IHTMLStyle * This,
  2685.     /* [in] */ BSTR v);
  2686. void __RPC_STUB IHTMLStyle_put_pageBreakBefore_Stub(
  2687.     IRpcStubBuffer *This,
  2688.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2689.     PRPC_MESSAGE _pRpcMessage,
  2690.     DWORD *_pdwStubPhase);
  2691. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_pageBreakBefore_Proxy( 
  2692.     IHTMLStyle * This,
  2693.     /* [out][retval] */ BSTR *p);
  2694. void __RPC_STUB IHTMLStyle_get_pageBreakBefore_Stub(
  2695.     IRpcStubBuffer *This,
  2696.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2697.     PRPC_MESSAGE _pRpcMessage,
  2698.     DWORD *_pdwStubPhase);
  2699. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_pageBreakAfter_Proxy( 
  2700.     IHTMLStyle * This,
  2701.     /* [in] */ BSTR v);
  2702. void __RPC_STUB IHTMLStyle_put_pageBreakAfter_Stub(
  2703.     IRpcStubBuffer *This,
  2704.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2705.     PRPC_MESSAGE _pRpcMessage,
  2706.     DWORD *_pdwStubPhase);
  2707. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_pageBreakAfter_Proxy( 
  2708.     IHTMLStyle * This,
  2709.     /* [out][retval] */ BSTR *p);
  2710. void __RPC_STUB IHTMLStyle_get_pageBreakAfter_Stub(
  2711.     IRpcStubBuffer *This,
  2712.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2713.     PRPC_MESSAGE _pRpcMessage,
  2714.     DWORD *_pdwStubPhase);
  2715. /* [nonbrowsable][bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_cssText_Proxy( 
  2716.     IHTMLStyle * This,
  2717.     /* [in] */ BSTR v);
  2718. void __RPC_STUB IHTMLStyle_put_cssText_Stub(
  2719.     IRpcStubBuffer *This,
  2720.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2721.     PRPC_MESSAGE _pRpcMessage,
  2722.     DWORD *_pdwStubPhase);
  2723. /* [nonbrowsable][bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_cssText_Proxy( 
  2724.     IHTMLStyle * This,
  2725.     /* [out][retval] */ BSTR *p);
  2726. void __RPC_STUB IHTMLStyle_get_cssText_Stub(
  2727.     IRpcStubBuffer *This,
  2728.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2729.     PRPC_MESSAGE _pRpcMessage,
  2730.     DWORD *_pdwStubPhase);
  2731. /* [hidden][bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_pixelTop_Proxy( 
  2732.     IHTMLStyle * This,
  2733.     /* [in] */ long v);
  2734. void __RPC_STUB IHTMLStyle_put_pixelTop_Stub(
  2735.     IRpcStubBuffer *This,
  2736.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2737.     PRPC_MESSAGE _pRpcMessage,
  2738.     DWORD *_pdwStubPhase);
  2739. /* [hidden][bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_pixelTop_Proxy( 
  2740.     IHTMLStyle * This,
  2741.     /* [out][retval] */ long *p);
  2742. void __RPC_STUB IHTMLStyle_get_pixelTop_Stub(
  2743.     IRpcStubBuffer *This,
  2744.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2745.     PRPC_MESSAGE _pRpcMessage,
  2746.     DWORD *_pdwStubPhase);
  2747. /* [hidden][bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_pixelLeft_Proxy( 
  2748.     IHTMLStyle * This,
  2749.     /* [in] */ long v);
  2750. void __RPC_STUB IHTMLStyle_put_pixelLeft_Stub(
  2751.     IRpcStubBuffer *This,
  2752.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2753.     PRPC_MESSAGE _pRpcMessage,
  2754.     DWORD *_pdwStubPhase);
  2755. /* [hidden][bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_pixelLeft_Proxy( 
  2756.     IHTMLStyle * This,
  2757.     /* [out][retval] */ long *p);
  2758. void __RPC_STUB IHTMLStyle_get_pixelLeft_Stub(
  2759.     IRpcStubBuffer *This,
  2760.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2761.     PRPC_MESSAGE _pRpcMessage,
  2762.     DWORD *_pdwStubPhase);
  2763. /* [hidden][bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_pixelWidth_Proxy( 
  2764.     IHTMLStyle * This,
  2765.     /* [in] */ long v);
  2766. void __RPC_STUB IHTMLStyle_put_pixelWidth_Stub(
  2767.     IRpcStubBuffer *This,
  2768.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2769.     PRPC_MESSAGE _pRpcMessage,
  2770.     DWORD *_pdwStubPhase);
  2771. /* [hidden][bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_pixelWidth_Proxy( 
  2772.     IHTMLStyle * This,
  2773.     /* [out][retval] */ long *p);
  2774. void __RPC_STUB IHTMLStyle_get_pixelWidth_Stub(
  2775.     IRpcStubBuffer *This,
  2776.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2777.     PRPC_MESSAGE _pRpcMessage,
  2778.     DWORD *_pdwStubPhase);
  2779. /* [hidden][bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_pixelHeight_Proxy( 
  2780.     IHTMLStyle * This,
  2781.     /* [in] */ long v);
  2782. void __RPC_STUB IHTMLStyle_put_pixelHeight_Stub(
  2783.     IRpcStubBuffer *This,
  2784.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2785.     PRPC_MESSAGE _pRpcMessage,
  2786.     DWORD *_pdwStubPhase);
  2787. /* [hidden][bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_pixelHeight_Proxy( 
  2788.     IHTMLStyle * This,
  2789.     /* [out][retval] */ long *p);
  2790. void __RPC_STUB IHTMLStyle_get_pixelHeight_Stub(
  2791.     IRpcStubBuffer *This,
  2792.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2793.     PRPC_MESSAGE _pRpcMessage,
  2794.     DWORD *_pdwStubPhase);
  2795. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_posTop_Proxy( 
  2796.     IHTMLStyle * This,
  2797.     /* [in] */ float v);
  2798. void __RPC_STUB IHTMLStyle_put_posTop_Stub(
  2799.     IRpcStubBuffer *This,
  2800.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2801.     PRPC_MESSAGE _pRpcMessage,
  2802.     DWORD *_pdwStubPhase);
  2803. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_posTop_Proxy( 
  2804.     IHTMLStyle * This,
  2805.     /* [out][retval] */ float *p);
  2806. void __RPC_STUB IHTMLStyle_get_posTop_Stub(
  2807.     IRpcStubBuffer *This,
  2808.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2809.     PRPC_MESSAGE _pRpcMessage,
  2810.     DWORD *_pdwStubPhase);
  2811. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_posLeft_Proxy( 
  2812.     IHTMLStyle * This,
  2813.     /* [in] */ float v);
  2814. void __RPC_STUB IHTMLStyle_put_posLeft_Stub(
  2815.     IRpcStubBuffer *This,
  2816.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2817.     PRPC_MESSAGE _pRpcMessage,
  2818.     DWORD *_pdwStubPhase);
  2819. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_posLeft_Proxy( 
  2820.     IHTMLStyle * This,
  2821.     /* [out][retval] */ float *p);
  2822. void __RPC_STUB IHTMLStyle_get_posLeft_Stub(
  2823.     IRpcStubBuffer *This,
  2824.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2825.     PRPC_MESSAGE _pRpcMessage,
  2826.     DWORD *_pdwStubPhase);
  2827. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_posWidth_Proxy( 
  2828.     IHTMLStyle * This,
  2829.     /* [in] */ float v);
  2830. void __RPC_STUB IHTMLStyle_put_posWidth_Stub(
  2831.     IRpcStubBuffer *This,
  2832.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2833.     PRPC_MESSAGE _pRpcMessage,
  2834.     DWORD *_pdwStubPhase);
  2835. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_posWidth_Proxy( 
  2836.     IHTMLStyle * This,
  2837.     /* [out][retval] */ float *p);
  2838. void __RPC_STUB IHTMLStyle_get_posWidth_Stub(
  2839.     IRpcStubBuffer *This,
  2840.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2841.     PRPC_MESSAGE _pRpcMessage,
  2842.     DWORD *_pdwStubPhase);
  2843. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_posHeight_Proxy( 
  2844.     IHTMLStyle * This,
  2845.     /* [in] */ float v);
  2846. void __RPC_STUB IHTMLStyle_put_posHeight_Stub(
  2847.     IRpcStubBuffer *This,
  2848.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2849.     PRPC_MESSAGE _pRpcMessage,
  2850.     DWORD *_pdwStubPhase);
  2851. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_posHeight_Proxy( 
  2852.     IHTMLStyle * This,
  2853.     /* [out][retval] */ float *p);
  2854. void __RPC_STUB IHTMLStyle_get_posHeight_Stub(
  2855.     IRpcStubBuffer *This,
  2856.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2857.     PRPC_MESSAGE _pRpcMessage,
  2858.     DWORD *_pdwStubPhase);
  2859. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_cursor_Proxy( 
  2860.     IHTMLStyle * This,
  2861.     /* [in] */ BSTR v);
  2862. void __RPC_STUB IHTMLStyle_put_cursor_Stub(
  2863.     IRpcStubBuffer *This,
  2864.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2865.     PRPC_MESSAGE _pRpcMessage,
  2866.     DWORD *_pdwStubPhase);
  2867. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_cursor_Proxy( 
  2868.     IHTMLStyle * This,
  2869.     /* [out][retval] */ BSTR *p);
  2870. void __RPC_STUB IHTMLStyle_get_cursor_Stub(
  2871.     IRpcStubBuffer *This,
  2872.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2873.     PRPC_MESSAGE _pRpcMessage,
  2874.     DWORD *_pdwStubPhase);
  2875. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_clip_Proxy( 
  2876.     IHTMLStyle * This,
  2877.     /* [in] */ BSTR v);
  2878. void __RPC_STUB IHTMLStyle_put_clip_Stub(
  2879.     IRpcStubBuffer *This,
  2880.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2881.     PRPC_MESSAGE _pRpcMessage,
  2882.     DWORD *_pdwStubPhase);
  2883. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_clip_Proxy( 
  2884.     IHTMLStyle * This,
  2885.     /* [out][retval] */ BSTR *p);
  2886. void __RPC_STUB IHTMLStyle_get_clip_Stub(
  2887.     IRpcStubBuffer *This,
  2888.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2889.     PRPC_MESSAGE _pRpcMessage,
  2890.     DWORD *_pdwStubPhase);
  2891. /* [bindable][displaybind][id][propput] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_put_filter_Proxy( 
  2892.     IHTMLStyle * This,
  2893.     /* [in] */ BSTR v);
  2894. void __RPC_STUB IHTMLStyle_put_filter_Stub(
  2895.     IRpcStubBuffer *This,
  2896.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2897.     PRPC_MESSAGE _pRpcMessage,
  2898.     DWORD *_pdwStubPhase);
  2899. /* [bindable][displaybind][id][propget] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_get_filter_Proxy( 
  2900.     IHTMLStyle * This,
  2901.     /* [out][retval] */ BSTR *p);
  2902. void __RPC_STUB IHTMLStyle_get_filter_Stub(
  2903.     IRpcStubBuffer *This,
  2904.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2905.     PRPC_MESSAGE _pRpcMessage,
  2906.     DWORD *_pdwStubPhase);
  2907. /* [id] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_setAttribute_Proxy( 
  2908.     IHTMLStyle * This,
  2909.     /* [in] */ BSTR strAttributeName,
  2910.     /* [in] */ VARIANT AttributeValue,
  2911.     /* [in][defaultvalue] */ LONG lFlags);
  2912. void __RPC_STUB IHTMLStyle_setAttribute_Stub(
  2913.     IRpcStubBuffer *This,
  2914.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2915.     PRPC_MESSAGE _pRpcMessage,
  2916.     DWORD *_pdwStubPhase);
  2917. /* [id] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_getAttribute_Proxy( 
  2918.     IHTMLStyle * This,
  2919.     /* [in] */ BSTR strAttributeName,
  2920.     /* [in][defaultvalue] */ LONG lFlags,
  2921.     /* [out][retval] */ VARIANT *AttributeValue);
  2922. void __RPC_STUB IHTMLStyle_getAttribute_Stub(
  2923.     IRpcStubBuffer *This,
  2924.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2925.     PRPC_MESSAGE _pRpcMessage,
  2926.     DWORD *_pdwStubPhase);
  2927. /* [id] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_removeAttribute_Proxy( 
  2928.     IHTMLStyle * This,
  2929.     /* [in] */ BSTR strAttributeName,
  2930.     /* [in][defaultvalue] */ LONG lFlags,
  2931.     /* [out][retval] */ VARIANT_BOOL *pfSuccess);
  2932. void __RPC_STUB IHTMLStyle_removeAttribute_Stub(
  2933.     IRpcStubBuffer *This,
  2934.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2935.     PRPC_MESSAGE _pRpcMessage,
  2936.     DWORD *_pdwStubPhase);
  2937. /* [id] */ HRESULT STDMETHODCALLTYPE IHTMLStyle_toString_Proxy( 
  2938.     IHTMLStyle * This,
  2939.     /* [out][retval] */ BSTR *String);
  2940. void __RPC_STUB IHTMLStyle_toString_Stub(