Re: Using a driver in the login by Sara
Sara
Mon May 30 13:42:04 CDT 2005
hi PA,
I talk to my usb device trough a driver that works very well when a user is
logged.
The problem is that i nedd to talk to this dispositive during logon. In this
case, the I try to use the same source code in a GINA STUB, wich is a
Microsoft ddk feature developers may use to modify the logon process.
The problem is that the logon process crashes and the system restarts. As
far as I now, to driver uses two DLL's. Could that be the problem? I mean,
are those dlls automatic loaded after the logon? Are there any restrictions
about loading a dll during the logon process? And the driver? Should I do
anything to make it work during logon?
I ask you to focus on the fact that I am using the same source code that
works when a user is logged on.
thanks in advance,
Sara
"Pavel A." <pavel_a@NOwritemeNO.com> wrote in message
news:4320FA47-2262-4253-B3FD-DA92359E059E@microsoft.com...
> "Sara Fonseca" wrote:
>> I need to load a driver to talk to a usb dispositive during
>> login[authenticate a user usging a GINA stub]. What is the best
>> alternative
>> to do that? I already have a driver that communicates with the
>> dispositive,
>> but it seems that it doen'st work before logon.
>
> Something is wrong ... without more details, it's hard to tell what
> exactly.
>
> --PA
>