Steamworks.NativeMethods.ISteamMatchmakingServers_PlayerDetails C# (CSharp) Method

ISteamMatchmakingServers_PlayerDetails() private method

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