DDV_MinMaxShort
Call DDV_MinMaxShort to verify that the value in the control associated with value falls between minVal and maxVal.
void AFXAPI DDV_MinMaxShort(
CDataExchange* pDX,
short value,
short minVal,
short maxVal
);
매개 변수
pDX
A pointer to a CDataExchange object. The framework supplies this object to establish the context of the data exchange, including its direction.value
A reference to a member variable of the dialog box, form view, or control view object with which data is validated.minVal
Minimum value (of type short) allowed.maxVal
Maximum value (of type short) allowed.
설명
For more information about DDV, see Dialog Data Exchange and Validation.
요구 사항
Header: afxdd_.h