CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2010
    Posts
    11

    SHGetNameFromIdList

    Hello,

    the function shgetnamefromidlist sais it works in
    vista or higher

    Does that include windows server 2008??

    Best regards,
    Marius

  2. #2
    Join Date
    Nov 2003
    Location
    Belgium
    Posts
    8,150

    Re: SHGetNameFromIdList

    See http://msdn.microsoft.com/en-us/libr...91(VS.85).aspx
    It says:
    • Minimum supported client Windows Vista
    • Minimum supported server Windows Server 2008

    So I guess this answers your question.
    Marc Gregoire - NuonSoft (http://www.nuonsoft.com)
    My Blog
    Wallpaper Cycler 3.5.0.97

    Author of Professional C++, 4th Edition by Wiley/Wrox (includes C++17 features)
    ISBN: 978-1-119-42130-6
    [ http://www.facebook.com/professionalcpp ]

  3. #3
    Join Date
    Mar 2010
    Posts
    11

    Re: SHGetNameFromIdList

    Thanks,

    Sorry, I missed that..
    Thanks a lot again!

    Best regards

  4. #4
    Join Date
    Nov 2003
    Location
    Belgium
    Posts
    8,150

    Re: SHGetNameFromIdList

    You're welcome
    Marc Gregoire - NuonSoft (http://www.nuonsoft.com)
    My Blog
    Wallpaper Cycler 3.5.0.97

    Author of Professional C++, 4th Edition by Wiley/Wrox (includes C++17 features)
    ISBN: 978-1-119-42130-6
    [ http://www.facebook.com/professionalcpp ]

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured