Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Specifies the options for handling a name collision when saving a library.
typedef enum LIBRARYSAVEFLAGS {
LSF_FAILIFTHERE = 0,
LSF_OVERRIDEEXISTING = 0x1,
LSF_MAKEUNIQUENAME = 0x2
} ;
LSF_FAILIFTHERE Value: 0 If a library with the same name already exists, the save operation fails. |
LSF_OVERRIDEEXISTING Value: 0x1 If a library with the same name already exists, the save operation overwrites the existing library. |
LSF_MAKEUNIQUENAME Value: 0x2 If a library with the same name already exists, the save operation generates a new, unique name for the library. |
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) |
Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register today