Exposes methods that create, modify, and resolve shell links. The IShellLink interface has an ANSI version (IShellLinkA) and a Unicode version (IShellLinkW).
10/8/2013 2:31:08 AM - -61.206.127.148
.
/// <summary>The IShellLink interface allows Shell links to be created, modified, and resolved</summary>
.
interface IShellLinkW
.
Public Interface IShellLinkW
.
IShellLinkW lnk = Activator.CreateInstance(obj) as IShellLinkW;