freeimage.h

FreeImage_ValidateU

DLL_API BOOL DLL_CALLCONV FreeImage_ValidateU(FREE_IMAGE_FORMAT fif, const wchar_t *filename);

Esta función trabaja exactamente igual que FreeImage_Validate pero soporta nombres de fichero UNICODE. Nótese que ésta función sólo funciona en sistemas operativos MS Windows. En otros sistemas la función no hace nada y retorna con FALSE.