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

Method GetShowCmd

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

[propget, helpstring("Retrieves or sets the shell link show command")]

(out uint piShowCmd)

Source from the content-addressed store, hash-verified

203
204 //[propget, helpstring("Retrieves or sets the shell link show command")]
205 void GetShowCmd(out uint piShowCmd);
206 //[propput, helpstring("Retrieves or sets the shell link show command")]
207 void SetShowCmd(uint piShowCmd);
208

Callers 1

ShellLinkClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected