Steamworks.NativeMethods.ISteamMatchmaking_GetLobbyChatEntry C# (CSharp) Method

ISteamMatchmaking_GetLobbyChatEntry() private method

private ISteamMatchmaking_GetLobbyChatEntry ( CSteamID steamIDLobby, int iChatID, CSteamID &pSteamIDUser, [ pvData, int cubData, EChatEntryType &peChatEntryType ) : int
steamIDLobby CSteamID
iChatID int
pSteamIDUser CSteamID
pvData [
cubData int
peChatEntryType EChatEntryType
return int
		public static extern int ISteamMatchmaking_GetLobbyChatEntry(CSteamID steamIDLobby, int iChatID, out CSteamID pSteamIDUser, [In, Out] byte[] pvData, int cubData, out EChatEntryType peChatEntryType);
NativeMethods