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

Function spiFreeExternalMessage

bwapi/SNP_DirectIP/SNP/SNPModule.cpp:531–539  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

529 }
530 //------------------------------------------------------------------------------------------------------------------------------------
531 BOOL __stdcall spiFreeExternalMessage(SOCKADDR * addr, char *data, DWORD databytes)
532 {
533 DropMessage(0, "spiFreeExternalMessage");
534 /*
535 // This function is complete
536 SetLastError(ERROR_INVALID_PARAMETER);
537 */
538 return FALSE;
539 }
540
541
542

Callers

nothing calls this directly

Calls 1

DropMessageFunction · 0.85

Tested by

no test coverage detected