mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-14 06:40:41 +00:00
14 lines
696 B
C#
14 lines
696 B
C#
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
// This file is automatically generated. Changes to this file may be overwritten.
|
|
|
|
namespace Epic.OnlineServices.Ecom
|
|
{
|
|
/// <summary>
|
|
/// Function prototype definition for callbacks passed to <see cref="EcomInterface.QueryOwnershipToken" />
|
|
/// </summary>
|
|
/// <param name="data">A <see cref="QueryEntitlementsCallbackInfo" /> containing the output information and result</param>
|
|
public delegate void OnQueryEntitlementsCallback(QueryEntitlementsCallbackInfo data);
|
|
|
|
[System.Runtime.InteropServices.UnmanagedFunctionPointer(Config.LibraryCallingConvention)]
|
|
internal delegate void OnQueryEntitlementsCallbackInternal(System.IntPtr data);
|
|
} |