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

Method GetArguments

src/Squirrel/ShellFile.cs:191–193  ·  view source on GitHub ↗

[helpstring("Retrieves the shell link command-line arguments")]

(
                [Out(), MarshalAs(UnmanagedType.LPStr)] StringBuilder pszArgs,
                int cchMaxPath)

Source from the content-addressed store, hash-verified

189
190 //[helpstring("Retrieves the shell link command-line arguments")]
191 void GetArguments(
192 [Out(), MarshalAs(UnmanagedType.LPStr)] StringBuilder pszArgs,
193 int cchMaxPath);
194
195 //[helpstring("Sets the shell link command-line arguments")]
196 void SetArguments(

Callers 1

ShellLinkClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected