Steamworks.NativeMethods.ISteamMatchmakingServers_PingServer C# (CSharp) Method

ISteamMatchmakingServers_PingServer() private method

private ISteamMatchmakingServers_PingServer ( uint unIP, ushort usPort, IntPtr pRequestServersResponse ) : int
unIP uint
usPort ushort
pRequestServersResponse IntPtr
return int
		public static extern int ISteamMatchmakingServers_PingServer(uint unIP, ushort usPort, IntPtr pRequestServersResponse);
NativeMethods