GINA.dll
-
how to use it in c# and functions inside it?????
-
how to use it in c# and functions inside it?????
You should ask in the appropriate forum. i.e. The one associated with the article: http://www.codeproject.com/useritems/GINA_SPY.asp[^]
"You can have everything in life you want if you will just help enough other people get what they want." --Zig Ziglar "On two occasions, I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able to rightly apprehend the kind of confusion of ideas that could provoke such a question." --Charles Babbage (1791-1871)
-
how to use it in c# and functions inside it?????
Sorry, I spoke too soon. I originally googled for GINA.DLL and a CodeProject article was the first one hit. I then googled for
site:msdn.microsoft.com GINA
and found this: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/security/security/winlogon_and_gina.asp[^]
"You can have everything in life you want if you will just help enough other people get what they want." --Zig Ziglar "On two occasions, I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able to rightly apprehend the kind of confusion of ideas that could provoke such a question." --Charles Babbage (1791-1871)
-
how to use it in c# and functions inside it?????
To consume it, you'll need to declare its native functions in C# using P/Invoke. See the
DllImportAttribute
documentation in the .NET Framework SDK for details, as well as theMarshalAsAttribute
.Microsoft MVP, Visual C# My Articles
-
how to use it in c# and functions inside it?????
many thanks guys:-D