Changeset 45140 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Mar 22, 2013 12:15:11 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxSeamless.cpp
r45137 r45140 161 161 GetWindowText(hwnd, szWindowText, sizeof(szWindowText)); 162 162 163 #ifdef LOG_ENABLED 163 164 DWORD pid = 0; 164 165 DWORD tid = GetWindowThreadProcessId(hwnd, &pid); 166 #endif 165 167 166 168 /* Filter out Windows XP shadow windows */
Note:
See TracChangeset
for help on using the changeset viewer.