Steamworks.NativeMethods.ISteamGameServerUtils_IsAPICallCompleted C# (CSharp) Method

ISteamGameServerUtils_IsAPICallCompleted() private method

private ISteamGameServerUtils_IsAPICallCompleted ( SteamAPICall_t hSteamAPICall, bool &pbFailed ) : bool
hSteamAPICall SteamAPICall_t
pbFailed bool
return bool
		public static extern bool ISteamGameServerUtils_IsAPICallCompleted(SteamAPICall_t hSteamAPICall, out bool pbFailed);
NativeMethods