SECMaskEdit::PushChar
BOOLSECMaskEdit::PushChar(intnStartPos, TCHARch, BOOLbUpdateDisplay)
Inserts a character, and optionally refreshes the display.
Defined in: SECMEDIT.CPP
Return Value
Nonzero if successful, otherwise 0.
Parameters
nStartPos
Index position to insert.
ch
Character to insert.
bUpdateDisplay
If TRUE, refreshes the display afterward.
See Also