Ref: QuerySystemtime in Windows 2000

Hi,

I need to know how to query system time in Windows
2000 miniport drivers.

Any help is appreciated.

TIA,
Gurpreet


Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail

See KeQuerySystemTime

Ken

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Gurpreet Anand
Sent: Friday, December 17, 2004 6:46 PM
To: Windows System Software Devs Interest List
Subject: [ntdev] Ref: QuerySystemtime in Windows 2000

Hi,

I need to know how to query system time in Windows
2000 miniport drivers.

Any help is appreciated.

TIA,
Gurpreet


Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail


Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256

You are currently subscribed to ntdev as: xxxxx@comcast.net
To unsubscribe send a blank email to xxxxx@lists.osr.com

If by miniport you mean ndis:
NdisGetCurrentSystemTime.

If by miniport you mean scsi:
No such animal. You have to build your own library module to pull in the NT
kernel function.

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Gurpreet Anand
Sent: Friday, December 17, 2004 6:46 PM
To: Windows System Software Devs Interest List
Subject: [ntdev] Ref: QuerySystemtime in Windows 2000

Hi,

I need to know how to query system time in Windows 2000
miniport drivers.

Any help is appreciated.

TIA,
Gurpreet


Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail


Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256

You are currently subscribed to ntdev as:
xxxxx@hollistech.com To unsubscribe send a blank email to
xxxxx@lists.osr.com

Hi Mark,
I mean SCSI miniport.
Can you give me some details about how include in the
NT kernel function.

Thanks and Regards,
Gurpreet
— Mark Roddy wrote:

> If by miniport you mean ndis:
> NdisGetCurrentSystemTime.
>
> If by miniport you mean scsi:
> No such animal. You have to build your own library
> module to pull in the NT
> kernel function.
>
> > -----Original Message-----
> > From: xxxxx@lists.osr.com
> > [mailto:xxxxx@lists.osr.com] On
> Behalf Of Gurpreet Anand
> > Sent: Friday, December 17, 2004 6:46 PM
> > To: Windows System Software Devs Interest List
> > Subject: [ntdev] Ref: QuerySystemtime in Windows
> 2000
> >
> > Hi,
> >
> > I need to know how to query system time in Windows
> 2000
> > miniport drivers.
> >
> > Any help is appreciated.
> >
> > TIA,
> > Gurpreet
> >
> >
> >
> >
> >
> > Do you Yahoo!?
> > Yahoo! Mail - You care about security. So do we.
> > http://promotions.yahoo.com/new_mail
> >
> > —
> > Questions? First check the Kernel Driver FAQ at
> > http://www.osronline.com/article.cfm?id=256
> >
> > You are currently subscribed to ntdev as:
> > xxxxx@hollistech.com To unsubscribe send a blank
> email to
> > xxxxx@lists.osr.com
> >
>
>
>
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as:
> xxxxx@yahoo.com
> To unsubscribe send a blank email to
> xxxxx@lists.osr.com
>


Do you Yahoo!?
Yahoo! Mail - Easier than ever with enhanced search. Learn more.
http://info.mail.yahoo.com/mail_250

Well first of all it is unusual for an HBA to require timestamps, however
that is a bit beside the point. I’m sure you have valid reasons.

Secondly, by importing nt kernel functions into your scsi miniport you lose
compatibility with the windos9x/mini-me abomination. So you do this at your
own risk.

Lastly, I suppose that WHQL could at some point in time insist on crippling
scsi miniport functionality by actually validating that your miniport does
not wander off the reservation. Currently it doesn’t. Given the direction
Microsoft is headed (last time I looked) with their storage stack, I think
it unlikely that any such rule will get imposed in the future.

OK, so all you do is build a separate library module that wraps whatever
functions you need in the NT kernel. In your Sources file you link your scsi
miniport with that library and ntoskrnl.lib as well as the scsiport
libraries. No big deal. You can’t use ntddk.h in your miniport files
directly as it will conflict with the scsiport include files. Thus your
wrapper library includes ntddk.h for you and just exports the functions you
actually need.

Be very careful about what NT functions you call as in general you will be
calling them at DIRQL. Luckily “Callers of KeQuerySystemTime can be running
at any IRQL.”

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Gurpreet Anand
Sent: Saturday, December 18, 2004 8:52 PM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] Ref: QuerySystemtime in Windows 2000

Hi Mark,
I mean SCSI miniport.
Can you give me some details about how include in the NT
kernel function.

Thanks and Regards,
Gurpreet
— Mark Roddy wrote:
>
> > If by miniport you mean ndis:
> > NdisGetCurrentSystemTime.
> >
> > If by miniport you mean scsi:
> > No such animal. You have to build your own library module
> to pull in
> > the NT kernel function.
> >
> > > -----Original Message-----
> > > From: xxxxx@lists.osr.com
> > > [mailto:xxxxx@lists.osr.com] On
> > Behalf Of Gurpreet Anand
> > > Sent: Friday, December 17, 2004 6:46 PM
> > > To: Windows System Software Devs Interest List
> > > Subject: [ntdev] Ref: QuerySystemtime in Windows
> > 2000
> > >
> > > Hi,
> > >
> > > I need to know how to query system time in Windows
> > 2000
> > > miniport drivers.
> > >
> > > Any help is appreciated.
> > >
> > > TIA,
> > > Gurpreet
> > >
> > >
> > >
> > >
> > >
> > > Do you Yahoo!?
> > > Yahoo! Mail - You care about security. So do we.
> > > http://promotions.yahoo.com/new_mail
> > >
> > > —
> > > Questions? First check the Kernel Driver FAQ at
> > > http://www.osronline.com/article.cfm?id=256
> > >
> > > You are currently subscribed to ntdev as:
> > > xxxxx@hollistech.com To unsubscribe send a blank
> > email to
> > > xxxxx@lists.osr.com
> > >
> >
> >
> >
> >
> > —
> > Questions? First check the Kernel Driver FAQ at
> > http://www.osronline.com/article.cfm?id=256
> >
> > You are currently subscribed to ntdev as:
> > xxxxx@yahoo.com
> > To unsubscribe send a blank email to
> > xxxxx@lists.osr.com
> >
>
>
>
>
>

> Do you Yahoo!?
> Yahoo! Mail - Easier than ever with enhanced search. Learn more.
> http://info.mail.yahoo.com/mail_250
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as:
> xxxxx@hollistech.com To unsubscribe send a blank email to
> xxxxx@lists.osr.com
>

Or you could try ScsiPortQuerySystemTime :slight_smile:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/storage
/hh/storage/scsiprt_033d0cc3-e930-448b-a13e-b140829d2b7d.xml.asp

-----Original Message-----
From: Mark Roddy [mailto:xxxxx@hollistech.com]
Sent: Saturday, December 18, 2004 7:41 PM
Subject: RE: Ref: QuerySystemtime in Windows 2000

Well first of all it is unusual for an HBA to require timestamps,
however
that is a bit beside the point. I’m sure you have valid reasons.

Secondly, by importing nt kernel functions into your scsi miniport you
lose
compatibility with the windos9x/mini-me abomination. So you do this at
your
own risk.

Lastly, I suppose that WHQL could at some point in time insist on
crippling
scsi miniport functionality by actually validating that your miniport
does
not wander off the reservation. Currently it doesn’t. Given the
direction
Microsoft is headed (last time I looked) with their storage stack, I
think
it unlikely that any such rule will get imposed in the future.

OK, so all you do is build a separate library module that wraps whatever
functions you need in the NT kernel. In your Sources file you link your
scsi
miniport with that library and ntoskrnl.lib as well as the scsiport
libraries. No big deal. You can’t use ntddk.h in your miniport files
directly as it will conflict with the scsiport include files. Thus your
wrapper library includes ntddk.h for you and just exports the functions
you
actually need.

Be very careful about what NT functions you call as in general you will
be
calling them at DIRQL. Luckily “Callers of KeQuerySystemTime can be
running
at any IRQL.”

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Gurpreet Anand
Sent: Saturday, December 18, 2004 8:52 PM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] Ref: QuerySystemtime in Windows 2000

Hi Mark,
I mean SCSI miniport.
Can you give me some details about how include in the NT
kernel function.

