SECMaskEdit::GetNextDataPos
intSECMaskEdit::GetNextDataPos(intnOldPos)
Retrieves the next data position relative to a given position.
Defined in: SECMEDIT.CPP
Return Value
Index of next data position, or -1 if there are no more available data positions after the given index.
Parameters
nOldPos
Index position in the mask.
Comments
This method parses the mask and figures out where the next position that will accept data is located.
See Also