Im new to API's!
I downloaded the ICQ API and tried to use it, but I have to get the following function working first... would someone convert it to VB for me?
This:
void WINAPI ICQAPIUtil_SetUserNotificationFunc(UINT uNotificationCode, void *pUserFunc);
This is what I get:
Private Declare Function ICQAPIUtil_SetUserNotificationFunc Lib "C:\ICQMAPI.dll" (uNotificationCode As Long, pUserFunc As Variant)
but its no good.




Reply With Quote