CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: GINA

  1. #1
    Guest

    GINA

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


  2. #2
    Join Date
    Apr 1999
    Posts
    5

    Re: GINA

    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




Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured