Click to See Complete Forum and Search --> : GINA


April 19th, 1999, 12:29 PM
How to make COM calls in the GINA (custom NT logon) C program???

Serge Darii
April 20th, 1999, 04:38 AM
Hi,

>How to make COM calls in the GINA (custom NT logon) C program???

I think the same as in other apps.
I maked GINA dll that call few of COM interfaces (for Smart Card readers)
with no problems.
(CoInitialize() ...
...
CoCreateInstance())

May be you mean in what event handler in GINA DLL you
can do that?

Serge Darii