Steamworks.NativeMethods.GetTicketSteamID C# (CSharp) Method

GetTicketSteamID() private method

private GetTicketSteamID ( [ rgubTicketDecrypted, uint cubTicketDecrypted, CSteamID &psteamID ) : void
rgubTicketDecrypted [
cubTicketDecrypted uint
psteamID CSteamID
return void
		public static extern void GetTicketSteamID([In, Out] byte[] rgubTicketDecrypted, uint cubTicketDecrypted, out CSteamID psteamID);
NativeMethods