LIBRARYSAVEFLAGS enumeration
Specifies the options for handling a name collision when saving a library.
Syntax
typedef enum LIBRARYSAVEFLAGS { LSF_FAILIFTHERE = 0x00000000, LSF_OVERRIDEEXISTING = 0x00000001, LSF_MAKEUNIQUENAME = 0x00000002 } LIBRARYSAVEFLAGS;
Constants
- LSF_FAILIFTHERE
-
If a library with the same name already exists, the save operation fails.
- LSF_OVERRIDEEXISTING
-
If a library with the same name already exists, the save operation overwrites the existing library.
- LSF_MAKEUNIQUENAME
-
If a library with the same name already exists, the save operation generates a new, unique name for the library.
Remarks
Used By
Requirements
|
Minimum supported client |
Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
|
IDL |
|
See also
Show: