getDataFromDict

Gets data from a CFDataRef dictionnary entry and give up its ownership. Must be deallocated with free/freeSlice.

version(AU)
nothrow @nogc
bool
getDataFromDict
(
CFDictionaryRef pDict
,
string key
,
out ubyte[] pChunk
)

Meta