EE_GET_CMD_ID¶
Obtains the Plug-in command ID. You can send this message explicitly or by using the Editor_GetCmdID inline function.
EE_GET_CMD_ID
wParam = 0;
lParam = (LPARAM) (HINSTANCE) hInstance
Parameters¶
hInstance
Specifies the Plug-in instance handle.
Return Values¶
Returns command ID to run this Plug-in.