다음을 통해 공유


IPersistStorageImpl 클래스

이 클래스에서 구현 된 IPersistStorage 인터페이스.

중요중요

이 클래스와 해당 멤버를 실행 하는 응용 프로그램에서 사용할 수 있는 Windows 런타임.

template <
class T
>
class ATL_NO_VTABLE IPersistStorageImpl :
public IPersistStorage

매개 변수

  • T
    파생 클래스에서 IPersistStorageImpl.

Members

9c1bey5s.collapse_all(ko-kr,VS.110).gifPublic 메서드

Name

설명

IPersistStorageImpl::GetClassID

개체의 CLSID를 검색합니다.

IPersistStorageImpl::HandsOffStorage

모든 저장소 개체를 해제 하 고 HandsOff 모드 입력 개체에 지시 합니다.ATL 구현을 반환 S_OK.

IPersistStorageImpl::InitNew

새 저장소를 초기화합니다.

IPersistStorageImpl::IsDirty

마지막으로 저장 된 이후 개체의 데이터가 변경 되었는지 여부를 확인 합니다.

IPersistStorageImpl::Load

개체의 속성에 지정 된 저장소에서 로드합니다.

IPersistStorageImpl::Save

개체의 속성에 지정 된 저장소에 저장합니다.

IPersistStorageImpl::SaveCompleted

개체를 저장소 개체에 쓸 수 있는 표준 모드를 반환할 수 알립니다.ATL 구현을 반환 S_OK.

설명

IPersistStorageImpl구현 된 IPersistStorage 개체 로드를 요청 하는 클라이언트 수 있도록 인터페이스와 영구 저장소를 사용 하 여 데이터를 저장 합니다.

클래스는이 클래스의 구현에 필요한 T 을 구현 하는 IPersistStreamInit 인터페이스를 통해 사용할 수 있는 QueryInterface.일반적으로 해당 클래스 즉, T 파생 되어야 IPersistStreamInitImpl, 항목을 제공 IPersistStreamInitCOM 맵을, 하는 속성 맵 클래스의 영구 데이터를 설명 합니다.

관련된 기사   ATL 자습서, ATL 프로젝트 만들기

상속 계층 구조

IPersistStorage

IPersistStorageImpl

요구 사항

헤더: atlcom.h

참고 항목

참조

Storages and Streams

IPersistStreamInitImpl 클래스

IPersistPropertyBagImpl 클래스

기타 리소스

ATL 클래스 개요