Reply for Re: Regarding NdisMRegiterDevice.

Hi people,

Steve, I’ve already tried creating a device object using IoCreateDevice
and I have created it successfuly, but the problem is that i’am unable to
get a particular Irp i.e IRP_MJ_SYSTEM_CONTROL after using the
IoWMIRegistrationControl.(When you use this IoWMIRegistrationControl the I/O
manager sends a IRP_MJ_SYSTEM_CONTROL which is to be serviced by our
driver).

Vitaly, you suggested using NdisMRegisterDevice. What you mean to say is
that, I should be using this inside the MiniportInitialize handler. Is that
so?.

Eliyasy, you told me to check with the Win XP DDK documentation. I checked
that out at www.microsoft.com/ddk. This site says that WinXp ddk is not for
download.So I have to check the MSDN help.

Thanks for all your help.

Regards,
Mohasin.

==================================================
Syed Mohasin Zaki
Engineer-Software

Wipro Technologies
475A, Old Mahabalipuram Road,
Sholinganallur,
Chennai - 600 119. INDIA
Tel : 91-44-4500200 to 212 Extn:2284
Fax : 91-44-4500250
xxxxx@wipro.com
www.wipro.com
World’s First SEI CMM LEVEL5 Software Services Company


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Mohasin,

You can view the WinXP DDK docs on OSR’s website:
http://www.osr.com/ddk/ddk.htm

-Scott

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Mohasin Zaki Syed
Sent: Friday, May 25, 2001 01:14
To: NT Developers Interest List
Subject: [ntdev] Reply for Re: Regarding NdisMRegiterDevice.

Hi people,

Steve, I’ve already tried creating a device object using IoCreateDevice
and I have created it successfuly, but the problem is that i’am unable to
get a particular Irp i.e IRP_MJ_SYSTEM_CONTROL after using the
IoWMIRegistrationControl.(When you use this
IoWMIRegistrationControl the I/O
manager sends a IRP_MJ_SYSTEM_CONTROL which is to be serviced by our
driver).

Vitaly, you suggested using NdisMRegisterDevice. What you mean to say is
that, I should be using this inside the MiniportInitialize
handler. Is that
so?.

Eliyasy, you told me to check with the Win XP DDK documentation.
I checked
that out at www.microsoft.com/ddk. This site says that WinXp ddk
is not for
download.So I have to check the MSDN help.

Thanks for all your help.

Regards,
Mohasin.

==================================================
Syed Mohasin Zaki
Engineer-Software

Wipro Technologies
475A, Old Mahabalipuram Road,
Sholinganallur,
Chennai - 600 119. INDIA
Tel : 91-44-4500200 to 212 Extn:2284
Fax : 91-44-4500250
xxxxx@wipro.com
www.wipro.com
World’s First SEI CMM LEVEL5 Software Services Company


You are currently subscribed to ntdev as: xxxxx@coffee-and-cigarettes.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

On 05/25/01, ““Mohasin Zaki Syed” ” wrote:
>
> Vitaly, you suggested using NdisMRegisterDevice. What you mean to say is
> that, I should be using this inside the MiniportInitialize handler. Is that
> so?.

That would be correct.
In fact, that’s what the DDK XP Passthru sample does, too.
RE your specific WMI problem - I’m not sure, I haven’t used WMI
in this environment.

- Vitaly

>
> Eliyasy, you told me to check with the Win XP DDK documentation. I checked
> that out at www.microsoft.com/ddk. This site says that WinXp ddk is not for
> download.So I have to check the MSDN help.
>
> Thanks for all your help.
>
> Regards,
> Mohasin.
>
> ==================================================
> Syed Mohasin Zaki
> Engineer-Software
>
> Wipro Technologies
> 475A, Old Mahabalipuram Road,
> Sholinganallur,
> Chennai - 600 119. INDIA
> Tel : 91-44-4500200 to 212 Extn:2284
> Fax : 91-44-4500250
> xxxxx@wipro.com
> www.wipro.com
> World’s First SEI CMM LEVEL5 Software Services Company
> ==================================================
>
>
> —
> You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com