[This is preliminary documentation and subject to change.]
The ProcessCommand function processes the command returned by the context menu, which is returned in the GetContextMenu function.
ProcessCommand (
WPARAM wParam,
LPARAM lParam,
HWND hWndParent
);
The ProcessCommand function has no return values.
Several command identifiers have been reserved for specific keystrokes. These include IDM_HOTKEY_INSERT(1024), IDM_HOTKEY_DELETE(1025), and IDM_HOTKEY_RETURN(1026).