VirtualBox

Changeset 58188 in vbox


Ignore:
Timestamp:
Oct 12, 2015 1:56:16 PM (9 years ago)
Author:
vboxsync
Message:

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

File:
1 edited

Legend:

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

    r58187 r58188  
    332332        const char *pszPattern = VIDEO_PROP_PREFIX"*";
    333333        rc = VbglR3GuestPropEnum(idClient, &pszPattern, 1, &pHandle, &pszName, NULL, NULL, NULL);
    334         int rc2 = VbglR3GuestPropDisconnect(idClientId);
     334        int rc2 = VbglR3GuestPropDisconnect(idClient);
    335335        if (RT_FAILURE(rc2) && RT_SUCCESS(rc))
    336336            rc = rc2;
Note: See TracChangeset for help on using the changeset viewer.

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