WlxChangePasswordNotifyEx function
[The WlxChangePasswordNotifyEx function is no longer available for use as of Windows Server 2008 and Windows Vista.]
Called by GINA to tell a specific network provider (or all network providers) that a password has changed.
In this way, GINA can pass a change password request through to a specific network provider.
This function supersedes the WlxChangePasswordNotify function.
Syntax
int WlxChangePasswordNotifyEx(
_In_ HANDLE hWlx,
_In_ PWLX_MPR_NOTIFY_INFO pMprInfo,
_In_ DWORD dwChangeInfo,
_In_ PWSTR ProviderName,
_In_ PVOID Reserved
);
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.
- ProviderName [in]
-
Specifies the name of a network provider, or NULL to allow the system to notify all network providers.
- Reserved [in]
-
Reserved. Must be set to zero.
Return value
The WlxChangePasswordNotifyEx function returns zero if the function call succeeds. Any other value indicates an error.
Remarks
This function supersedes the WlxChangePasswordNotify function.
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