For example,
there is an api in windows called SHCreateDesktop,
It is located in shell32.dll, but Microsoft keeps this symbol private,
so using shell32.lib won't link in the api to the executable.
If I really want to use it, how do I call this api in my vc++ program?
Thanks
Jack