IXtfUserClient::GetPartyId Method

Returns the party ID of an existing party for the given title.

Syntax

public:
HRESULT GetPartyId(
         UINT32 titleId,
         LPBSTR pbstrPartyId
)  

Parameters

titleId
Type: UINT32 

The title ID for the party.

pbstrPartyId
Type: LPBSTR 

On successful return, points to the party ID for the party, or NULL if there is no party for the given title.

Return value

Type: HRESULT 

HRESULT success or error code.

Requirements

Header: Declared in xtfuser.h.

Library: Use xtfuser.lib.