CloseUsernamePasswordDialog (Windows CE 5.0)
This function closes a username and password dialog box.
BOOL CloseUsernamePasswordDialog(
HWND hDlg);
Parameters
- hDlg
[in] Handle to the dialog box to be closed.
Return Values
TRUE indicates success. FALSE indicates failure.
Remarks
This function can be called to close a dialog box created by an in-progress call to GetNewPasswordEx or GetUsernamePasswordEx.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Netui.h.
Link Library: Netui.lib.
See Also
Network User Interface Functions | GetNewPasswordEx | GetUsernamePasswordEx
Send Feedback on this topic to the authors