Click here to Skip to main content
15,886,664 members
Articles / Programming Languages / C++

Kport Direct Access I/O Ports Under Win NT/2000/XP

Rate me:
Please Sign up or sign in to vote.
3.47/5 (9 votes)
6 Apr 2005CPOL 62.5K   2.8K   29  
Two simple functions for accessing I/O ports, skiping H.A.L.
// stdafx.h: archivo de inclusi�n de los archivos de inclusi�n est�ndar del sistema,
// o archivos de inclusi�n espec�ficos de un proyecto utilizados frecuentemente,
// pero rara vez modificados

#pragma once


#define WIN32_LEAN_AND_MEAN		// Excluir material rara vez utilizado de encabezados de Windows
// Archivos de encabezado de Windows:
#include <windows.h>

// TODO: mencionar aqu� los encabezados adicionales que el programa necesita

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
Argentina Argentina
I'm Javier Güerino Palacios.
I know MFC, PHP, C, C++, C#, Java, ASM-8086.
I study Ing. Electronics and Ing. Information systems.

Comments and Discussions