VirtualBox

Ignore:
Timestamp:
Apr 26, 2012 11:36:57 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
77635
Message:

supdrvOSLdrNotifyOpened so we can record the load address in NVRAM if we choose to.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp

    r38323 r41067  
    250250
    251251    /*
    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.
    256256     */
    257257    NTSTATUS rcNt;
     
    503503            {
    504504                /*
    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
    508508                 *       in order to get the session handling right.
    509509                 */
     
    780780
    781781
     782void VBOXCALL   supdrvOSLdrNotifyOpened(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage)
     783{
     784    NOREF(pDevExt); NOREF(pImage);
     785}
     786
     787
    782788int  VBOXCALL   supdrvOSLdrValidatePointer(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage, void *pv, const uint8_t *pbImageBits)
    783789{
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette