次の方法で共有


PFAuthenticationDeleteRequest

PFAuthenticationDeleteRequest データ モデル。 game_server エンティティを削除します。 呼び出し元は、自身を削除しようとしている game_server エンティティである可能性があります。 または、このタイトルの game_server エンティティを削除しようとしているタイトル エンティティ。

構文

typedef struct PFAuthenticationDeleteRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    PFEntityKey const* entity;  
} PFAuthenticationDeleteRequest;  

メンバー

customTags PFStringDictionaryEntry const*
nullptr でもかまいません

(省略可能) 要求に関連付けられているオプションのカスタム タグ (ビルド番号、外部トレース識別子など)。

customTagsCount uint32_t

customTags の数

entity PFEntityKey const*

削除する game_server エンティティ。

要件

ヘッダー: PFAuthenticationTypes.h

関連項目

PFAuthenticationTypes メンバー