Search found 1 match

Go to advanced search

by eido
13 Feb 2007 15:18
Forum: VLC media player for Windows Troubleshooting
Topic: ActiveX + Visual C++
Replies: 10
Views: 3271

Try this. it will work. VARIANT vOptions; long pos=0; LPSAFEARRAY m_pSA = SafeArrayCreateVector(VT_VARIANT, 0, 1); _variant_t var(_bstr_t("")); SafeArrayPutElement(m_pSA, &pos, (void FAR*)&var); vOptions.parray = m_pSA; vOptions.vt = VT_NULL ; long lPos=-666; long lmode=10;//VLCPla...

Go to advanced search