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

Method GetHotkey

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

[propget, helpstring("Retrieves or sets the shell link hot key")]

(out short pwHotkey)

Source from the content-addressed store, hash-verified

279
280 //[propget, helpstring("Retrieves or sets the shell link hot key")]
281 void GetHotkey(out short pwHotkey);
282 //[propput, helpstring("Retrieves or sets the shell link hot key")]
283 void SetHotkey(short pwHotkey);
284

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected