From WikiChip
mirc/dynamic-link library
< mirc
Revision as of 11:15, 20 July 2014 by Ouims (talk | contribs) (Created page with "== Prototype == The exported function must have the following function prototype: <source lang="c">#include <windows.h> int funcName(HWND mWnd, HWND aWnd, char *data, char *p...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.)