Skip to content

Commit 21b21b0

Browse files
committed
Merged PR 16932: Add deprecate note.
Add deprecate note.
1 parent 56b8a1f commit 21b21b0

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

sdk-api-src/content/npapi/nf-npapi-nplogonnotify.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ helpviewer_keywords: ["NPLogonNotify","NPLogonNotify function [Security]","SvcCt
66
old-location: security\nplogonnotify.htm
77
tech.root: security
88
ms.assetid: 9b0e5646-ac57-4eae-bad7-a16c07b51f4b
9-
ms.date: 12/05/2018
9+
ms.date: 09/17/2020
1010
ms.keywords: NPLogonNotify, NPLogonNotify function [Security], SvcCtl, WinSta_0, _mnp_nplogonnotify, npapi/NPLogonNotify, security.nplogonnotify
1111
req.header: npapi.h
1212
req.include-header:
@@ -47,6 +47,9 @@ api_name:
4747

4848
# NPLogonNotify function
4949

50+
> [!NOTE]
51+
> This API has been deprecated and will be removed in a future release.
52+
5053

5154
## -description
5255

sdk-api-src/content/npapi/nf-npapi-nppasswordchangenotify.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ helpviewer_keywords: ["NPPasswordChangeNotify","NPPasswordChangeNotify function
66
old-location: security\nppasswordchangenotify.htm
77
tech.root: security
88
ms.assetid: 5c7f5672-f379-4518-ae60-4f7d7e4caffa
9-
ms.date: 12/05/2018
9+
ms.date: 09/17/2020
1010
ms.keywords: NPPasswordChangeNotify, NPPasswordChangeNotify function [Security], SvcCtl, WN_NT_PASSWORD_CHANGED, WN_VALID_LOGON_ACCOUNT, WinSta_0, _mnp_nppasswordchangenotify, npapi/NPPasswordChangeNotify, security.nppasswordchangenotify
1111
req.header: npapi.h
1212
req.include-header:
1313
req.target-type: Windows
14-
req.target-min-winverclnt: Windows XP [desktop apps only]
15-
req.target-min-winversvr: Windows Server 2003 [desktop apps only]
14+
req.target-min-winverclnt: Windows XP [desktop apps only]
15+
req.target-min-winversvr: Windows Server 2003 [desktop apps only]
1616
req.kmdf-ver:
1717
req.umdf-ver:
1818
req.ddi-compliance:
@@ -47,6 +47,8 @@ api_name:
4747

4848
# NPPasswordChangeNotify function
4949

50+
> [!NOTE]
51+
> This API has been deprecated and will be removed in a future release.
5052
5153
## -description
5254

@@ -266,7 +268,7 @@ The credential manager is still initializing and is not ready to be called.
266268

267269
The <b>NPPasswordChangeNotify</b> function is implemented by credential managers to receive notifications when authentication information changes.
268270

269-
<b>Windows Server 2003 and Windows XP:  </b><b>NPPasswordChangeNotify</b> is called on a computer a user is logging into if the password has been changed somewhere else. Note that this behavior is not supported beginning with Windows Vista and Windows Server 2008.
271+
<b>Windows Server 2003 and Windows XP: </b><b>NPPasswordChangeNotify</b> is called on a computer a user is logging into if the password has been changed somewhere else. Note that this behavior is not supported beginning with Windows Vista and Windows Server 2008.
270272

271273
## -see-also
272274

0 commit comments

Comments
 (0)