IShellLinkWSetArguments Method

Sets the command-line arguments for a Shell link object.

Definition

Namespace: DevCase.Win32.Interfaces
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
void SetArguments(
	string args
)

Parameters

args  String
A pointer to a buffer that contains the new command-line arguments.

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.

See Also