PFLobbyGetMemberPropertyKeys
获取指定成员的属性键的列表。
语法
HRESULT PFLobbyGetMemberPropertyKeys(
PFLobbyHandle lobby,
const PFEntityKey* member,
uint32_t* propertyCount,
const char* const** keys
)
参数
lobby
PFLobbyHandle
大厅的句柄。
member
PFEntityKey*
正在查询的成员。
propertyCount
uint32_t*
输出
成员属性的输出计数。
keys
char* const**
大小为 *propertyCount
的库分配的输出数组
成员属性键的输出数组。
返回值
类型:HRESULT
如果调用成功,则为 S_OK
,否则为错误代码。 可通过 PFMultiplayerGetErrorMessage() 检索错误代码的可读形式。
备注
每个成员的属性仅对大厅的成员和服务器可见(如果这是服务器拥有的大厅)。
如果成员仍在通过 PFMultiplayerCreateAndJoinLobby()、PFMultiplayerJoinLobby() 或 PFLobbyAddMember 异步加入此大厅的过程中,则此方法将不返回任何键。
要求
标头: PFLobby.h