A | B | C |  D | E | F |  G | H | I |  J | K | L |  M | N | O |  P | Q | R |  S | T | U |  V | W | X |  Y | Z



fCreateShellLink

The fCreateShellLink creates a shell link

VB4-32,5,6
Declare Function fCreateShellLink Lib "VB5STKIT.DLL" (ByVal lpstrFolderName As String, ByVal lpstrLinkName As String, ByVal lpstrLinkPath As String, ByVal lpstrLinkArgs As String) As Long

Operating Systems Supported
Visual Basic Runtimes

Library
Vb5stkit

Parameter Information
- lpstrFolderName
folder where to create the link

- lpstrLinkName
text caption for the link

- lpstrLinkPath
full path to the target of the link

- lpstrLinkArguments
command-line arguments for the link

Return Values
Undocumented

Last update: 07 April 2006