Share via


GetNewPassword (Windows CE 5.0)

Send Feedback

This function displays the dialog box that prompts the user for a new password when their password has expired. Point-to-Point Protocol (PPP) calls this function.

BOOL WINAPI GetNewPassword (
   HWND hParent,    OUT PNETUI_NEWPWD pNewPwd);

Parameters

  • hParent
    [in] Handle to the parent window requiring the password.
  • pNewPwd
    [out] A pointer to new password.

Return Values

TRUE indicates success. FALSE indicates failure.

Remarks

This function is exported from netui.def.

Requirements

OS Versions: Windows CE 5.0 and later.

Header: Netui.h.

Link Library: Netui.lib.

See Also

Network User Interface Functions | GetNewPasswordEx

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.