Editor_RotateClip

Rotates the current position in the Clipboard history. You can use this inline function or explicitly send the EE_CLIP_HISTORY message.

Editor_RotateClip( HWND hwnd, int iDirection );

Parameters

hwnd

Specifies the window handle of the view or frame of EmEditor.

iDirection

Specifies the direction you want to rotate the current position in the Clipboard history.

Return Values

The return value is 1 is succeeded. If the message fails, the return value is -1.

Version

Supported on EmEditor Version 9.00 or later.