Events
Apr 8, 3 PM - May 28, 7 AM
Sharpen your AI skills and enter the sweepstakes to win a free Certification exam
Register now!This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The InitializeChangeNotify function is implemented by a password filter DLL. This function initializes the DLL.
PSAM_INIT_NOTIFICATION_ROUTINE PsamInitNotificationRoutine;
BOOLEAN PsamInitNotificationRoutine()
{...}
This callback function has no parameters.
Return code | Description |
---|---|
|
The password filter DLL is initialized. |
|
The password filter DLL is not initialized. |
InitializeChangeNotify is called by the Local Security Authority (LSA) to verify that the password notification DLL is loaded and initialized.
This function must use the __stdcall calling convention, and must be exported by the DLL.
This function is called only for password filters that are installed and registered on a system.
Any process exception that is not handled within this function may cause security-related failures system-wide. Structured exception handling should be used when appropriate.
For information about | See |
---|---|
Programming issues when implementing a password filter DLL | Password Filter Programming Considerations |
How to install and register your own password filter DLL | Installing and Registering a Password Filter DLL |
The password filter DLL provided by Microsoft | Strong Password Enforcement and Passfilt.dll |
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | ntsecapi.h |
Events
Apr 8, 3 PM - May 28, 7 AM
Sharpen your AI skills and enter the sweepstakes to win a free Certification exam
Register now!