CX_GetDevelopedFolder function

Callback function that retrieves the folder name of ACDSee's developed folder.

Syntax

typedef int(__stdcall *PF_CX_GetDevelopedFolder) 
(
   wchar_t* pszDevelopedFolder,
   const int nSize
);

Parameters

pszDevelopedFolder

Type: wchar_t*

[i/o] plug-in allocated buffer of length nSize.

nSize

Type: const int

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 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.

Requirements

Header: CX_PlugIn.h

See also: