home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 June / PCpro_2006_06.ISO / files / mstools / MSRMesh-VirtualWIFI.MSI / ioctl.h14 < prev    next >
Encoding:
Text File  |  2005-06-24  |  248 b   |  16 lines

  1. /*
  2.  * Author   : Ranveer Chandra
  3.  * Directory: VirtualWiFi_Root\VirtualWiFihelper
  4.  * File Name: ioctl.h
  5.  */
  6.  
  7. #ifndef _IOCTL
  8. #define _IOCTL
  9. #include <devioctl.h>
  10.  
  11. #include "ioctlcodes.h"
  12.  
  13. typedef    ULONG SwitchingTime;
  14.  
  15. #endif //_IOCTL
  16.