Inserts data from the clipboard into an edit control at the current cursor position.
Edit box, edit field, and combo box.
status = Send_Message(controlID, "PASTE")
If the operation is unsuccessful, returns 0.