Steamworks.NativeMethods.GetTicketAppID C# (CSharp) Метод

GetTicketAppID() приватный Метод

private GetTicketAppID ( [ rgubTicketDecrypted, uint cubTicketDecrypted ) : uint
rgubTicketDecrypted [
cubTicketDecrypted uint
Результат uint
		public static extern uint GetTicketAppID([In, Out] byte[] rgubTicketDecrypted, uint cubTicketDecrypted);
NativeMethods