Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

43 lines
582 B

/*++
Copyright (c) 1992 Microsoft Corporation
Module Name:
ltsend.h
Abstract:
This module contains the send related definitions.
Author:
Stephen Hou ([email protected])
Nikhil Kamkolkar ([email protected])
Revision History:
19 Jun 1992 Initial Version ([email protected])
Notes: Tab stop: 4
--*/
#ifndef _LTSEND_H_
#define _LTSEND_H_
NDIS_STATUS
LtSend(
IN NDIS_HANDLE MacBindingHandle,
IN PNDIS_PACKET Packet);
VOID
LtSendProcessQueue(
IN PLT_ADAPTER Adapter);
#ifdef LTSEND_H_LOCALS
#endif // LTSEND_H_LOCALS
#endif // _LTSEND_H_