When I tested PassThru, a sample IM driver in Windows 2003 DDK,with HCT 11.2 ChkINF, I found the following error
"Line 33: ERROR: (DE22.19.4011) The AddService ServiceName parameter must match the NDI\Service entry in the Registry. "
Can't the sample driver supplied by Microsoft pass the HCT test?

Re: why PassThru couldn't pass ChkINF test? by Thomas

Thomas
Mon Nov 17 23:16:09 CST 2003

Eliyas Yakub of Microsoft answered this question back in May, 2003. See copy
of his response below your post.

Hope this helps,

Thomas F. Divine
www.rawether.net

"Jianguo Zhang" <jgzhang@udtech.com.cn> wrote in message
news:1BD30412-6AB4-40E0-B0F6-2F8B9F62649B@microsoft.com...
> When I tested PassThru, a sample IM driver in Windows 2003 DDK,with HCT
11.2 ChkINF, I found the following error:
> "Line 33: ERROR: (DE22.19.4011) The AddService ServiceName parameter must
match the NDI\Service entry in the Registry. "
> Can't the sample driver supplied by Microsoft pass the HCT test?
=============================================
From: "Eliyas Yakub [MSFT]" <eliyasy@online.microsoft.com>
References: <edEwkFjFDHA.3840@tk2msftngp13.phx.gbl>
Subject: Re: NDIS IM inf
Newsgroups: microsoft.public.development.device.drivers

You can ignore those errors..

--
-Eliyas
This posting is provided "AS IS" with no warranties, and confers no rights.
http://www.microsoft.com/hwdev/driver/KB-drv.asp


"Gavin Watkinson" <gavin.watkinson@preventon.com> wrote in message
news:edEwkFjFDHA.3840@tk2msftngp13.phx.gbl...
> Hi
>
> I've got a problem with the ndis im inf file, when running it through
chkinf for
> whql.
>
> I get the following 2 errors
> Line 44: ERROR: (E22.1.1087) Value side of directive cannot be blank.
>
> This is to do with the copyfiles, which is left blank as there are no
files to copy
>
> Line 47: ERROR: (DE22.19.4011) The AddService ServiceName parameter must
match
> the NDI\Service entry in the Registry.
>
> This does match, as far as i can see
>
> I tried this with the inf file for the passthru sample and the same errors
occur
>
> TIA
> Cheers
> Gavin
>