How to programmatically create a shortcut using Win32

Viewed 38858

I need to programmatically create a shortcut using C++.

How can I do this using Win32 SDK?

What API function can be used for this purpose?

4 Answers
Related