WlxChangePasswordNotify function
[The WlxChangePasswordNotify function is no longer available for use as of Windows Server 2008 and Windows Vista.]
Called by GINA to indicate it has changed a password.
Note GINA DLLs are ignored in Windows Vista.
This allows Winlogon to notify other network providers on the computer to update their passwords as well.
This function has been superseded by the WlxChangePasswordNotifyEx function.
Syntax
int WlxChangePasswordNotify(
_In_ HANDLE hWlx,
_In_ PWLX_MPR_NOTIFY_INFO pMprInfo,
_In_ DWORD dwChangeInfo
);
Parameters
- hWlx [in]
-
Specifies the Winlogon handle passed to GINA in the WlxInitialize call.
- pMprInfo [in]
-
Points to a WLX_MPR_NOTIFY_INFO structure that contains Multiple Provider Router (MPR) information. Winlogon will call LocalFree to free all the data pointed to by this structure when it is done with it.
- dwChangeInfo [in]
-
Changes the information flags from Network Provider API.
Return value
The WlxChangePasswordNotifyEx function returns zero if the function call succeeds. Any other value indicates an error.
Requirements
|
Minimum supported client | Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2003 [desktop apps only] |
|
End of client support | Windows XP |
|
End of server support | Windows Server 2003 |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 1/2/2013
