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

Method GetDescription

src/Squirrel/ShellFile.cs:173–175  ·  view source on GitHub ↗

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

(
                [Out(), MarshalAs(UnmanagedType.LPStr)] StringBuilder pszFile,
                int cchMaxName)

Source from the content-addressed store, hash-verified

171
172 //[helpstring("Retrieves the shell link description string")]
173 void GetDescription(
174 [Out(), MarshalAs(UnmanagedType.LPStr)] StringBuilder pszFile,
175 int cchMaxName);
176
177 //[helpstring("Sets the shell link description string")]
178 void SetDescription(

Callers 1

ShellLinkClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected