IShellLinkWGetArguments Method
Retrieves the command-line arguments associated with a Shell link object.
Namespace: DevCase.Win32.InterfacesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
void GetArguments(
StringBuilder args,
int maxPath
)
Sub GetArguments (
<OutAttribute> args As StringBuilder,
maxPath As Integer
)
Dim instance As IShellLinkW
Dim args As StringBuilder
Dim maxPath As Integer
instance.GetArguments(args, maxPath)
void GetArguments(
[OutAttribute] StringBuilder^ args,
int maxPath
)
abstract GetArguments :
args : StringBuilder byref *
maxPath : int -> unit
No code example is currently available or this language may not be supported.
Parameters
- args StringBuilder
-
A pointer to the buffer that, when this method returns successfully, receives the command-line arguments.
- maxPath Int32
-
The maximum number of characters that can be copied to the buffer supplied by the pszArgs parameter.
In the case of a Unicode string, there is no limitation on maximum string length.
In the case of an ANSI string, the maximum length of the returned string varies depending on the
version of Windows.