다음을 통해 공유


PFInt32DictionaryEntry

int32_t 값이 있는 결합형 배열에 대한 사전 항목입니다.

구문

typedef struct PFInt32DictionaryEntry {  
    const char* key;  
    int32_t value;  
} PFInt32DictionaryEntry;  

멤버

key const char*
is null-terminated

TBD

value int32_t

미정

요구 사항

헤더: PFTypes.h

참고 항목

PFTypes 멤버