wpConfirmObjectTitle Return Value - ulNameClash
ulNameClash
(
ULONG
) - returns
A flag indicating the action taken when two objects have the same title.
Possible values are described in the following list:
NAMECLASH_APPEND
The returned duplicate is appended to.
NAMECLASH_NONE
No object in the target folder has the same name.
NAMECLASH_NONE_KEEPASSOC
The file that was not renamed keeps the same associations.
NAMECLASH_RENAME
The file is renamed.
NAMECLASH_RENAME_KEEPASSOC
The renamed file keeps the same associations.
NAMECLASH_REPLACE
The returned duplicate is replaced.
[Back: wpConfirmObjectTitle Parameter - menuID]
[Next: wpConfirmObjectTitle - Parameters]