XblSocialAddSocialRelationshipChangedHandler
为注册用户导致的社交关系更改的通知注册事件处理程序。
语法
XblFunctionContext XblSocialAddSocialRelationshipChangedHandler(
XblContextHandle xboxLiveContext,
XblSocialRelationshipChangedHandler handler,
void* handlerContext
)
参数
xboxLiveContext _In_
类型:XblContextHandle
使用 XblContextCreateHandle 创建的 xbox live 上下文句柄。
handler _In_
类型:XblSocialRelationshipChangedHandler
接收通知的回调函数。
handlerContext _In_opt_
类型:void*
要传递回处理程序的客户端上下文指针。
返回值
类型:XblFunctionContext
用于删除处理程序的 XblFunctionContext。
备注
仅当用户更改与其他用户的关系时,此处理程序才会触发。 如果另一个用户更改与该用户的关系时,此处理程序不会触发。 调用 XblSocialRemoveSocialRelationshipChangedHandler 以取消注册事件处理程序。
要求
头文件:social_c.h
图书馆: Microsoft.Xbox.Services.14x.GDK.C.lib