MCPcopy Create free account
hub / github.com/Rat431/ColdAPI_Steam / Steam_GetAPICallResult

Function Steam_GetAPICallResult

src/ColdAPI_Steam/Steam_data.cpp:383–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381 SteamCallback::FreeCB();
382}
383EXPORTMYFUNC bool Steam_GetAPICallResult(HSteamPipe hSteamPipe, SteamAPICall_t hSteamAPICall, void* pCallback, int cubCallback, int iCallbackExpected, bool* pbFailed)
384{
385 return SteamCallback::CCGetAPICallResult(hSteamAPICall, pCallback, cubCallback, iCallbackExpected, pbFailed);
386}
387
388// Steam client
389EXPORTMYFUNC HSteamPipe Steam_CreateSteamPipe()

Callers

nothing calls this directly

Calls 1

CCGetAPICallResultFunction · 0.85

Tested by

no test coverage detected