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

IPin::QueryDirection

QueryDirection 메서드는, 핀의 방향 (입력인가 출력인지)을 얻어온다.

구문

HRESULT QueryDirection(
  PIN_DIRECTION *pPinDir
);

파라미터

pPinDir

[out] PIN_DIRECTION 열거형의 멤버를 받는 변수의 포인터.

반환값

HRESULT 값을 돌려준다. 가능한 값은 다음과 같다.

설명
S_OK 성공.
E_POINTER NULL 포인터 인수.

↑TOP