VirtualBox

Changeset 45140 in vbox for trunk/src/VBox/Additions/WINNT


Ignore:
Timestamp:
Mar 22, 2013 12:15:11 PM (12 years ago)
Author:
vboxsync
Message:

VBoxTray: wrip pid/tid aquisition with LOG_ENABLED

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxSeamless.cpp

    r45137 r45140  
    161161        GetWindowText(hwnd, szWindowText, sizeof(szWindowText));
    162162
     163#ifdef LOG_ENABLED
    163164        DWORD pid = 0;
    164165        DWORD tid = GetWindowThreadProcessId(hwnd, &pid);
     166#endif
    165167
    166168        /* Filter out Windows XP shadow windows */
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