S
sm2006
Unregistered / Unconfirmed
GUEST, unregistred user!
typedef void (FAR WINAPI *DOWNLOADMSGPROC)(LPTSTR str,BOOL newline);<br><br>This function type is used by some program downloading procedures to offer the option of reporting a status message.<br><br>Arguments<br><br>str Message string.<br>newline Indicates if a new line should be added by the called procedure.<br><br>Return Value<br><br>None.<br>请教高手,如何把typedef void (FAR WINAPI *DOWNLOADMSGPROC)(LPTSTR str,BOOL newline);写成Delphi语法。先谢了。