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

/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DDarwinKeyboard.cpp790 CFMutableDictionaryRef PropertiesRef = 0; local
791 kern_return_t krc = IORegistryEntryCreateCFProperties(KeyboardDevice, &PropertiesRef, kCFAllocatorDefault, kNilOptions);
794 darwinBruteForcePropertySearch(PropertiesRef, pKeyboardEntry);
795 CFRelease(PropertiesRef);

Completed in 50 milliseconds