共用方式為


GameService.PostResult 方法

定義

終止並張貼遊戲的結果。

public:
 static void PostResult(unsigned int gameVariant, GameServiceScoreKind scoreKind, long long scoreValue, GameServiceGameOutcome gameOutcome, IBuffer ^ buffer);
 static void PostResult(uint32_t const& gameVariant, GameServiceScoreKind const& scoreKind, long const& scoreValue, GameServiceGameOutcome const& gameOutcome, IBuffer const& buffer);
public static void PostResult(uint gameVariant, GameServiceScoreKind scoreKind, long scoreValue, GameServiceGameOutcome gameOutcome, IBuffer buffer);
function postResult(gameVariant, scoreKind, scoreValue, gameOutcome, buffer)
Public Shared Sub PostResult (gameVariant As UInteger, scoreKind As GameServiceScoreKind, scoreValue As Long, gameOutcome As GameServiceGameOutcome, buffer As IBuffer)

參數

gameVariant
UInt32

unsigned int

uint32_t

應用程式特定的遊戲變體識別碼。

scoreKind
GameServiceScoreKind

結果中的分數種類。

scoreValue
Int64

long long

long

結果中的分數值。

gameOutcome
GameServiceGameOutcome

遊戲的結果。

buffer
IBuffer

要包含在結果中的資料緩衝區。

備註

Windows.Phone.System.UserProfile.GameServices.Core 命名空間的所有成員只能由 XBox Live SDK使用。 除非具有ID_CAP_GAMERSERVICES功能的應用程式,否則無法呼叫這些 API。

適用於