DWORD DLEX It_SendReturn(HANDLE hMr, PPIT_EVENT ppEvt);
Parameters
hMr |
Connection handle |
ppEvt |
Pointer to a pointer to the IT_EVENT structure |
Return Value
Returns TRUE on success, FALSE on error.
Comments
Sets the IT_EVENT key field to VK_RETURN and sends the event. This has the same effect as using the Enter key or toolbar button when using the SAPGUI.
See Also
It_SendEvent, It_SendPFKeyID.