convert VARIANT to CSTRING

M

michael mazanek

Hi all,
i have a VARIANT variable which contains a "friendly name" of a
video-codec (direct show).
Does anyone know how to retrieve the friendly name as a string to
display it on the console?

Thanks for any advice!
mm
 
H

Howard

michael mazanek said:
Hi all,
i have a VARIANT variable which contains a "friendly name" of a
video-codec (direct show).
Does anyone know how to retrieve the friendly name as a string to display
it on the console?

Thanks for any advice!
mm

VARIANT and CSTRING are not built-in types in the C++ language. You need to
ask somewhere where they know what those are. Possibly a microsoft
newsgroup? Or something having to do with "direct show" (such as DirectX?)?

(By the way, did you mean CString? And possibly Variant? Remember, in C++
case is important.)

-Howard
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top