Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Dictionary entry for an associative array with PFProfilesEntityStatisticValue values.
Syntax
typedef struct PFEntityStatisticValueDictionaryEntry {
const char* key;
PFEntityStatisticValue const* value;
} PFEntityStatisticValueDictionaryEntry;
Members
key const char*
is null-terminated
TBD
value PFEntityStatisticValue const*
TBD
Requirements
Header: PFProfilesTypes.h