Changeset 95333 in vbox
- Timestamp:
- Jun 21, 2022 7:46:32 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 151925
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/HostServices/GuestProperties/testcase/tstGuestPropSvc.cpp ¶
r95331 r95333 809 809 RT_NOREF1(pTable); 810 810 uint64_t u64Timestamp; 811 uint32_t cb ;811 uint32_t cb = 0; 812 812 if ( g_AsyncNotification.callHandle.rc != VINF_SUCCESS 813 813 || RT_FAILURE(HGCMSvcGetU64(&g_AsyncNotification.aParms[1], &u64Timestamp))
Note:
See TracChangeset
for help on using the changeset viewer.