IDirectManipulationViewport::GetPrimaryContent 메서드(directmanipulation.h)
IDirectManipulationContent 및 IDirectManipulationPrimaryContent를 구현하는 뷰포트의 기본 콘텐츠를 가져옵니다.
기본 콘텐츠는 사용자 상호 작용에 대한 응답으로 변환되는 요소(예: 이동, 크기 조정, 회전)입니다. 기본 콘텐츠는 뷰포트와 동시에 생성되며 추가하거나 제거할 수 없습니다.
구문
HRESULT GetPrimaryContent(
[in] REFIID riid,
[out, retval] void **object
);
매개 변수
[in] riid
인터페이스에 대한 IID입니다.
[out, retval] object
기본 콘텐츠 개체입니다.
반환 값
메서드가 성공하면 S_OK 반환합니다. 그러지 않으면 HRESULT 오류 코드를 반환합니다.
설명
이 메서드는 IDirectManipulationContent 및 IDirectManipulationPrimaryContent를 구현하는 뷰포트의 콘텐츠를 가져옵니다.
예제
다음 예제에서는 이 메서드를 사용하는 방법을 보여줍니다.
IDirectManipulationPrimaryContent *pContent;
HRESULT hr = pRegion->GetPrimaryContent(IID_PPV_ARGS(&pContent));
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows 8 [데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows Server 2012 [데스크톱 앱만 해당] |
대상 플랫폼 | Windows |
헤더 | directmanipulation.h |