Editor_GetVersion

返回版本號。您能直接用該內嵌函式或明確地發送 EE_GET_VERSION 消息。

Editor_GetVersion( HWND hwnd );

Editor_GetVersionEx( HWND hwnd, int* pnProductType );

參數

hwnd

指定 EmEditor 視圖或框架的視窗控制代碼。

pnProductType

指定一個指標至整數值。這個消息返回下列值之一。

VERSION_PRO

EmEditor Professional

VERSION_STD

EmEditor Standard

返回值

返回被乘以 1000 的版本號。