Home > Archive > VC Language > January 2006 > Remote Desktop Connection Failure When Using My Own Gina.dll
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Remote Desktop Connection Failure When Using My Own Gina.dll
|
|
| Revolution 2006-01-25, 4:17 am |
| Dear Gurus,
I had designed my own gina dll and placed it on the system directory it
works fine. Now I need is, when my system is requested for Remote Connection
it says that, problem in ur gina.dll in the (Remote Connection) Requested
Machine.
I used the following Functions in my dll is there any other functions I have
to use to do the Remote Connection.
WlxNegotiate
WlxInitialize
WlxDisplaySASNotice
WlxLoggedOutSAS
WlxActivateUserShell
WlxLoggedOnSAS
WlxDisplayLockedNotice
WlxWkstaLockedSAS
WlxIsLockOk
WlxIsLogoffOk
WlxLogoff
WlxShutdown
WlxScreenSaverNotify
WlxStartApplication
Pls Guide me
| |
| Sandeep 2006-01-25, 7:23 pm |
| Couple of my colleagues did something similar, but they did not replace
the gina.dll, they wrote a "hook" for it. Search for "gina hook" I
think you should get your answer.
Revolution wrote:
> Dear Gurus,
>
> I had designed my own gina dll and placed it on the system directory it
> works fine. Now I need is, when my system is requested for Remote Connection
> it says that, problem in ur gina.dll in the (Remote Connection) Requested
> Machine.
>
> I used the following Functions in my dll is there any other functions I have
> to use to do the Remote Connection.
>
> WlxNegotiate
> WlxInitialize
> WlxDisplaySASNotice
> WlxLoggedOutSAS
> WlxActivateUserShell
> WlxLoggedOnSAS
> WlxDisplayLockedNotice
> WlxWkstaLockedSAS
> WlxIsLockOk
> WlxIsLogoffOk
> WlxLogoff
> WlxShutdown
> WlxScreenSaverNotify
> WlxStartApplication
>
> Pls Guide me
|
|
|
|
|