Changeset 75773 in vbox for trunk/include/VBox/HostServices
- Timestamp:
- Nov 27, 2018 2:14:41 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/Service.h
r75500 r75773 289 289 static DECLCALLBACK(int) svcConnect(void *pvService, 290 290 uint32_t u32ClientID, 291 void *pvClient) 292 { 291 void *pvClient, 292 uint32_t fRequestor, 293 bool fRestoring) 294 { 295 RT_NOREF(fRequestor, fRestoring); 293 296 AssertLogRelReturn(VALID_PTR(pvService), VERR_INVALID_PARAMETER); 294 297 LogFlowFunc(("pvService=%p, u32ClientID=%u, pvClient=%p\n", pvService, u32ClientID, pvClient));
Note:
See TracChangeset
for help on using the changeset viewer.