]> git.sesse.net Git - vlc/blobdiff - activex/axvlc.idl
activex: remove logo when control runs in usermode and fill canvas with background...
[vlc] / activex / axvlc.idl
index ada8e8c8fa56a7203b895816e09c0e4e086a3ca5..ed6edc83fb21bb80f88bd1057362290f3b83cb96 100644 (file)
@@ -63,6 +63,8 @@ library AXVLC
     const int VLCPlayListEnd    = -666;\r
 \r
     // DISPID definitions\r
+    const int DISPID_BackColor  = -501;\r
+\r
     const int DISPID_Visible    = 100;\r
     const int DISPID_Playing    = 101;\r
     const int DISPID_Position   = 102;\r
@@ -486,6 +488,11 @@ library AXVLC
         [id(DISPID_Volume), propput, helpstring("Returns/sets default audio volume.")]\r
         HRESULT Volume([in] long volume);\r
 \r
+        [id(DISPID_BackColor), propget, helpstring("Returns/sets background color.")]\r
+        HRESULT BackColor([out, retval] OLE_COLOR* backcolor);\r
+        [id(DISPID_BackColor), propput, helpstring("Returns/sets background color.")]\r
+        HRESULT BackColor([in] OLE_COLOR backcolor);\r
+\r
         [propget, helpstring("Returns the audio object.")]\r
         HRESULT audio([out, retval] IVLCAudio** obj);\r
 \r