IDirectManipulationDeferContactService::D eferContact 메서드(directmanipulation.h)

pointerId에 대한 SetContact 호출 실행을 연기할 시간을 지정합니다.

SetContact 전에 DeferContact를 호출해야 합니다.

구문

HRESULT DeferContact(
  [in] UINT32 pointerId,
  [in] UINT32 timeout
);

매개 변수

[in] pointerId

포인터의 ID입니다.

[in] timeout

지연 기간(밀리초)입니다. 최대값은 500입니다.

반환 값

메서드가 성공하면 S_OK 반환합니다. 성공하지 않으면 HRESULT 오류 코드를 반환합니다.

요구 사항

   
지원되는 최소 클라이언트 Windows 10 [데스크톱 앱만 해당]
지원되는 최소 서버 Windows Server 2016 [데스크톱 앱만 해당]
대상 플랫폼 Windows
헤더 directmanipulation.h

추가 정보

IDirectManipulationDeferContactService