GetNewPassword (Windows Embedded CE 6.0)
1/6/2010
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.
Syntax
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 Value
TRUE indicates success. FALSE indicates failure.
Remarks
This function is exported from netui.def.
Requirements
Header | netui.h |
Library | Netui.lib |
Windows Embedded CE | Windows CE 5.0 and later |