语法
参数
lobby PFLobbyHandle
大厅的句柄。
propertyCount uint32_t*output 输出的搜索属性计数。
keys char* const**library-allocated output array of size
*propertyCount
输出的搜索属性键数组。
返回值
类型:HRESULT 如果调用成功,则为S_OK;否则为错误代码。可通过 PFMultiplayerGetErrorMessage() 检索错误代码的可读形式。
备注
搜索属性作为元数据对大厅的非成员可见,可用于过滤和排序大厅搜索结果。如果此大厅对象仍处于通过调用 PFMultiplayerCreateAndJoinLobby()、PFMultiplayerCreateAndClaimServerLobby、PFMultiplayerClaimServerLobby() 或 PFMultiplayerJoinLobby() 异步创建、加入或领取的过程中,则此方法将不返回任何键。
