다음을 통해 공유


PFUint32DictionaryEntry

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

구문

typedef struct PFUint32DictionaryEntry {  
    const char* key;  
    uint32_t value;  
} PFUint32DictionaryEntry;  

멤버

key const char*
is null-terminated

TBD

value uint32_t

미정

요구 사항

헤더: PFTypes.h

참고 항목

PFTypes 멤버