> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PFVirtualCurrencyRechargeTimeDictionaryEntry

> PFVirtualCurrencyRechargeTime 値を持つ連想配列のディクショナリ エントリ。

PFVirtualCurrencyRechargeTime 値を持つ連想配列のディクショナリ エントリ。

## 構文

```cpp theme={null}
typedef struct PFVirtualCurrencyRechargeTimeDictionaryEntry {  
    const char* key;  
    PFVirtualCurrencyRechargeTime const* value;  
} PFVirtualCurrencyRechargeTimeDictionaryEntry;  
```

### メンバー

**`key`**   const char\*\
*null 終端*

未定

**`value`**   [PFVirtualCurrencyRechargeTime](/services/playfab/api-references/c/pftypes/structs/pfvirtualcurrencyrechargetime) const\*

未定

## 要件

**ヘッダー:** PFTypes.h

## 関連項目

[PFTypes のメンバー](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFGetPlayerCombinedInfoResultPayload](/ja-jp/services/playfab/api-references/c/pftypes/structs/pfgetplayercombinedinforesultpayload.md)
- [Services C API overview - PFTypes.h](/ja-jp/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFVirtualCurrencyRechargeTime](/ja-jp/services/playfab/api-references/c/pftypes/structs/pfvirtualcurrencyrechargetime.md)
- [PFDateTimeDictionaryEntry](/ja-jp/services/playfab/api-references/c/pftypes/structs/pfdatetimedictionaryentry.md)
- [character_virtual_currency_balance_changed](/ja-jp/services/playfab/api-references/events/Character/character-virtual-currency-balance-changed.md)
