EE_GET_VERSION¶
Returns the version number. You can send this message explicitly or by using the Editor_GetVersion inline function.
EE_GET_VERSION
wParam = pnProductType;
lParam = 0;
Parameters¶
pnProductType
Specifies a pointer to an integer value. This message returns one of the following values.
VERSION_PRO | EmEditor Professional |
VERSION_STD | EmEditor Standard |
Return Values¶
Returns the version number multiplied by 1000.