------------------------------------------------------------------------------------------------------------------------------------
| 578 | |
| 579 | //------------------------------------------------------------------------------------------------------------------------------------ |
| 580 | BOOL __stdcall spiInitializeDevice(int a1, void *a2, void *a3, DWORD *a4, void *a5) |
| 581 | { |
| 582 | DropMessage(0, "spiInitializeDevice"); |
| 583 | // This function is complete |
| 584 | return FALSE; |
| 585 | } |
| 586 | //------------------------------------------------------------------------------------------------------------------------------------ |
| 587 | BOOL __stdcall spiReceiveExternalMessage(SOCKADDR * *addr, char **data, DWORD *databytes) |
| 588 | { |
nothing calls this directly
no test coverage detected