Values that are using for Shell link resolution.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax [FlagsAttribute]
public enum SLR
Members
| Member name | Value | Description |
---|
| SLR_NONE | 0 |
No options.
|
| SLR_NO_UI | 1 |
Do not display a dialog box if the link cannot be resolved.
|
| SLR_ANY_MATCH | 2 |
Not used.
|
| SLR_UPDATE | 4 |
If the link object has changed, update its path and list of identifiers.
|
| SLR_NOUPDATE | 8 |
Do not update the link information.
|
| SLR_NOSEARCH | 16 |
Do not execute the search heuristics.
|
| SLR_NOTRACK | 32 |
Do not use distributed link tracking.
|
| SLR_NOLINKINFO | 64 |
Disable distributed link tracking.
|
| SLR_INVOKE_MSI | 128 |
Call the Windows Installer.
|
| SLR_NO_UI_WITH_MSG_PUMP | 257 |
Windows XP and later.
|
| SLR_OFFER_DELETE_WITHOUT_FILE | 512 |
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_KNOWNFOLDER | 1024 |
Windows 7 and later. Report as dirty if the target is a known folder and the known folder was redirected.
|
| SLR_MACHINE_IN_LOCAL_TARGET | 2048 |
Windows 7 and later. Resolve the computer name in UNC targets that point to a local computer.
|
| SLR_UPDATE_MACHINE_AND_SID | 4096 |
Windows 7 and later. Update the computer GUID and user SID if necessary.
|
| SLR_NO_OBJECT_ID | 8192 |
Not documented.
|
See Also