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

Method GetArguments

src/Squirrel/ShellFile.cs:272–274  ·  view source on GitHub ↗

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

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

Source from the content-addressed store, hash-verified

270
271 //[helpstring("Retrieves the shell link command-line arguments")]
272 void GetArguments(
273 [Out(), MarshalAs(UnmanagedType.LPWStr)] StringBuilder pszArgs,
274 int cchMaxPath);
275
276 //[helpstring("Sets the shell link command-line arguments")]
277 void SetArguments(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected