Steamworks.NativeMethods.ISteamMatchmaking_GetLobbyDataByIndex C# (CSharp) Method

ISteamMatchmaking_GetLobbyDataByIndex() private method

private ISteamMatchmaking_GetLobbyDataByIndex ( CSteamID steamIDLobby, int iLobbyData, IntPtr pchKey, int cchKeyBufferSize, IntPtr pchValue, int cchValueBufferSize ) : bool
steamIDLobby CSteamID
iLobbyData int
pchKey IntPtr
cchKeyBufferSize int
pchValue IntPtr
cchValueBufferSize int
return bool
		public static extern bool ISteamMatchmaking_GetLobbyDataByIndex(CSteamID steamIDLobby, int iLobbyData, IntPtr pchKey, int cchKeyBufferSize, IntPtr pchValue, int cchValueBufferSize);
NativeMethods