IShellLinkWGetPath Method
Retrieves the path and file name of a Shell link object.
Namespace: DevCase.Win32.InterfacesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
No code example is currently available or this language may not be supported.
Parameters
- file StringBuilder
-
The address of a buffer that receives the path and file name of the target of the Shell link object.
- maxPath Int32
-
The size, in characters, of the buffer pointed to by the pszFile parameter,
including the terminating null character.
The maximum path size that can be returned is MAX_PATH.
- refWin32FindData Win32FindDataW
-
A pointer to a WIN32_FIND_DATA structure that receives information about the target of the Shell link object.
If this parameter is NULL, then no additional information is returned.
- flags IShellLinkGetPathFlags
-
Flags that specify the type of path information to retrieve.