Steamworks.NativeMethods.BUserOwnsAppInTicket C# (CSharp) Method

BUserOwnsAppInTicket() private method

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