PartyManager::GetProfilingCallbacksForMethodEntryExit
检索 Party 库配置为在进入或退出工具化方法时所使用的分析事件回调。
语法
PartyError GetProfilingCallbacksForMethodEntryExit(
PartyProfilingMethodEntranceCallback* profilingMethodEntranceCallback,
PartyProfilingMethodExitCallback* profilingMethodExitCallback
)
参数
profilingMethodEntranceCallback
PartyProfilingMethodEntranceCallback*
库分配的输出,可能返回 nullptr
当 Party 库输入用于分析的内部方法时要进行的回调指针。
profilingMethodExitCallback
PartyProfilingMethodExitCallback*
库分配的输出,可能返回 nullptr
当 Party 库即将退出用于分析的内部方法时要进行的回调指针。
返回值
PartyError
如果调用成功,则为 c_partyErrorSuccess
,否则为错误代码。 可通过 GetErrorMessage() 检索错误代码的可读形式。
备注
此方法检索参与方库为检测的事件类型调用的分析回调函数。
等于 nullptr
的回调指示 Party 库不会对该事件类型进行任何分析回调。
此方法仅在 Windows 和 Microsoft Game Core 版本的库上受支持。 其他平台上的调用将失败。
要求
标题: Party.h
另请参阅
PartyManager
PartyProfilingMethodEntranceCallback
PartyProfilingMethodExitCallback
PartyManager::SetProfilingCallbacksForMethodEntryExit