Callback function that retrieves the folder name of ACDSee's developed folder.
typedef int(__stdcall *PF_CX_GetDevelopedFolder)
(
wchar_t* pszDevelopedFolder,
const int nSize
);
pszDevelopedFolder
Type: wchar_t*
[i/o] plug-in allocated buffer of length nSize.
nSize
Type: const int
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 developed folder for ACDSee. If the folder name is longer than nSize, then nothing will be copied into pszDevelopedFolder and the function will return CXE_Error.
Header: CX_PlugIn.h