Callback function that retrieves the folder name of the ACDSee originals folder.
typedef int(__stdcall *PF_CX_GetOriginalsFolder)
(
wchar_t* pszOriginalsFolder,
const int nSize
);
pszOriginalsFolder
Type: wchar_t*
[i/o] Plug-in allocated buffer of length nSize. Used to return the originals folder.
nSize
Type: const int
[in] length of pszDevelopedFolder
For a description of return values, see Return Values.
This is a callback function that the plug-in can use to retrieve the folder name of the ACDSee originals folder. If the folder name is longer the nSize, then nothing will be copied into pszOriginalsFolder and the function will return CXE_Error.
Header: CX_PlugIn.h