The SPFILENOTIFY_LANGMISMATCH notification is sent to the callback routine if the language of the file to be copied does not match the language of an existing target file. It can be sent to the callback routine alone or combined, by using the OR operator, with SPFILENOTIFY_TARGETEXISTS and/or SPFILENOTIFY_TARGETNEWER.
SPFILENOTIFY_LANGMISMATCH
Param1 = (UINT) FilePathInfo;
Param2 = (UINT) LanguageInfo;
The callback routine should return one of the following values.
Value | Meaning |
---|---|
TRUE | Copy the file and overwrite the existing file. |
FALSE | Skip the copy operation. Do not overwrite the existing file. |
Windows NT: Use version 4.0 and later.
Windows: Use Windows 95 and later.
Windows CE: Unsupported.
Header: Declared in setupapi.h.
Overview, Notifications, FILEPATHS, SetupCommitFileQueue, SetupDefaultQueueCallback, SetupInstallFile, SetupInstallFileEx, SetupInstallFromInfSection