[Toc][Index]

DosPortAccess



#define INCL_DOSDEVICES

USHORT  rc = DosPortAccess(Reserved, TypeOfAccess, FirstPort, LastPort);

USHORT           0;             /* 0 */
USHORT           TypeOfAccess;  /* Request or release */
USHORT           FirstPort;     /* First port number */
USHORT           LastPort;      /* Last port number */

USHORT           rc;            /* return code */


Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs