다음을 통해 공유


CWinApp::EnableShellOpen

일반적으로이 함수를 호출 하면 InitInstance 응용 프로그램의 사용자가 Windows 파일 관리자 내에서 파일을 두 번 클릭 하면 데이터 파일을 열 수 있도록 재정의 합니다.

void EnableShellOpen( );

설명

호출의 RegisterShellFileTypes 멤버에서이 함수를 작동 하지 않거나 제공을.수동 등록의 문서 형식에 대 한 응용 프로그램 REG 파일입니다.

예제

// The following code fragment is from CMyApp::InitInstance.
// CMyApp is a CWinApp-derived class.

// enable file manager drag/drop and DDE Execute open
EnableShellOpen();
RegisterShellFileTypes();

요구 사항

헤더: afxwin.h

참고 항목

참조

CWinApp 클래스

계층 구조 차트

CWinApp::OnDDECommand

CWinApp::RegisterShellFileTypes