EP_SYNC_NOW¶
Instructs the plug-in to sync now if the sync feature is supported.
EP_SYNC_NOW
hwnd = hwndView;
wParam = nFlags;
lParam = 0; hwndView The window handle to the EmEditor view. This value can be NULL if the active view cannot be determined. nFlags This flag can include a combination of the following values. SYNC_SETTINGS_SEND and SYNC_SETTINGS_RECEIVE cannot be specified at the same time. Value Meaning SYNC_SETTINGS_SEND The plug-in should send the settings. SYNC_SETTINGS_RECEIVE The plug-in should receive the settings. SYNC_FLAG_FORCE The plug-in should receive the settings even if the settings file timestamp is old. SYNC_FLAG_REFRESH_UI The plug-in should update UI after receiving the settings. The return value is ignored. Supported on Version 20.9 or later.Parameters¶
Return Values¶
Version¶