Getting file extension's descriptions

  • Thread starter Thread starter Abubakar
  • Start date Start date
A

Abubakar

Hi,
file extensions have descriptions like:

docx : microsoft office word document
ini : configuration settings
rdp : remote desktop connection
rar : winrar archive

I have to get description like this for a given extension. How do I do that?
Using win32api, all native visual c++ 2k5 compiler.

Regards,

...ab
 
file extensions have descriptions like:
docx : microsoft office word document
ini : configuration settings
rdp : remote desktop connection
rar : winrar archive

I have to get description like this for a given extension. How do I do that?
Using win32api, all native visual c++ 2k5 compiler.

Try: SHGetFileInfo SHGFI_TYPENAME

Dave
 

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

Back
Top