Sample Code

Windows Driver Samples/ WDF Hybrid 1394 Virtual Device Sample Driver/ C++/ kmdf/ kmdf_vdev.h/

/*++

Copyright (c)  Microsoft Corporation

Module Name:

    kmdf_vdev.h

Abstract:

  Base header file for WDF hybrid 1394 virtual device driver.


--*/
#ifndef _KMDF_VDEV_H_
#define _KMDF_VDEV_H_

#include <wdm.h>
#include <wdf.h>

#pragma warning(disable:4214)  // bit field types other than int warning

#include <1394.h>

#pragma warning(default:4214)

#include "wdf_common.h"
#include "wdf_vdev_api.h"
#include "kmdf_vdev_debug.h"
#include "kmdf_vdev_sample.h"

#endif // #ifndef _KMDF_VDEV_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