Steamworks.NativeMethods.ISteamNetworking_GetP2PSessionState C# (CSharp) Method

ISteamNetworking_GetP2PSessionState() private method

private ISteamNetworking_GetP2PSessionState ( CSteamID steamIDRemote, P2PSessionState_t &pConnectionState ) : bool
steamIDRemote CSteamID
pConnectionState P2PSessionState_t
return bool
		public static extern bool ISteamNetworking_GetP2PSessionState(CSteamID steamIDRemote, out P2PSessionState_t pConnectionState);
NativeMethods