[helpstring("Retrieves the shell link description string")]
(
[Out(), MarshalAs(UnmanagedType.LPWStr)] StringBuilder pszFile,
int cchMaxName)
| 252 | |
| 253 | //[helpstring("Retrieves the shell link description string")] |
| 254 | void GetDescription( |
| 255 | [Out(), MarshalAs(UnmanagedType.LPWStr)] StringBuilder pszFile, |
| 256 | int cchMaxName); |
| 257 | |
| 258 | //[helpstring("Sets the shell link description string")] |
| 259 | void SetDescription( |
nothing calls this directly
no outgoing calls
no test coverage detected