Dynamic Windows Function [dw_entryfield_password_new]
Syntax
HWND dw_entryfield_password_new(char *text, unsigned long id)
Parameters
char *text: The default text to be in the entryfield widget.
unsigned long id: An ID to be used with dw_window_from_id() or 0L.
Returns
HWND A handle to an entryfield password window or NULL on failure.
Description
Create a new Entryfield (password) window (widget) to be packed.