CX_GetOriginalsFolder function

Callback function that retrieves the folder name of the ACDSee originals folder.

Syntax

typedef int(__stdcall *PF_CX_GetOriginalsFolder) 
(
   wchar_t* pszOriginalsFolder,
   const int nSize
);

Parameters

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

Return Value

For a description of return values, see Return Values.

Remarks

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.

Requirements

Header: CX_PlugIn.h

See also: