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

/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DDarwinKeyboard.cpp1431 static uint32_t darwinQueryIntProperty(IOHIDDeviceRef pHidDeviceRef, CFStringRef pProperty) argument
1437 AssertReturn(pProperty, 0);
1439 pNumberRef = IOHIDDeviceGetProperty(pHidDeviceRef, pProperty);

Completed in 51 milliseconds