Thanks and Regards,
Gurpreet
— Mark Roddy wrote:
>
> > If by miniport you mean ndis:
> > NdisGetCurrentSystemTime.
> >
> > If by miniport you mean scsi:
> > No such animal. You have to build your own library module
> to pull in
> > the NT kernel function.
> >
> > > -----Original Message-----
> > > From: xxxxx@lists.osr.com
> > > [mailto:xxxxx@lists.osr.com] On
> > Behalf Of Gurpreet Anand
> > > Sent: Friday, December 17, 2004 6:46 PM
> > > To: Windows System Software Devs Interest List
> > > Subject: [ntdev] Ref: QuerySystemtime in Windows
> > 2000
> > >
> > > Hi,
> > >
> > > I need to know how to query system time in Windows
> > 2000
> > > miniport drivers.
> > >
> > > Any help is appreciated.
> > >
> > > TIA,
> > > Gurpreet
> > >
> > >
> > >
> > >
> > >
> > > Do you Yahoo!?
> > > Yahoo! Mail - You care about security. So do we.
> > > http://promotions.yahoo.com/new_mail
> > >
> > > —
> > > Questions? First check the Kernel Driver FAQ at
> > > http://www.osronline.com/article.cfm?id=256
> > >
> > > You are currently subscribed to ntdev as:
> > > xxxxx@hollistech.com To unsubscribe send a blank
> > email to
> > > xxxxx@lists.osr.com
> > >
> >
> >
> >
> >
> > —
> > Questions? First check the Kernel Driver FAQ at
> > http://www.osronline.com/article.cfm?id=256
> >
> > You are currently subscribed to ntdev as:
> > xxxxx@yahoo.com
> > To unsubscribe send a blank email to
> > xxxxx@lists.osr.com
> >
>
>
>
>
>

> Do you Yahoo!?
> Yahoo! Mail - Easier than ever with enhanced search. Learn more.
> http://info.mail.yahoo.com/mail_250
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as:
> xxxxx@hollistech.com To unsubscribe send a blank email to
> xxxxx@lists.osr.com
>

Hi Mark,

Thanks a ton about this information.
HBA needs the time stamp for some functionality.
During normal boot up I guess Bios can provide it but
during standby Bios doesnt get into picture, so driver
needs to provide the time stamp.

— Mark Roddy wrote:

> Well first of all it is unusual for an HBA to
> require timestamps, however
> that is a bit beside the point. I’m sure you have
> valid reasons.
>
> Secondly, by importing nt kernel functions into your
> scsi miniport you lose
> compatibility with the windos9x/mini-me abomination.
> So you do this at your
> own risk.
>
> Lastly, I suppose that WHQL could at some point in
> time insist on crippling
> scsi miniport functionality by actually validating
> that your miniport does
> not wander off the reservation. Currently it
> doesn’t. Given the direction
> Microsoft is headed (last time I looked) with their
> storage stack, I think
> it unlikely that any such rule will get imposed in
> the future.
>
> OK, so all you do is build a separate library module
> that wraps whatever
> functions you need in the NT kernel. In your Sources
> file you link your scsi
> miniport with that library and ntoskrnl.lib as well
> as the scsiport
> libraries. No big deal. You can’t use ntddk.h in
> your miniport files
> directly as it will conflict with the scsiport
> include files. Thus your
> wrapper library includes ntddk.h for you and just
> exports the functions you
> actually need.
>
> Be very careful about what NT functions you call as
> in general you will be
> calling them at DIRQL. Luckily “Callers of
> KeQuerySystemTime can be running
> at any IRQL.”
>
> > -----Original Message-----
> > From: xxxxx@lists.osr.com
> > [mailto:xxxxx@lists.osr.com] On
> Behalf Of Gurpreet Anand
> > Sent: Saturday, December 18, 2004 8:52 PM
> > To: Windows System Software Devs Interest List
> > Subject: RE: [ntdev] Ref: QuerySystemtime in
> Windows 2000
> >
> > Hi Mark,
> > I mean SCSI miniport.
> > Can you give me some details about how include in
> the NT
> > kernel function.
> >
> > Thanks and Regards,
> > Gurpreet
> > — Mark Roddy wrote:
> >
> > > If by miniport you mean ndis:
> > > NdisGetCurrentSystemTime.
> > >
> > > If by miniport you mean scsi:
> > > No such animal. You have to build your own
> library module
> > to pull in
> > > the NT kernel function.
> > >
> > > > -----Original Message-----
> > > > From: xxxxx@lists.osr.com
> > > > [mailto:xxxxx@lists.osr.com] On
> > > Behalf Of Gurpreet Anand
> > > > Sent: Friday, December 17, 2004 6:46 PM
> > > > To: Windows System Software Devs Interest List
> > > > Subject: [ntdev] Ref: QuerySystemtime in
> Windows
> > > 2000
> > > >
> > > > Hi,
> > > >
> > > > I need to know how to query system time in
> Windows
> > > 2000
> > > > miniport drivers.
> > > >
> > > > Any help is appreciated.
> > > >
> > > > TIA,
> > > > Gurpreet
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > Do you Yahoo!?
> > > > Yahoo! Mail - You care about security. So do
> we.
> > > > http://promotions.yahoo.com/new_mail
> > > >
> > > > —
> > > > Questions? First check the Kernel Driver FAQ
> at
> > > > http://www.osronline.com/article.cfm?id=256
> > > >
> > > > You are currently subscribed to ntdev as:
> > > > xxxxx@hollistech.com To unsubscribe send a
> blank
> > > email to
> > > > xxxxx@lists.osr.com
> > > >
> > >
> > >
> > >
> > >
> > > —
> > > Questions? First check the Kernel Driver FAQ at
> > > http://www.osronline.com/article.cfm?id=256
> > >
> > > You are currently subscribed to ntdev as:
> > > xxxxx@yahoo.com
> > > To unsubscribe send a blank email to
> > > xxxxx@lists.osr.com
> > >
> >
> >
> >
> >
> >

> > Do you Yahoo!?
> > Yahoo! Mail - Easier than ever with enhanced
> search. Learn more.
> > http://info.mail.yahoo.com/mail_250
> >
> > —
> > Questions? First check the Kernel Driver FAQ at
> > http://www.osronline.com/article.cfm?id=256
> >
> > You are currently subscribed to ntdev as:
> > xxxxx@hollistech.com To unsubscribe send a blank
> email to
> > xxxxx@lists.osr.com
> >
>
>
>
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as:
> xxxxx@yahoo.com
> To unsubscribe send a blank email to
> xxxxx@lists.osr.com
>

__________________________________
Do you Yahoo!?
Send a seasonal email greeting and help others. Do good.
http://celebrity.mail.yahoo.com

Hi Jeff,
I think ScsiPortQuerySystemTime is not supported in
Windows 2000 but in Windows 2003.

Regards,
Gurpreet

— Jeffrey Goldner wrote:

> Or you could try ScsiPortQuerySystemTime :slight_smile:
>
>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/storage
>
/hh/storage/scsiprt_033d0cc3-e930-448b-a13e-b140829d2b7d.xml.asp
>
>
> -----Original Message-----
> From: Mark Roddy [mailto:xxxxx@hollistech.com]
> Sent: Saturday, December 18, 2004 7:41 PM
> Subject: RE: Ref: QuerySystemtime in Windows 2000
>
> Well first of all it is unusual for an HBA to
> require timestamps,
> however
> that is a bit beside the point. I’m sure you have
> valid reasons.
>
> Secondly, by importing nt kernel functions into your
> scsi miniport you
> lose
> compatibility with the windos9x/mini-me abomination.
> So you do this at
> your
> own risk.
>
> Lastly, I suppose that WHQL could at some point in
> time insist on
> crippling
> scsi miniport functionality by actually validating
> that your miniport
> does
> not wander off the reservation. Currently it
> doesn’t. Given the
> direction
> Microsoft is headed (last time I looked) with their
> storage stack, I
> think
> it unlikely that any such rule will get imposed in
> the future.
>
> OK, so all you do is build a separate library module
> that wraps whatever
> functions you need in the NT kernel. In your Sources
> file you link your
> scsi
> miniport with that library and ntoskrnl.lib as well
> as the scsiport
> libraries. No big deal. You can’t use ntddk.h in
> your miniport files
> directly as it will conflict with the scsiport
> include files. Thus your
> wrapper library includes ntddk.h for you and just
> exports the functions
> you
> actually need.
>
> Be very careful about what NT functions you call as
> in general you will
> be
> calling them at DIRQL. Luckily “Callers of
> KeQuerySystemTime can be
> running
> at any IRQL.”
>
> > -----Original Message-----
> > From: xxxxx@lists.osr.com
> > [mailto:xxxxx@lists.osr.com] On
> Behalf Of Gurpreet Anand
> > Sent: Saturday, December 18, 2004 8:52 PM
> > To: Windows System Software Devs Interest List
> > Subject: RE: [ntdev] Ref: QuerySystemtime in
> Windows 2000
> >
> > Hi Mark,
> > I mean SCSI miniport.
> > Can you give me some details about how include in
> the NT
> > kernel function.
> >
> > Thanks and Regards,
> > Gurpreet
> > — Mark Roddy wrote:
> >
> > > If by miniport you mean ndis:
> > > NdisGetCurrentSystemTime.
> > >
> > > If by miniport you mean scsi:
> > > No such animal. You have to build your own
> library module
> > to pull in
> > > the NT kernel function.
> > >
> > > > -----Original Message-----
> > > > From: xxxxx@lists.osr.com
> > > > [mailto:xxxxx@lists.osr.com] On
> > > Behalf Of Gurpreet Anand
> > > > Sent: Friday, December 17, 2004 6:46 PM
> > > > To: Windows System Software Devs Interest List
> > > > Subject: [ntdev] Ref: QuerySystemtime in
> Windows
> > > 2000
> > > >
> > > > Hi,
> > > >
> > > > I need to know how to query system time in
> Windows
> > > 2000
> > > > miniport drivers.
> > > >
> > > > Any help is appreciated.
> > > >
> > > > TIA,
> > > > Gurpreet
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > Do you Yahoo!?
> > > > Yahoo! Mail - You care about security. So do
> we.
> > > > http://promotions.yahoo.com/new_mail
> > > >
> > > > —
> > > > Questions? First check the Kernel Driver FAQ
> at
> > > > http://www.osronline.com/article.cfm?id=256
> > > >
> > > > You are currently subscribed to ntdev as:
> > > > xxxxx@hollistech.com To unsubscribe send a
> blank
> > > email to
> > > > xxxxx@lists.osr.com
> > > >
> > >
> > >
> > >
> > >
> > > —
> > > Questions? First check the Kernel Driver FAQ at
> > > http://www.osronline.com/article.cfm?id=256
> > >
> > > You are currently subscribed to ntdev as:
> > > xxxxx@yahoo.com
> > > To unsubscribe send a blank email to
> > > xxxxx@lists.osr.com
> > >
> >
> >
> >
> >
> >

> > Do you Yahoo!?
> > Yahoo! Mail - Easier than ever with enhanced
> search. Learn more.
> > http://info.mail.yahoo.com/mail_250
> >
> > —
> > Questions? First check the Kernel Driver FAQ at
> > http://www.osronline.com/article.cfm?id=256
> >
> > You are currently subscribed to ntdev as:
> > xxxxx@hollistech.com To unsubscribe send a blank
> email to
> > xxxxx@lists.osr.com
> >
>
>
>
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: unknown
> lmsubst tag argument: ‘’
> To unsubscribe send a blank email to
> xxxxx@lists.osr.com
>

__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail

Only if he is building for XP or later. I perhaps assumed a lot when I
decided that he had done his homework and was building for w2k.

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Jeffrey Goldner
Sent: Sunday, December 19, 2004 11:18 AM
To: Windows System Software Devs Interest List
Subject: RE:[ntdev] Ref: QuerySystemtime in Windows 2000

Or you could try ScsiPortQuerySystemTime :slight_smile:

http://msdn.microsoft.com/library/default.asp?url=/library/en-
us/storage
/hh/storage/scsiprt_033d0cc3-e930-448b-a13e-b140829d2b7d.xml.asp

-----Original Message-----
From: Mark Roddy [mailto:xxxxx@hollistech.com]
Sent: Saturday, December 18, 2004 7:41 PM
Subject: RE: Ref: QuerySystemtime in Windows 2000

