Hi,

I want to use SHCreateDirectory to create a directory, line C:\D1\D2\D3, etc. but I cannot find it. The compiler gives me the undeclared indentifier (C2065) error. According to MSDN:
Minimum DLL Version
shell32.dll version 5.0 or later
Custom Implementation
No
Header
shlobj.h
Import
library shell32.lib
Minimum operating systems
Windows 2000
My shell32.dll version is 6.0.2800.1106, I am running on WinXP, with VisualC++ 6.0, SP6, and of course I include shlobj.h. But the funny thing is that there is no SHCreateDirectory in that header. I searched all the headers on my PC and there is not such method.

What is this?