| 677 | } |
| 678 | |
| 679 | DWORD WINAPI DropHelper::StaticDragDropThread(LPVOID param) { |
| 680 | DropHelper * pDH = (DropHelper*)param; |
| 681 | return pDH->DragDropThread(); |
| 682 | } |
| 683 | |
| 684 | int DropHelper::DragDropThread() { |
| 685 | int result = 0; |
nothing calls this directly
no test coverage detected