IXtfUserClient::GetPartyMembers Method

Returns a list of the members of the party associated with the given title.

Syntax

public:
HRESULT GetPartyMembers(
         UINT32 titleId,
         XTF_USER_XUID **ppMembers,
         UINT32 *pCountMembers,
         XTF_USER_XUID **ppReservedMembers,
         UINT32 *pCountReservedMembers
)  

Parameters

titleId
Type: UINT32 

The title whose associated party members are requested.

ppMembers
Type: XTF_USER_XUID **

On succesful return, points to an array of XUIDs of party members.

pCountMembers
Type: UINT32 *

On successful return, points to the number of elements in the ppMembers array.

ppReservedMembers
Type: XTF_USER_XUID **

On successful return, points to an array of XUIDs of reserved party members.

pCountReservedMembers
Type: UINT32 *

On successful return, points to the number of elements in the ppReservedMembers array.

Return value

Type: HRESULT 

HRESULT success or error code.

Requirements

Header: Declared in xtfuser.h.

Library: Use xtfuser.lib.