XStorePackageLicenseLostCallback

针对许可证丢失事件的游戏定义的回调。

语法

void XStorePackageLicenseLostCallback(  
         void* context  
)  

参数

context _In_
类型:void*

要传递给回调的游戏定义的上下文。

返回值

类型:void

备注

要调用此游戏定义的函数,必须首先使用 XStoreRegisterPackageLicenseLost 函数进行注册。 此函数必须与 XStorePackageLicenseLostCallback 的返回类型和参数匹配。 为了避免内存泄漏,在完成回调函数后,必须调用 XStoreUnregisterPackageLicenseLost

要求

头文件:XStore.h(包含在 XGameRuntime.h 中)

库:xgameruntime.lib

支持平台:Windows、Xbox One 系列主机和 Xbox Series 主机

另请参阅

XStore
XStoreRegisterPackageLicenseLost
XStoreUnregisterPackageLicenseLost