[helpstring("Retrieves the path and filename of a shell link object")]
(
[Out(), MarshalAs(UnmanagedType.LPStr)] StringBuilder pszFile,
int cchMaxPath,
ref _WIN32_FIND_DATAA pfd,
uint fFlags)
| 158 | { |
| 159 | //[helpstring("Retrieves the path and filename of a shell link object")] |
| 160 | void GetPath( |
| 161 | [Out(), MarshalAs(UnmanagedType.LPStr)] StringBuilder pszFile, |
| 162 | int cchMaxPath, |
| 163 | ref _WIN32_FIND_DATAA pfd, |
| 164 | uint fFlags); |
| 165 | |
| 166 | //[helpstring("Retrieves the list of shell link item identifiers")] |
| 167 | void GetIDList(out IntPtr ppidl); |