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

Method Resolve

src/Squirrel/ShellFile.cs:226–228  ·  view source on GitHub ↗

[helpstring("Resolves a shell link. The system searches for the shell link object and updates the shell link path and its list of identifiers (if necessary)")]

(
                IntPtr hWnd,
                uint fFlags)

Source from the content-addressed store, hash-verified

224
225 //[helpstring("Resolves a shell link. The system searches for the shell link object and updates the shell link path and its list of identifiers (if necessary)")]
226 void Resolve(
227 IntPtr hWnd,
228 uint fFlags);
229
230 //[helpstring("Sets the shell link path and filename")]
231 void SetPath(

Callers 1

OpenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected