Returns the party ID of an existing party for the given title.
public:
HRESULT GetPartyId(
UINT32 titleId,
LPBSTR pbstrPartyId
)
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.
Type: HRESULT
HRESULT success or error code.
Header: Declared in xtfuser.h.
Library: Use xtfuser.lib.