VirtualBox

Changeset 58185 in vbox


Ignore:
Timestamp:
Oct 12, 2015 1:49:53 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
103299
Message:

VBoxGuestLib: u32ClientI[Dd] -> idClient. Some cleanups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibVideo.cpp

    r58183 r58185  
    324324    if (RT_SUCCESS(rc))
    325325        rc = VbglR3GuestPropEnum(idClient, &pszPattern, 1, &pHandle, &pszName, NULL, NULL, NULL);
    326     if (u32ClientId != 0)
    327         rc2 = VbglR3GuestPropDisconnect(u32ClientId);
     326    if (idClientId != 0)
     327        rc2 = VbglR3GuestPropDisconnect(idClientId);
    328328    if (RT_SUCCESS(rc))
    329329        rc = rc2;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette