Changeset 41067 in vbox for trunk/src/VBox/HostDrivers/Support/win
- Timestamp:
- Apr 26, 2012 11:36:57 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77635
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp
r38323 r41067 250 250 251 251 /* 252 * Don't create a session for kernel clients, they'll close the handle 253 * immediately and work with the file object via 254 * VBoxDrvNtInternalDeviceControl. The first request will there be one 255 * to create a session. 252 * Don't create a session for kernel clients, they'll close the handle 253 * immediately and work with the file object via 254 * VBoxDrvNtInternalDeviceControl. The first request will there be one 255 * to create a session. 256 256 */ 257 257 NTSTATUS rcNt; … … 503 503 { 504 504 /* 505 * Call the generic code. 506 * 507 * Note! Connect and disconnect requires some extra attention 505 * Call the generic code. 506 * 507 * Note! Connect and disconnect requires some extra attention 508 508 * in order to get the session handling right. 509 509 */ … … 780 780 781 781 782 void VBOXCALL supdrvOSLdrNotifyOpened(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage) 783 { 784 NOREF(pDevExt); NOREF(pImage); 785 } 786 787 782 788 int VBOXCALL supdrvOSLdrValidatePointer(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage, void *pv, const uint8_t *pbImageBits) 783 789 {
Note:
See TracChangeset
for help on using the changeset viewer.