[helpstring("Retrieves the shell link description string")]
(
[Out(), MarshalAs(UnmanagedType.LPStr)] StringBuilder pszFile,
int cchMaxName)
| 171 | |
| 172 | //[helpstring("Retrieves the shell link description string")] |
| 173 | void GetDescription( |
| 174 | [Out(), MarshalAs(UnmanagedType.LPStr)] StringBuilder pszFile, |
| 175 | int cchMaxName); |
| 176 | |
| 177 | //[helpstring("Sets the shell link description string")] |
| 178 | void SetDescription( |