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

IVideoWindow::get_WindowStyle

get_WindowStyle 메서드는, 비디오 윈도우의 윈도우 스타일을 얻어온다.

구문

HRESULT get_WindowStyle(
    long *pWindowStyle
);

파라미터

pWindowStyle

[out] 윈도우 스타일 플래그를 받는 변수의 포인터.

반환값

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

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

주의

이 메서드는, 값 GWL_STYLE 를 지정해 Windows 의 GetWindowLong 함수를 호출한다.

참조

↑TOP