LIBRARYMANAGEDIALOGOPTIONS enumeration (shobjidl_core.h)
Used by SHShowManageLibraryUI to define options for handling a name collision when saving a library.
Syntax
typedef enum LIBRARYMANAGEDIALOGOPTIONS {
LMD_DEFAULT = 0,
LMD_ALLOWUNINDEXABLENETWORKLOCATIONS = 0x1
} ;
Constants
LMD_DEFAULT Value: 0 Show default warning UI to the user. |
LMD_ALLOWUNINDEXABLENETWORKLOCATIONS Value: 0x1 Do not display a warning dialog to the user in collisions that concern network locations that cannot be indexed. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | shobjidl_core.h (include Shobjidl.h) |