Searched defs:BytesNeeded (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/drv/
H A DVBoxNetFltM-win.cpp597 OUT PULONG BytesNeeded)
627 pNetFlt->u.s.WinIf.pcPDRBytesNeeded = BytesNeeded;
772 OUT PULONG BytesNeeded)
796 *BytesNeeded = 0;
801 *BytesNeeded = sizeof (NDIS_DEVICE_POWER_STATE);
818 pNetFlt->u.s.WinIf.pcPDRBytesNeeded = BytesNeeded;
891 OUT PULONG BytesNeeded)
911 *BytesNeeded = 0;
1052 *BytesNeeded = sizeof (ULONG64);
1066 *BytesNeeded
592 vboxNetFltWinMpQueryInformation(IN NDIS_HANDLE MiniportAdapterContext, IN NDIS_OID Oid, IN PVOID InformationBuffer, IN ULONG InformationBufferLength, OUT PULONG BytesWritten, OUT PULONG BytesNeeded) argument
767 vboxNetFltWinMpSetInformation(IN NDIS_HANDLE MiniportAdapterContext, IN NDIS_OID Oid, IN PVOID InformationBuffer, IN ULONG InformationBufferLength, OUT PULONG BytesRead, OUT PULONG BytesNeeded) argument
886 vboxNetFltWinMpQueryInformation(IN NDIS_HANDLE MiniportAdapterContext, IN NDIS_OID Oid, IN PVOID InformationBuffer, IN ULONG InformationBufferLength, OUT PULONG BytesWritten, OUT PULONG BytesNeeded) argument
1140 vboxNetFltWinMpSetInformation(IN NDIS_HANDLE MiniportAdapterContext, IN NDIS_OID Oid, IN PVOID InformationBuffer, IN ULONG InformationBufferLength, OUT PULONG BytesRead, OUT PULONG BytesNeeded) argument
[all...]

Completed in 45 milliseconds