0

i am using visual c++ to develop a sas(clt+alt+del) changepassword function...

so i have a button in my form...

if i will click the button,i want to display the change password dialogbox and process that function...

how can i use or invoke or call that changepassword event?

Thanks in advance monu

Arjun babu
  • 607
  • 2
  • 13
  • 42

1 Answers1

1

Keit Brown has written very good articles about Gina. You'll find the answers regarding SAS in them.

mox
  • 6,084
  • 2
  • 23
  • 35
  • But note that they only apply to Windows XP/2003. Vista and later no longer use GINA. – Harry Johnston Apr 29 '12 at 22:12
  • Yes I know. From the question asked I supposed (since it is not mentioned) that the platform is XP/2K3 (since it is about implementing SAS). – mox Apr 30 '12 at 08:59
  • i too know that mox..now i need,how to gina invoke or call the change password DIALOG BOX?...I WANT TO KNOW THE FUNCTION OR EVENT NAME OF CHANGE PASSWORD AND HOW CAN I USE THAT...THANKS IN ADVANCE SONU – Arjun babu May 02 '12 at 04:58
  • WlxChangePasswordNotify (http://msdn.microsoft.com/en-us/library/windows/desktop/aa380550(v=vs.85).aspx) – mox May 06 '12 at 11:21