DirectShow DirectShow 레퍼런스 인터페이스 IVideoWindow NotifyOwnerMessage   [목차열람] [주소복사] [슬롯비우기]
IVideoWindow::NotifyOwnerMessage
 
Microsoft DirectX 9.0

IVideoWindow::NotifyOwnerMessage

NotifyOwnerMessage 메서드는, 비디오 윈도우에 메시지를 전송 한다.

구문

HRESULT NotifyOwnerMessage(
    long hwnd,
    long uMsg,
    long wParam,
    long lParam
);

파라미터

hwnd

[in] 윈도우의 핸들.

uMsg

[in] 메시지를 지정한다.

wParam

[in] 메시지 인수.

lParam

[in] 메시지 인수.

반환값

다음의 몇개의 값을 돌려준다.

설명
S_OK 성공.
VFW_E_NOT_CONNECTED 비디오 렌더러 필터가 접속되지 않다.

주의

필터 그래프 매니저는 이 메서드를 호출해, 다음의 메시지를 포함한 다양한 메시지를 렌더러에 건네준다.

참조

↑TOP