다음을 통해 공유


IRealTimeStylus::ClearStylusQueues 메서드(rtscom.h)

데이터의 RealTimeStylus 클래스 입력 및 출력 큐를 지웁니다.

구문

HRESULT ClearStylusQueues();

반환 값

반환 값에 대한 설명은 RealTimeStylus 클래스 및 인터페이스를 참조하세요.

설명

ClearStylusQueues 메서드를 사용하여 RealTimeStylus 클래스 큐를 신속하게 지울 수 있습니다. 이 메서드는 모든 데이터의 큐를 지웁니다.

예제

다음 C++ 예제 코드 조각은 IRealTimeStylus::ClearStylusQueues 메서드를 호출하는 단추 클릭 이벤트 처리기를 보여 줍니다. 또한 DynamicRenderer 개체가 잉크를 그리는 창을 다시 그립니다.

void CCOMRTSDlg::OnBnClickedButtonClearTestArea()
{
	// Clear the stylus queues
	if (!SUCCEEDED(g_pRealTimeStylus->ClearStylusQueues()))
	{
		TRACE("Error clearing stylus queues.");
	}

	// Clear the status text
	m_staticGestureStatus.SetWindowTextW(L"");

	// Redraw the window to clear the ink
	this->RedrawWindow();
}

요구 사항

요구 사항
지원되는 최소 클라이언트 Windows XP 태블릿 PC 버전 [데스크톱 앱만 해당]
지원되는 최소 서버 지원되는 버전 없음
대상 플랫폼 Windows
헤더 rtscom.h
DLL RTSCom.dll

추가 정보

IRealTimeStylus

InkPicture 컨트롤 참조

RealTimeStylus 클래스