IShellLinkWResolve Method

Attempts to find the target of a Shell link, even if it has been moved or renamed.

Definition

Namespace: DevCase.Win32.Interfaces
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
void Resolve(
	IntPtr hWnd,
	IShellLinkResolveFlags flags
)

Parameters

hWnd  IntPtr
A handle to the window that the Shell will use as the parent for a dialog box.

The Shell displays the dialog box if it needs to prompt the user for more information while resolving a link.

flags  IShellLinkResolveFlags
Action flags.

See Also