MCPcopy Create free account
hub / github.com/bwapi/bwapi / spiInitializeDevice

Function spiInitializeDevice

bwapi/SNP_DirectIP/SNP/SNPModule.cpp:580–585  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

DropMessageFunction · 0.85

Tested by

no test coverage detected