Removes specified users from a specified party.
public:
HRESULT RemoveLocalUsersFromParty(
UINT32 titleId,
XTF_USER_XUID *localUserXuids,
UINT32 countLocalUserXuids
)
titleId
Type: UINT32
The title ID associated with the party.
localUserXuids
Type: XTF_USER_XUID *
An array of local XUIDs to be removed from the given party.
countLocalUserXuids
Type: UINT32
Count of elements in the localUserXuids array.
Type: HRESULT
HRESULT success or error code.
Header: Declared in xtfuser.h.
Library: Use xtfuser.lib.