chiph,
Thanks for the reply. DeviceIoControl is part of the win32 API, it is located in Kernel32.dll
I am writing an app that will hide registry entries, to accomplish this I wrote a VxD. To call routines in the VxD I
need to use DeviceIoControl calls.