IShellLinkWSetDescription Method
Sets the description for a Shell link object.
The description can be any application-defined string.
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 SetDescription(
string name
)
Sub SetDescription (
name As String
)
Dim instance As IShellLinkW
Dim name As String
instance.SetDescription(name)
void SetDescription(
String^ name
)
abstract SetDescription :
name : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- name String
-
A pointer to a buffer containing the new description string.