|
Object Command-Line Arguments
A link file contains command-line arguments that the shell passes to the
corresponding object when the user selects the link. An application can set the
command-line arguments for a shortcut by using the IShellLink::SetArguments member function. It is useful to set command-line arguments when the
corresponding application, such as a linker or compiler, takes special flags as
arguments. An application can retrieve the command-line arguments from a shortcut by
using the IShellLink::GetArguments member function.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|