[helpstring("Sets the shell link command-line arguments")]
(
[MarshalAs(UnmanagedType.LPStr)] string pszArgs)
| 194 | |
| 195 | //[helpstring("Sets the shell link command-line arguments")] |
| 196 | void SetArguments( |
| 197 | [MarshalAs(UnmanagedType.LPStr)] string pszArgs); |
| 198 | |
| 199 | //[propget, helpstring("Retrieves or sets the shell link hot key")] |
| 200 | void GetHotkey(out short pwHotkey); |