PFLobbyGetCustomContext

检索之前与此大厅对象关联的应用程序的专用自定义指针大小的上下文值。

语法

HRESULT PFLobbyGetCustomContext(  
    PFLobbyHandle lobby,  
    void** customContext  
)  

参数

lobby PFLobbyHandle

大厅的句柄。

customContext void**
输出,可能会返回 nullptr

输出自定义上下文。

返回值

类型:HRESULT

如果成功检索自定义上下文,则为 S_OK,否则为错误代码。 可通过 PFMultiplayerGetErrorMessage() 检索错误代码的可读形式。

备注

如果尚未设置自定义上下文,则 customContext 指向的值设置为 nullptr。

要求

标头: PFLobby.h

另请参阅

PFLobby 成员
PFLobbySetCustomContext