[helpstring("Sets the shell link description string")]
(
[MarshalAs(UnmanagedType.LPStr)] string pszName)
| 176 | |
| 177 | //[helpstring("Sets the shell link description string")] |
| 178 | void SetDescription( |
| 179 | [MarshalAs(UnmanagedType.LPStr)] string pszName); |
| 180 | |
| 181 | //[helpstring("Retrieves the name of the shell link working directory")] |
| 182 | void GetWorkingDirectory( |