[helpstring("Sets the shell link path and filename")]
(
[MarshalAs(UnmanagedType.LPStr)] string pszFile)
| 229 | |
| 230 | //[helpstring("Sets the shell link path and filename")] |
| 231 | void SetPath( |
| 232 | [MarshalAs(UnmanagedType.LPStr)] string pszFile); |
| 233 | } |
| 234 | |
| 235 | [ComImport()] |