public bool GetAppStateInfo(UInt32 unAppID, ref EAppReleaseState peReleaseState, ref EAppOwernshipFlags peOwernshipFlags, ref EAppState peAppState)
 {
     return(this.GetFunction <NativeGetAppStateInfoUEEE>(this.Functions.GetAppStateInfo41)(this.ObjectAddress, unAppID, ref peReleaseState, ref peOwernshipFlags, ref peAppState));
 }
 public bool GetAppStateInfo(UInt32 unAppID, ref EAppReleaseState peReleaseState, ref EAppOwnershipFlags peOwnershipFlags, ref EAppState peAppState, ref CSteamID pSteamID)
 {
     UInt64 s0 = 0; var result = this.GetFunction <NativeGetAppStateInfoUEEEC>(this.Functions.GetAppStateInfo49)(this.ObjectAddress, unAppID, ref peReleaseState, ref peOwnershipFlags, ref peAppState, ref s0); pSteamID = new CSteamID(s0); return(result);
 }