Steamworks.NativeMethods.ISteamMatchmaking_SendLobbyChatMsg C# (CSharp) Method

ISteamMatchmaking_SendLobbyChatMsg() private method

private ISteamMatchmaking_SendLobbyChatMsg ( CSteamID steamIDLobby, [ pvMsgBody, int cubMsgBody ) : bool
steamIDLobby CSteamID
pvMsgBody [
cubMsgBody int
return bool
		public static extern bool ISteamMatchmaking_SendLobbyChatMsg(CSteamID steamIDLobby, [In, Out] byte[] pvMsgBody, int cubMsgBody);
NativeMethods