Add an helper function for the Key object

This commit is contained in:
Hardening 2014-04-18 23:07:43 +02:00
parent ef11358668
commit bb2852df06

View File

@ -197,6 +197,7 @@ struct _wListDictionary
};
typedef struct _wListDictionary wListDictionary;
#define ListDictionary_KeyObject(_dictionary) (&_dictionary->objectKey)
#define ListDictionary_ValueObject(_dictionary) (&_dictionary->objectValue)
WINPR_API int ListDictionary_Count(wListDictionary* listDictionary);