I tried to figure this out, but got nowhere.
int __cdecl wsprintf( __out LPTSTR lpOut, __in LPCTSTR lpFmt, __in ...);
Here is what I have:
extern cdecl lib "User32.dll" int wsprintf( __out LPTSTR lpOut, __in LPCTSTR lpFmt, __in ... ); end extern
I also tried:
extern cdecl lib "User32.dll" int wsprintf(byref lpOut as asiiz, byref lpFmt as string,byval ... as any ); end extern
But no luck, thanks.