TRY
Expand Minimize
This topic has not yet been rated - Rate this topic

DDV_MinMaxDWord

Call DDV_MinMaxDWord to verify that the value in the control associated with value falls between minVal and maxVal.

void AFXAPI DDV_MinMaxDWord(
   CDataExchange* pDX,
   DWORD const& value,
   DWORD minVal,
   DWORD maxVal 
);

Parameters

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 DWORD) allowed.
maxVal
Maximum value (of type DWORD) allowed.

Remarks

For more information about DDV, see Dialog Data Exchange and Validation.

See Also

MFC Macros and Globals

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.