|
Can anyone tell me what that return code means exactly.
I converted a program from v13.5 to v15 and suddenly I started getting this return code for SOME images that normally would be ok. I can't get any additional code as far as I can tell.
What could be causing it?
Here is the code:
uFlags = FILEINFO_TOTALPAGES;
ImageOptions.uStructSize = sizeof(ImageOptions);
nRet = L_FileInfo( Source.szFilename, &Source.FileInfo, sizeof(Source.FileInfo), uFlags, &ImageOptions); if (nRet!=SUCCESS) {
}
Thanks!!!
|