CFDictionaryGetTypeID()
Returns the type identifier for the CFDictionary opaque type.
Declaration
func CFDictionaryGetTypeID() -> CFTypeIDReturn Value
The type identifier for the CFDictionary opaque type.
Discussion
CFMutableDictionary objects have the same type identifier as CFDictionary objects.