Steamworks.NativeMethods.BUserIsVacBanned C# (CSharp) Method

BUserIsVacBanned() private method

private BUserIsVacBanned ( [ rgubTicketDecrypted, uint cubTicketDecrypted ) : bool
rgubTicketDecrypted [
cubTicketDecrypted uint
return bool
		public static extern bool BUserIsVacBanned([In, Out] byte[] rgubTicketDecrypted, uint cubTicketDecrypted);
NativeMethods