
Confirm Domain Authentication on Windows 95/98
From a VB program (I'll call a C dll if I have to), I need to determine at
app startup time, if the user is already authenticated on an NT domain.
There's no problem doing this if the program is running on NT. The problem
is that the same API calls in advapi32, don't work on Windows 95.
Is it possible for an app running on Windows 95 to know if the user has
already logged on to a given domain with a given username?
The reason I want to do this is so that I can bypass a login screen to my
app if I know the user's already been authenticated by the domain
controller. Being able to do this seems to be a requirement for getting the
app back office certified.
Thanks in advance!
Mark Hartigan