Steamworks.NativeMethods.ISteamGameServerUtils_IsAPICallCompleted C# (CSharp) 메소드

ISteamGameServerUtils_IsAPICallCompleted() 개인적인 메소드

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