IMSVidStreamBufferRecordingControl::get_RecordingStarted Method

This topic applies to Windows XP Service Pack 1 or later.
The get_RecordingStarted method queries whether the recording has started.

Syntax

HRESULT get_RecordingStarted(
  [out]  VARIANT_BOOL *phResult
);

Parameters

  • phResult [out]
    Pointer to a variable that receives one of the following values.

    Value Description
    VARIANT_FALSE The recording has not started.
    VARIANT_TRUE The recording has started.

Return Value

The method returns an HRESULT. Possible values include the following.

Return code Description

S_OK

The method succeeded.

Requirements

Header Declared in Dshow.h.
DLL Requires Quartz.dll.

See Also

IMSVidStreamBufferRecordingControl Interface

Send comments about this topic to Microsoft

Build date: 12/4/2008