bool SMSAPI_sendsms(
const LPSMSAPI_NETWORKCONFIGURATION lpNetConfig,
const LPSMSAPI_ACCOUNTINFO lpAccInfo,
const LPSMSAPI_MESSAGEINFO lpMsgInfo,
LPSMSAPI_RESPONSEINFO lpResponseInfo);The previous posts: struct in dllcall and my attempt plus documentation I have put everything I have come up with on the forum. I need help. I do not understand the syntax, nor the process. The idea is to have a simple little GUI with two options, one for config (such as server name account name and password) and the second with a simple input for SMS destination number and the message... Problem is, I dont know how to do that. Obviously once the basics are done, this kind of integration can go anywhere...