Steamworks.NativeMethods.ISteamUtils_IsAPICallCompleted C# (CSharp) Method

ISteamUtils_IsAPICallCompleted() private method

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