IXtfUserClient::RemoveLocalUsersFromParty Method

Removes specified users from a specified party.

Syntax

public:
HRESULT RemoveLocalUsersFromParty(
         UINT32 titleId,
         XTF_USER_XUID *localUserXuids,
         UINT32 countLocalUserXuids
)  

Parameters

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.

Return value

Type: HRESULT 

HRESULT success or error code.

Requirements

Header: Declared in xtfuser.h.

Library: Use xtfuser.lib.