Searched defs:hArray (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Network/
H A DDrvNAT.cpp1649 CFArrayRef hArray = CFArrayCreate(NULL, (const void **)aWatchKeys, 1, &kCFTypeArrayCallBacks); local
1651 if (hArray)
1653 if (SCDynamicStoreSetNotificationKeys(hDynStor, hArray, NULL))
1664 CFRelease(hArray);

Completed in 60 milliseconds