|   
 
 
 | 
						
							
								| 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 | 
 
 
 | · 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
 | 
 
 
     |  |  |