Hi Adrian,
The current implementation of DDE wrapping functionality from WinPack doesn't contain the wrapper for DdeConnectList function. If you need to use the DdeConnectList Windows API function, you can add a wrapper for this native function to the DdeClientHelper class by yourself, and use it in the DdeClient class.
To see an example of a wrapper, you can take a look at the wrapper for the DdeConnect function in DdeClientHelper class. These two functions, DdeConnect and DdeConnectList, have similar signatures, and their wrappers will also be similar.
After the function call, a return value will contain a handle to the conversation list. To iterate the list and retrieve the information about the DDE conversation, you also need to create a wrapper for the DdeQueryNextServer function, DdeQueryConvInfo function and CONVINFO structure. The details of creating wrappers for structures can be found in
JNIWrapper Tutorial and
JNIWrapper Programmer's Guide.
Please let us know if you have any further questions.
Sincerely,
Anna