Hi there,
Is there support for any sort of random number
generation of a simple time() function within the
kernel? All I can find is timers.
Cheers
Dave Sharp
Find your next car at http://autos.yahoo.ca
Hi there,
Is there support for any sort of random number
generation of a simple time() function within the
kernel? All I can find is timers.
Cheers
Dave Sharp
Find your next car at http://autos.yahoo.ca
Are you asking for time() functions, such as KeQuerySystemTime and
RtlTimeToTimeFields or RtlRandom (only documented in the IFS kit till WDK)?
The function definition for RtlRandom is:
ULONG RtlRandom(IN OUT PULONG Seed);
–
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Remove StopSpam from the email to reply
“Dave B. Sharp” wrote in message news:xxxxx@ntdev…
> Hi there,
> Is there support for any sort of random number
> generation of a simple time() function within the
> kernel? All I can find is timers.
> Cheers
> Dave Sharp
>
>
>
>
>
>
> __________________________________________________________
> Find your next car at http://autos.yahoo.ca
>
>
Thanx Don,
I think those will do. Much appreciated!
Cheers
Dave
— Don Burn wrote:
> Are you asking for time() functions, such as
> KeQuerySystemTime and
> RtlTimeToTimeFields or RtlRandom (only documented in
> the IFS kit till WDK)?
> The function definition for RtlRandom is:
>
> ULONG RtlRandom(IN OUT PULONG Seed);
>
>
> –
> Don Burn (MVP, Windows DDK)
> Windows 2k/XP/2k3 Filesystem and Driver Consulting
> Remove StopSpam from the email to reply
>
>
>
> “Dave B. Sharp” wrote in
> message news:xxxxx@ntdev…
> > Hi there,
> > Is there support for any sort of random number
> > generation of a simple time() function within the
> > kernel? All I can find is timers.
> > Cheers
> > Dave Sharp
> >
> >
> >
> >
> >
> >
> >
>
> > Find your next car at http://autos.yahoo.ca
> >
> >
>
>
>
> —
> 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.ca
> To unsubscribe send a blank email to
> xxxxx@lists.osr.com
>
Find your next car at http://autos.yahoo.ca