OS approach to finding the BOOT disk

hi im writing a tdi interface driver programming for send and recv data but when im including “tdikrnl.h”
it givin eroor in windows 7…

#include <ntddk.h>
#include “tdikrnl.h”

NTSTATUS DriverEntry( IN PDRIVER_OBJECT pDriverObject, IN PUNICODE_STRING theRegistryPath )
{

// Comment out in free build to avoid detection

return STATUS_SUCCESS;
}

this program alogo giving error…hlp rqrd</ntddk.h>

> it givin eroor in windows 7…

What error?


Maxim S. Shatskih
Windows DDK MVP
xxxxx@storagecraft.com
http://www.storagecraft.com

On Tue, Apr 24, 2012 at 6:44 PM, Maxim S. Shatskih
wrote:

> > it givin eroor in windows 7…
>
> What error?
>
its gives around 102 error and all are of syntax error in deiffrent header
file…

>
> –
> Maxim S. Shatskih
> Windows DDK MVP
> xxxxx@storagecraft.com
> http://www.storagecraft.com
>
>
> —
> NTDEV is sponsored by OSR
>
> For our schedule of WDF, WDM, debugging and other seminars visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer
>

Ramesh Kumar Patel wrote:

On Tue, Apr 24, 2012 at 6:44 PM, Maxim S. Shatskih
> wrote:
>
> > it givin eroor in windows 7…
>
> What error?
>
> its gives around 102 error and all are of syntax error in deiffrent
> header file…

Are you actually building it within one of the WDK build environments?


Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.