CMSPStream::GetState method (mspstrm.h)

The GetState method is called by the MSPCall object. It returns the current status of the stream. The default implementation returns E_NOTIMPL.

Syntax

HRESULT GetState(
  DWORD *pdwStatus
);

Parameters

pdwStatus

Pointer to indication of stream's state. The precise return value is implementation dependent. An example set of types that might be defined for this purpose: STRM_RUNNING, STRM_PAUSED, and STRM_STOPPED.

Return value

None

Requirements

Requirement Value
Target Platform Windows
Header mspstrm.h

See also

CMSPStream