IWiaVideo::GetCurrentState method (wiavideo.h)

The IWiaVideo::GetCurrentState method specifies the state of the video stream as a member of the WIAVIDEO_STATE enumeration.

Syntax

HRESULT GetCurrentState(
  [out, retval] WIAVIDEO_STATE *pState
);

Parameters

[out, retval] pState

Type: WIAVIDEO_STATE*

A member of the WIAVIDEO_STATE enumeration that specifies the current state of the video stream.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header wiavideo.h
DLL Wiavideo.dll