다음을 통해 공유


표준 대화 상자 데이터 유효성 검사 루틴

This topic lists the standard dialog data validation (DDV) routines used for common MFC dialog controls.

참고

The standard dialog data exchange routines are defined in the header file afxdd_.h.However, applications should include afxwin.h.

DDV 함수

DDV_MaxChars

Verifies the number of characters in a given control value does not exceed a given maximum.

DDV_MinMaxByte

Verifies a given control value does not exceed a given BYTE range.

DDV_MinMaxDateTime

Verifies a given control value does not exceed a given time range.

DDV_MinMaxDouble

Verifies a given control value does not exceed a given double range.

DDV_MinMaxDWord

Verifies a given control value does not exceed a given DWORD range.

DDV_MinMaxFloat

Verifies a given control value does not exceed a given float range.

DDV_MinMaxInt

Verifies a given control value does not exceed a given int range.

DDV_MinMaxLong

Verifies a given control value does not exceed a given long range.

DDV_MinMaxLongLong

Verifies a given control value does not exceed a given LONGLONG range.

DDV_MinMaxMonth

Verifies a given control value does not exceed a given date range.

DDV_MinMaxShort

Verifies a given control value does not exceed a given short range.

DDV_MinMaxSlider

Verifies a given slider control value falls within the given range.

DDV_MinMaxUInt

Verifies a given control value does not exceed a given UINT range.

DDV_MinMaxULongLong

Verifies a given control value does not exceed a given ULONGLONG range.

참고 항목

개념

MFC 매크로 및 전역

기타 리소스

Standard Dialog Data Exchange Routines