Well first of all it is unusual for an HBA to require
timestamps, however that is a bit beside the point. I’m sure
you have valid reasons.

Secondly, by importing nt kernel functions into your scsi
miniport you lose compatibility with the windos9x/mini-me
abomination. So you do this at your own risk.

Lastly, I suppose that WHQL could at some point in time
insist on crippling scsi miniport functionality by actually
validating that your miniport does not wander off the
reservation. Currently it doesn’t. Given the direction
Microsoft is headed (last time I looked) with their storage
stack, I think it unlikely that any such rule will get
imposed in the future.

OK, so all you do is build a separate library module that
wraps whatever functions you need in the NT kernel. In your
Sources file you link your scsi miniport with that library
and ntoskrnl.lib as well as the scsiport libraries. No big
deal. You can’t use ntddk.h in your miniport files directly
as it will conflict with the scsiport include files. Thus
your wrapper library includes ntddk.h for you and just
exports the functions you actually need.

Be very careful about what NT functions you call as in
general you will be calling them at DIRQL. Luckily “Callers
of KeQuerySystemTime can be running at any IRQL.”

> -----Original Message-----
> From: xxxxx@lists.osr.com
> [mailto:xxxxx@lists.osr.com] On Behalf Of
Gurpreet Anand
> Sent: Saturday, December 18, 2004 8:52 PM
> To: Windows System Software Devs Interest List
> Subject: RE: [ntdev] Ref: QuerySystemtime in Windows 2000
>
> Hi Mark,
> I mean SCSI miniport.
> Can you give me some details about how include in the NT kernel
> function.
>
> Thanks and Regards,
> Gurpreet
> — Mark Roddy wrote:
> >
> > > If by miniport you mean ndis:
> > > NdisGetCurrentSystemTime.
> > >
> > > If by miniport you mean scsi:
> > > No such animal. You have to build your own library module
> > to pull in
> > > the NT kernel function.
> > >
> > > > -----Original Message-----
> > > > From: xxxxx@lists.osr.com
> > > > [mailto:xxxxx@lists.osr.com] On
> > > Behalf Of Gurpreet Anand
> > > > Sent: Friday, December 17, 2004 6:46 PM
> > > > To: Windows System Software Devs Interest List
> > > > Subject: [ntdev] Ref: QuerySystemtime in Windows
> > > 2000
> > > >
> > > > Hi,
> > > >
> > > > I need to know how to query system time in Windows
> > > 2000
> > > > miniport drivers.
> > > >
> > > > Any help is appreciated.
> > > >
> > > > TIA,
> > > > Gurpreet
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > Do you Yahoo!?
> > > > Yahoo! Mail - You care about security. So do we.
> > > > http://promotions.yahoo.com/new_mail
> > > >
> > > > —
> > > > Questions? First check the Kernel Driver FAQ at
> > > > http://www.osronline.com/article.cfm?id=256
> > > >
> > > > You are currently subscribed to ntdev as:
> > > > xxxxx@hollistech.com To unsubscribe send a blank
> > > email to
> > > > xxxxx@lists.osr.com
> > > >
> > >
> > >
> > >
> > >
> > > —
> > > Questions? First check the Kernel Driver FAQ at
> > > http://www.osronline.com/article.cfm?id=256
> > >
> > > You are currently subscribed to ntdev as:
> > > xxxxx@yahoo.com
> > > To unsubscribe send a blank email to
> xxxxx@lists.osr.com
> > >
> >
> >
> >
> >
> >

> > Do you Yahoo!?
> > Yahoo! Mail - Easier than ever with enhanced search. Learn more.
> > http://info.mail.yahoo.com/mail_250
> >
> > —
> > Questions? First check the Kernel Driver FAQ at
> > http://www.osronline.com/article.cfm?id=256
> >
> > You are currently subscribed to ntdev as:
> > xxxxx@hollistech.com To unsubscribe send a blank email to
> > xxxxx@lists.osr.com
> >
>
>
>
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: unknown lmsubst tag
> argument: ‘’
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>