Click or drag to resize

SLR Enumeration

Values that are using for Shell link resolution.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum SLR
Members
  Member nameValueDescription
SLR_NONE0 No options.
SLR_NO_UI1 Do not display a dialog box if the link cannot be resolved.
SLR_ANY_MATCH2 Not used.
SLR_UPDATE4 If the link object has changed, update its path and list of identifiers.
SLR_NOUPDATE8 Do not update the link information.
SLR_NOSEARCH16 Do not execute the search heuristics.
SLR_NOTRACK32 Do not use distributed link tracking.
SLR_NOLINKINFO64 Disable distributed link tracking.
SLR_INVOKE_MSI128 Call the Windows Installer.
SLR_NO_UI_WITH_MSG_PUMP257 Windows XP and later.
SLR_OFFER_DELETE_WITHOUT_FILE512 Windows 7 and later. Offer the option to delete the shortcut when this method is unable to resolve it, even if the shortcut is not a shortcut to a file.
SLR_KNOWNFOLDER1024 Windows 7 and later. Report as dirty if the target is a known folder and the known folder was redirected.
SLR_MACHINE_IN_LOCAL_TARGET2048 Windows 7 and later. Resolve the computer name in UNC targets that point to a local computer.
SLR_UPDATE_MACHINE_AND_SID4096 Windows 7 and later. Update the computer GUID and user SID if necessary.
SLR_NO_OBJECT_ID8192 Not documented.
See Also