CDataExchange::CDataExchange
생성이 멤버 함수를 호출 하는 CDataExchange 개체입니다.
CDataExchange(
CWnd* pDlgWnd,
BOOL bSaveAndValidate
);
매개 변수
pDlgWnd
컨트롤에 있는 부모 창에 대 한 포인터입니다.일반적으로는 CDialog-개체를 파생 합니다.bSaveAndValidate
경우 TRUE,이 개체 데이터의 유효성을 검사 한 다음 컨트롤에서 구성원에 데이터를 씁니다.경우 거짓,이 개체 데이터 멤버에서 컨트롤을 이동 합니다.
설명
생성 한 CDataExchange 개체 자신에 게 추가 정보를 창에 전달할 데이터 exchange 개체에 저장 CWnd::DoDataExchange 멤버 함수.
예제
CYourDataExchange dx(this, FALSE);
try
{
DoDataExchange(&dx);
}
catch(CUserException* pe)
{
// some part of the exchange went wrong
// but the user has already been notified
pe->Delete();
}
요구 사항
헤더: afxwin.h