Editor_GetAccelArray

Retrieves the array of the shortcut keys. You can use this inline function or explicitly send the EE_GET_ACCEL_ARRAY message.

Editor_GetAccelArray( HWND hwnd, ACCEL* pAccel, UINT nBufSize );

Parameters

hwnd

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

nBufSize

Specifies the size of the buffer, in ACCEL, that will receive the shortcut key arrays.

pAccel

Specifies the pointer to the buffer that receives the array of the ACCEL structures.

Return Values

The return value is the size of the buffer, in ACCEL, that is needed to  receive the shortcut key arrays.

Version

Supported on EmEditor Version 7.00 or later.