[helpstring("Retrieves the shell link command-line arguments")]
(
[Out(), MarshalAs(UnmanagedType.LPWStr)] StringBuilder pszArgs,
int cchMaxPath)
| 270 | |
| 271 | //[helpstring("Retrieves the shell link command-line arguments")] |
| 272 | void GetArguments( |
| 273 | [Out(), MarshalAs(UnmanagedType.LPWStr)] StringBuilder pszArgs, |
| 274 | int cchMaxPath); |
| 275 | |
| 276 | //[helpstring("Sets the shell link command-line arguments")] |
| 277 | void SetArguments( |
nothing calls this directly
no outgoing calls
no test coverage detected