Sample Code

Windows Driver Samples/ NDIS Virtual Miniport Driver/ C++/ netvmin6.h/

/*++

Copyright (c) Microsoft Corporation.  All rights reserved.

    THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
    KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
    IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
    PURPOSE.

Module Name:

   Netvmin6.H

Abstract:

    This module collects all the headers needed to compile the netvmin6 sample.

--*/


#ifndef _NETVMIN6_H
#define _NETVMIN6_H


#include <ndis.h>


// Tell the analysis tools that this code should be treated as a kernel driver.
_Analysis_mode_(_Analysis_code_type_kernel_driver_);

#include "trace.h"
#include "hardware.h"
#include "miniport.h"
#include "vmq.h"
#include "qos.h"
#include "adapter.h"
#include "mphal.h"
#include "tcbrcb.h"
#include "datapath.h"
#include "ctrlpath.h"



#endif // _NETVMIN6_H

Our Services

  • What our customers say about us?

© 2011-2024 All Rights Reserved. Joya Systems. 4425 South Mopac Building II Suite 101 Austin, TX 78735 Tel: 800-DEV-KERNEL

Privacy Policy. Terms of use. Valid XHTML & CSS