| 32 | uint64_t Call; |
| 33 | } CSteamAPIResult_t; |
| 34 | struct CCallbackMsg_t |
| 35 | { |
| 36 | int32_t m_hSteamUser; |
| 37 | int m_iCallback; |
| 38 | unsigned char* m_pubParam; |
| 39 | int m_cubParam; |
| 40 | }; |
| 41 | struct CCSteamAPICallCompleted_t |
| 42 | { |
| 43 | enum { k_iCallback = 700 + 3 }; |
nothing calls this directly
no outgoing calls
no test coverage detected