NO

Author Topic: problem with KernelIoControl function  (Read 5602 times)

sp00n

  • Guest
problem with KernelIoControl function
« on: April 19, 2007, 10:33:44 AM »
Hi all.
I wanna use the KernelIoControl function, but when I include the necessary libs and header files I have many warnings ("Missing prototypes" and "Missing type specifier.") and many errors are caused by it :(
More info in this topic:
http://www.smorgasbordet.com/forum/index.php?topic=2136.msg8035#new

Can anybody help please?

Offline frankie

  • Global Moderator
  • Member
  • *****
  • Posts: 2096
Re: problem with KernelIoControl function
« Reply #1 on: April 19, 2007, 10:39:05 AM »
Could this be of any help to understand which includes you need?
http://www.xs4all.nl/~itsme/projects/xda/wince-kernelinfo.html
It is better to be hated for what you are than to be loved for what you are not. - Andre Gide

sp00n

  • Guest
Re: problem with KernelIoControl function
« Reply #2 on: April 19, 2007, 02:11:14 PM »
Could this be of any help to understand which includes you need?
http://www.xs4all.nl/~itsme/projects/xda/wince-kernelinfo.html
Thanks for a very interesting link :) I've found there many usefull info, but nothing for my problem:(

sp00n

  • Guest
Re: problem with KernelIoControl function
« Reply #3 on: April 19, 2007, 03:01:58 PM »
Well, i'm stupid)))
I have chosen the dificult way for resolving my problem:) I used the libs from Platform Builder... But resolving is very simple: use the winioctl.h file)))
Now all works great.
Topic closed.;)