[propget, helpstring("Retrieves or sets the shell link show command")]
(out uint piShowCmd)
| 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 |