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 10000. For instance, if the version number is 25.1.907, the return value will be 251907.