[propget, helpstring("Retrieves or sets the shell link hot key")]
(out short pwHotkey)
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected