Changeset 45779 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Apr 26, 2013 3:18:59 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 85346
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp
r45778 r45779 1012 1012 USHORT *pProtocolType = NULL; 1013 1013 DWORD cbBuf = 0; 1014 Assert(0);1015 1014 if (gVBoxSt.pfnWTSQuerySessionInformationA(WTS_CURRENT_SERVER_HANDLE, WTS_CURRENT_SESSION, WTSConnectState, (LPTSTR *)&penmConnectState, &cbBuf)) 1016 1015 { … … 1063 1062 rc = VERR_NOT_SUPPORTED; 1064 1063 } 1065 1066 Assert(0);1067 1068 1064 1069 1065 if (rc == VINF_SUCCESS)
Note:
See TracChangeset
for help on using the changeset viewer.