Steamapiregistercallresult

// MySteamInventoryChecker.h class MySteamInventoryChecker public: void CheckEligibility(); private: CCallResult<MySteamInventoryChecker, SteamInventoryEligibilityPrompts_t> m_EligibilityResult; void OnEligibilityResult( SteamInventoryEligibilityPrompts_t* pResult, bool bIOFailure ); ;

OnEncryptedAppTicket(EncryptedAppTicketResponse_t *pCallback, bIOFailure); Use code with caution. Copied to clipboard steamapiregistercallresult

In your handler, look up the SteamAPICall_t (passed via pResult->m_hAPICall ) to retrieve the original context. // MySteamInventoryChecker