Steamworks.NativeMethods.ISteamUnifiedMessages_SendNotification C# (CSharp) Method

ISteamUnifiedMessages_SendNotification() private method

private ISteamUnifiedMessages_SendNotification ( InteropHelp pchServiceNotification, [ pNotificationBuffer, uint unNotificationBufferSize ) : bool
pchServiceNotification InteropHelp
pNotificationBuffer [
unNotificationBufferSize uint
return bool
		public static extern bool ISteamUnifiedMessages_SendNotification(InteropHelp.UTF8StringHandle pchServiceNotification, [In, Out] byte[] pNotificationBuffer, uint unNotificationBufferSize);
#endregion
NativeMethods