Steamworks.NativeMethods.GetTicketAppID C# (CSharp) Method

GetTicketAppID() private method

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