Here is the C++ declaration.
Possible PowerBASIC conversion?
Also, what does a C++ PVOID data type convert to in PowerBASIC?
Thanks for any help you can offer.
Regards,
Scott
------------------
Scott Wolfington
http://www.boogietools.com
[This message has been edited by Scott Wolfington (edited September 15, 2004).]
Code:
DWORD WINAPI HttpFilterProc( PHTTP_FILTER_CONTEXT pfc, DWORD notificationType, LPVOID pvNotification );
Code:
FUNCTION HttpFilterProc ALIAS "HttpFilterProc" ( pfc AS HTTP_FILTER_CONTEXT PTR, _ BYVAL NotificationType AS DWORD, _ pvNotification AS DWORD PTR ) EXPORT AS DWORD
Thanks for any help you can offer.
Regards,
Scott
------------------
Scott Wolfington
http://www.boogietools.com
[This message has been edited by Scott Wolfington (edited September 15, 2004).]
Comment