VirtualBox

Ignore:
Timestamp:
Jul 29, 2016 10:03:37 PM (8 years ago)
Author:
vboxsync
Message:

HostDrivers: warnings

Location:
trunk/src/VBox/HostDrivers/VBoxUSB/win
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxUSB/win/cmn/VBoxDrvTool.cpp

    r62714 r62717  
    8080    RtlInitUnicodeString(&RtlStr, pName);
    8181    NTSTATUS Status = ZwQueryValueKey(hKey,
    82                 &RtlStr,
    83                 KeyValuePartialInformation,
    84                 &Buf.Info,
    85                 sizeof(Buf),
    86                 &cbBuf);
     82                                      &RtlStr,
     83                                      KeyValuePartialInformation,
     84                                      &Buf.Info,
     85                                      sizeof(Buf),
     86                                      &cbBuf);
    8787    if (Status == STATUS_SUCCESS)
    8888    {
  • trunk/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbHook.cpp

    r62490 r62717  
    33 * Driver Dispatch Table Hooking API
    44 */
     5
    56/*
    67 * Copyright (C) 2011-2016 Oracle Corporation
     
    1415 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1516 */
     17
     18
     19/*********************************************************************************************************************************
     20*   Header Files                                                                                                                 *
     21*********************************************************************************************************************************/
    1622#include "VBoxUsbMon.h"
    1723
     24
     25/*********************************************************************************************************************************
     26*   Defined Constants And Macros                                                                                                 *
     27*********************************************************************************************************************************/
    1828#define VBOXUSBHOOK_MEMTAG 'HUBV'
     29
    1930
    2031NTSTATUS VBoxUsbHookInstall(PVBOXUSBHOOK_ENTRY pHook)
     
    132143}
    133144
    134 NTSTATUS VBoxUsbHookRequestMoreProcessingRequired(PVBOXUSBHOOK_ENTRY pHook, PDEVICE_OBJECT pDevObj, PIRP pIrp, PVBOXUSBHOOK_REQUEST pRequest)
     145NTSTATUS VBoxUsbHookRequestMoreProcessingRequired(PVBOXUSBHOOK_ENTRY pHook, PDEVICE_OBJECT pDevObj, PIRP pIrp,
     146                                                  PVBOXUSBHOOK_REQUEST pRequest)
    135147{
     148    RT_NOREF3(pHook, pDevObj, pIrp);
    136149    Assert(!pRequest->bCompletionStopped);
    137150    pRequest->bCompletionStopped = TRUE;
Note: See TracChangeset for help on using the changeset viewer.

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