MCPcopy Create free account
hub / github.com/Squirrel/Squirrel.Windows / SetDescription

Method SetDescription

src/Squirrel/ShellFile.cs:178–179  ·  view source on GitHub ↗

[helpstring("Sets the shell link description string")]

(
                [MarshalAs(UnmanagedType.LPStr)] string pszName)

Source from the content-addressed store, hash-verified

176
177 //[helpstring("Sets the shell link description string")]
178 void SetDescription(
179 [MarshalAs(UnmanagedType.LPStr)] string pszName);
180
181 //[helpstring("Retrieves the name of the shell link working directory")]
182 void GetWorkingDirectory(

Callers 1

ShellLinkClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected