MCPcopy Create free account
hub / github.com/Squirrel/Squirrel.Windows / GetPath

Method GetPath

src/Squirrel/ShellFile.cs:160–164  ·  view source on GitHub ↗

[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)

Source from the content-addressed store, hash-verified

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);

Callers 1

ShellLinkClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected