I'm also working on a SCS plugin for DW. I'm trying to create a FreeVCS/JediVCS
plugin to DW.

I'm having a problem to use the SCS_GetFolderList function :
SCSSHELL_EXPORT bool SCS_GetFolderList(void *connectionData, const char
remoteFolderPath[],
scItemInfo itemList[], const int numItems);

How do I convert it correctly and use it, like fill then 'itemList' parameter
in Delphi ?