The BABELINFO structure contains information about Babel. It is passed to a plug-in on the PLGMSG_INITPLUGIN message as the LPARAM.
typedef struct tagBABELINFO { HWND hBabel; DWORD dwBabelVer; } BABELINFO, *PBABELINFO, FAR *LPBABELINFO;
Members
hBabel The HWND of Babel. This is used with all messages to babel and passed in as the first parameter with all macros. dwBabelVer A double word that specifies the version of Babel (MAKELONG(MAKEWORD(1, 0), MAKEWORD(0, 2)) would be displayed as 1.0.02 ).
Structure Information
Headerplugin.h