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

Function Steam_FreeLastCallback

src/ColdAPI_Steam/Steam_data.cpp:379–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377 return SteamCallback::CCGetCallBack(pCallbackMsg);
378}
379EXPORTMYFUNC void Steam_FreeLastCallback(HSteamPipe hSteamPipe)
380{
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);

Callers

nothing calls this directly

Calls 1

FreeCBFunction · 0.85

Tested by

no test coverage detected