From WikiChip
mirc/dynamic-link library
< mirc
Revision as of 11:20, 20 July 2014 by David (talk | contribs) (added Category:MIRC using HotCat)

Prototype

The exported function must have the following function prototype:

#include <windows.h>
int funcName(HWND mWnd, HWND aWnd, char *data, char *parms, BOOL show, BOOL nopause);

Note: These functions must use the stdcall calling convention. (This is also the standard calling convention for all other Microsoft Win32 API functions.)