cdeepu
July 29th, 1999, 04:31 AM
Can I use an API to get NT user name and password authenticated before I start my application ?
|
Click to See Complete Forum and Search --> : Windows NT authentication cdeepu July 29th, 1999, 04:31 AM Can I use an API to get NT user name and password authenticated before I start my application ? ChristianH August 3rd, 1999, 12:23 PM You can get the user name via the environment variable USERNAME ( char* p = getenv("USERNAME") ). But password... good joke... Chris codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |