Sample Code

windows driver samples/ Near-Field Proximity Sample Driver (UMDF Version 1)/ C++/ exe/ precomp.h/

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) Microsoft Corporation. All rights reserved.
// 
// Module Name: precomp.h
// Abstract:
// 
//    Precompiled header file for the NetNfpControl console app
//
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
#pragma once

#ifndef UNICODE
#define UNICODE
#endif

#ifndef _UNICODE
#define _UNICODE
#endif

// Windows Headers
#include <windows.h>
#include <Winsock2.h>
#include <Mswsock.h>
#include <Ws2bth.h>
#include <Ws2tcpip.h>
#include <conio.h>
#include <setupapi.h>
#include <tchar.h>
#include <strsafe.h>
#include <winioctl.h>

// ATL stuff
#include <atlbase.h>

// Common NetNfp header
#include "NetNfp.h"

Our Services

  • What our customers say about us?

© 2011-2025 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