Returns a list of the members of the party associated with the given title.
public:
HRESULT GetPartyMembers(
UINT32 titleId,
XTF_USER_XUID **ppMembers,
UINT32 *pCountMembers,
XTF_USER_XUID **ppReservedMembers,
UINT32 *pCountReservedMembers
)
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.
Type: HRESULT
HRESULT success or error code.
Header: Declared in xtfuser.h.
Library: Use xtfuser.lib.