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

Method GetDescription

src/Squirrel/ShellFile.cs:254–256  ·  view source on GitHub ↗

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

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

Source from the content-addressed store, hash-verified

252
253 //[helpstring("Retrieves the shell link description string")]
254 void GetDescription(
255 [Out(), MarshalAs(UnmanagedType.LPWStr)] StringBuilder pszFile,
256 int cchMaxName);
257
258 //[helpstring("Sets the shell link description string")]
259 void SetDescription(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected