Changeset 95329 in vbox
- Timestamp:
- Jun 21, 2022 2:49:47 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestProperties/testcase/tstGuestPropSvc.cpp
r93115 r95329 770 770 HGCMSvcSetU64(&g_AsyncNotification.aParms[1], 0); 771 771 HGCMSvcSetPv(&g_AsyncNotification.aParms[2], (void *)g_AsyncNotification.abBuffer, 772 772 sizeof(g_AsyncNotification.abBuffer)); 773 773 g_AsyncNotification.callHandle.rc = VINF_HGCM_ASYNC_EXECUTE; 774 774 pTable->pfnCall(pTable->pvService, &g_AsyncNotification.callHandle, 0, NULL,
Note:
See TracChangeset
for help on using the changeset viewer.