mIRC Home    About    Download    Register    News    Help

Print Thread
#139702 17/01/06 08:23 PM
Joined: Oct 2005
Posts: 827
P
pouncer Offline OP
Hoopy frood
OP Offline
Hoopy frood
P
Joined: Oct 2005
Posts: 827
Code:
extern "C" int WINAPI dllinfo(HWND,HWND,char * data,char *,BOOL,BOOL)
{
	lstrcpy(data,"whatever here");
	return 3;
}


is something like this a default function in all win32 dlls in c++? whats the point to it? how would mirc users see the message in their mirc? any ideas guys?

thanks in advance

#139703 17/01/06 10:37 PM
Joined: Oct 2005
Posts: 827
P
pouncer Offline OP
Hoopy frood
OP Offline
Hoopy frood
P
Joined: Oct 2005
Posts: 827
never mind, sorted this.


Link Copied to Clipboard