PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD 18] Problem using .NET dll
[WD 18] Problem using .NET dll
Iniciado por guest, 23,sep. 2015 15:28 - No hay respuesta
Publicado el 23,septiembre 2015 - 15:28
I need to use one external dll in .NET but i don't know .NET

I can add it to my project, use several methods but in one of them i can't findout what data type should i use in the case of the last parameter.

Any help is apreciated, thanks.


Documentation of the DLL:
int SYnergyGetListOfDirectory(int ClientNo, string HostDirectory, string Mask, ref int
count, ref List ListFiles)
Description:
Importing file list to SYnergy (for example templates list).
Parameters:
ClientNo - Serial no. of request from terminal.
HostDirectory - Address of Synergy directory.
Mask - File suffix wildcard character.
count - Number of files.
List - Names of files.