Changeset 36283 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Mar 15, 2011 1:03:12 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 70563
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.cpp
r36258 r36283 335 335 { 336 336 Log(("VBoxGINA::WlxDisplayLockedNotice\n")); 337 /* Forward call to MSGINA. */ 338 GWlxDisplayLockedNotice(pWlxContext); 337 338 /* check if there are credentials for us, if so simulate C-A-D */ 339 if (credentialsAvailable()) 340 { 341 Log(("VBoxGINA::WlxDisplayLockedNotice: simulating C-A-D\n")); 342 /* automatic C-A-D */ 343 pWlxFuncs->WlxSasNotify(hGinaWlx, WLX_SAS_TYPE_CTRL_ALT_DEL); 344 } 345 else 346 { 347 Log(("VBoxGINA::WlxDisplayLockedNotice: starting credentials poller\n")); 348 /* start the credentials poller thread */ 349 credentialsPollerCreate(); 350 /* Forward call to MSGINA. */ 351 GWlxDisplayLockedNotice(pWlxContext); 352 } 339 353 } 340 354
Note:
See TracChangeset
for help on using the changeset viewer.