DDX_Mask

voidDDX_Mask(SECMaskEdit&medit, CString&value, CString&raw_value)

SECMaskEdit DDX/DDV routine.

Defined in: SECMEDIT.H

Return Value

void

Parameters

medit

A SECMaskEdit control.

value

The value to set or retrieve without literals.

raw_value

The value used in retrieving information only for getting the raw string.

Comments

Use DDX_Mask() instead of DDX_Text to transfer data to and from the subclasse edit control. The use of DDX_Control() is not needed because the control is subclassed in AttachEdit().

See Also

SECMaskEdit  SECMaskEdit::AttachEdit