windows-nt/Source/XPSP1/NT/net/sockets/winsock2/ws2help/ws2ifsl/misc.h

45 lines
698 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
Copyright (c) 1989 Microsoft Corporation
Module Name:
misc.c
Abstract:
This module contains declarations of functions and globals
for helper routines not readily available
in kernel or TDI libraries for ws2ifsl.sys driver.
Author:
Vadim Eydelman (VadimE) Dec-1996
Revision History:
--*/
ULONG
CopyMdlChainToBuffer(
IN PMDL SourceMdlChain,
IN PVOID Destination,
IN ULONG DestinationLength
);
VOID
AllocateMdlChain(
IN PIRP Irp,
IN LPWSABUF BufferArray,
IN ULONG BufferCount,
OUT PULONG TotalByteCount
);
ULONG
CopyBufferToMdlChain(
IN PVOID Source,
IN ULONG SourceLength,
IN PMDL DestinationMdlChain
);