How to make COM calls in the GINA (custom NT logon) C program???
Printable View
How to make COM calls in the GINA (custom NT logon) C program???
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