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

/vbox/src/VBox/HostServices/GuestProperties/
H A Dservice.cpp809 * Enumeration data shared between enumPropsCallback and Service::enumProps.
822 static DECLCALLBACK(int) enumPropsCallback(PRTSTRSPACECORE pStr, void *pvUser) function in namespace:guestProp
928 rc = RTStrSpaceEnumerate(&mhProperties, enumPropsCallback, &EnumData);

Completed in 136 milliseconds