[helpstring("Retrieves the shell link command-line arguments")]
(
[Out(), MarshalAs(UnmanagedType.LPStr)] StringBuilder pszArgs,
int cchMaxPath)
| 189 | |
| 190 | //[helpstring("Retrieves the shell link command-line arguments")] |
| 191 | void GetArguments( |
| 192 | [Out(), MarshalAs(UnmanagedType.LPStr)] StringBuilder pszArgs, |
| 193 | int cchMaxPath); |
| 194 | |
| 195 | //[helpstring("Sets the shell link command-line arguments")] |
| 196 | void SetArguments( |