Changeset 44539 in vbox
- Timestamp:
- Feb 5, 2013 12:26:05 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo-win.cpp
r44531 r44539 823 823 ULONG cSessions = 0; 824 824 825 #ifdef DEBUG826 825 int rc2 = VbglR3GuestPropConnect(&s_uGuestPropClientID); 827 826 AssertRC(rc2); 828 #endif829 827 830 828 /* This function can report stale or orphaned interactive logon sessions … … 1016 1014 } 1017 1015 LsaFreeReturnBuffer(paSessions); 1018 #ifdef DEBUG 1016 1019 1017 s_uIter++; 1020 1018 VbglR3GuestPropDisconnect(s_uGuestPropClientID); 1021 #endif 1019 1022 1020 return rc; 1023 1021 }
Note:
See TracChangeset
for help on using the changeset viewer.